Home
last modified time | relevance | path

Searched refs:seminfo (Results 1 – 15 of 15) sorted by relevance

/external/lua/src/
Dllex.c214 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 …]
Dllex.h52 SemInfo seminfo; member
Dlparser.c138 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/
Dsem.h51 struct seminfo __user *__buf; /* buffer for IPC_INFO */
55 struct seminfo { struct
/external/strace/tests/
Dipc_sem.c80 struct seminfo *__buf; /* Buffer for IPC_INFO
112 struct seminfo info; in main()
Dsemop.c16 struct seminfo *__buf;
/external/strace/tests-mx32/
Dipc_sem.c80 struct seminfo *__buf; /* Buffer for IPC_INFO
112 struct seminfo info; in main()
Dsemop.c16 struct seminfo *__buf;
/external/strace/tests-m32/
Dipc_sem.c80 struct seminfo *__buf; /* Buffer for IPC_INFO
112 struct seminfo info; in main()
Dsemop.c16 struct seminfo *__buf;
/external/ltp/include/lapi/
Dsemun.h31 struct seminfo *__buf; /* buffer for IPC_INFO */
/external/autotest/client/tests/synctest/src/
Dsynctest.c26 struct seminfo *__buf;
/external/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop02.c93 struct seminfo ipc_buf; in setup()
/external/toybox/toys/pending/
Dipcs.c47 struct seminfo *__buf;
251 struct seminfo info_buf; in sem_array()
/external/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl01.c77 static struct seminfo ipc_buf;