Searched refs:seminfo (Results 1 – 15 of 15) sorted by relevance
/external/lua/src/ |
D | llex.c | 214 static int read_numeral (LexState *ls, SemInfo *seminfo) { in read_numeral() argument 235 seminfo->i = ivalue(&obj); in read_numeral() 240 seminfo->r = fltvalue(&obj); in read_numeral() 264 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { in read_long_string() argument 272 const char *what = (seminfo ? "string" : "comment"); in read_long_string() 288 if (!seminfo) luaZ_resetbuffer(ls->buff); /* avoid wasting space */ in read_long_string() 292 if (seminfo) save_and_next(ls); in read_long_string() 297 if (seminfo) in read_long_string() 298 seminfo->ts = luaX_newstring(ls, luaZ_buffer(ls->buff) + (2 + sep), in read_long_string() 366 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string() argument [all …]
|
D | llex.h | 52 SemInfo seminfo; member
|
D | lparser.c | 138 ts = ls->t.seminfo.ts; in str_checkname() 838 codestring(ls, &args, ls->t.seminfo.ts); in funcargs() 937 v->u.nval = ls->t.seminfo.r; in simpleexp() 942 v->u.ival = ls->t.seminfo.i; in simpleexp() 946 codestring(ls, v, ls->t.seminfo.ts); in simpleexp()
|
/external/kernel-headers/original/uapi/linux/ |
D | sem.h | 51 struct seminfo __user *__buf; /* buffer for IPC_INFO */ 55 struct seminfo { struct
|
/external/strace/tests/ |
D | ipc_sem.c | 80 struct seminfo *__buf; /* Buffer for IPC_INFO 112 struct seminfo info; in main()
|
D | semop.c | 16 struct seminfo *__buf;
|
/external/strace/tests-mx32/ |
D | ipc_sem.c | 80 struct seminfo *__buf; /* Buffer for IPC_INFO 112 struct seminfo info; in main()
|
D | semop.c | 16 struct seminfo *__buf;
|
/external/strace/tests-m32/ |
D | ipc_sem.c | 80 struct seminfo *__buf; /* Buffer for IPC_INFO 112 struct seminfo info; in main()
|
D | semop.c | 16 struct seminfo *__buf;
|
/external/ltp/include/lapi/ |
D | semun.h | 31 struct seminfo *__buf; /* buffer for IPC_INFO */
|
/external/autotest/client/tests/synctest/src/ |
D | synctest.c | 26 struct seminfo *__buf;
|
/external/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop02.c | 93 struct seminfo ipc_buf; in setup()
|
/external/toybox/toys/pending/ |
D | ipcs.c | 47 struct seminfo *__buf; 251 struct seminfo info_buf; in sem_array()
|
/external/ltp/testcases/kernel/syscalls/ipc/semctl/ |
D | semctl01.c | 77 static struct seminfo ipc_buf;
|