Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dllex.c219 static void trydecpoint (LexState *ls, SemInfo *seminfo) { in trydecpoint() argument
223 if (!buff2d(ls->buff, &seminfo->r)) { in trydecpoint()
236 static void read_numeral (LexState *ls, SemInfo *seminfo) { in read_numeral() argument
252 if (!buff2d(ls->buff, &seminfo->r)) /* format error? */ in read_numeral()
253 trydecpoint(ls, seminfo); /* try to update decimal point separator */ in read_numeral()
274 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { in read_long_string() argument
281 lexerror(ls, (seminfo) ? "unfinished long string" : in read_long_string()
294 if (!seminfo) luaZ_resetbuffer(ls->buff); /* avoid wasting space */ in read_long_string()
298 if (seminfo) save_and_next(ls); in read_long_string()
303 if (seminfo) in read_long_string()
[all …]
Dllex.h45 SemInfo seminfo; member
Dlparser.c64 TString *ts = ls->t.seminfo.ts; in anchor_token()
142 ts = ls->t.seminfo.ts; in str_checkname()
844 codestring(ls, &args, ls->t.seminfo.ts); in funcargs()
943 v->u.nval = ls->t.seminfo.r; in simpleexp()
947 codestring(ls, v, ls->t.seminfo.ts); in simpleexp()
/external/kernel-headers/original/uapi/linux/
Dsem.h50 struct seminfo __user *__buf; /* buffer for IPC_INFO */
54 struct seminfo { struct
/external/strace/tests-mx32/
Dipc_sem.c43 struct seminfo *__buf; /* Buffer for IPC_INFO
75 struct seminfo info; in main()
Dsemop.c16 struct seminfo *__buf;
/external/strace/tests-m32/
Dipc_sem.c43 struct seminfo *__buf; /* Buffer for IPC_INFO
75 struct seminfo info; in main()
Dsemop.c16 struct seminfo *__buf;
/external/strace/tests/
Dipc_sem.c43 struct seminfo *__buf; /* Buffer for IPC_INFO
75 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;
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c4340 int, semid, int, semnum, int, cmd, struct seminfo *, arg); in PRE()