Searched refs:seminfo (Results 1 - 19 of 19) sorted by relevance

/external/ltp/include/lapi/
H A Dsemun.h31 struct seminfo *__buf; /* buffer for IPC_INFO */
/external/kernel-headers/original/uapi/linux/
H A Dsem.h49 struct seminfo __user *__buf; /* buffer for IPC_INFO */
53 struct seminfo { struct
/external/skia/third_party/lua/src/
H A Dllex.c212 static void trydecpoint (LexState *ls, SemInfo *seminfo) { argument
216 if (!buff2d(ls->buff, &seminfo->r)) {
229 static void read_numeral (LexState *ls, SemInfo *seminfo) { argument
245 if (!buff2d(ls->buff, &seminfo->r)) /* format error? */
246 trydecpoint(ls, seminfo); /* try to update decimal point separator */
267 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { argument
274 lexerror(ls, (seminfo) ? "unfinished long string" :
287 if (!seminfo) luaZ_resetbuffer(ls->buff); /* avoid wasting space */
291 if (seminfo) save_and_next(ls);
296 if (seminfo)
340 read_string(LexState *ls, int del, SemInfo *seminfo) argument
398 llex(LexState *ls, SemInfo *seminfo) argument
[all...]
H A Dllex.h45 SemInfo seminfo; member in struct:Token
H A Dlparser.c64 TString *ts = ls->t.seminfo.ts;
142 ts = ls->t.seminfo.ts;
844 codestring(ls, &args, ls->t.seminfo.ts);
845 luaX_next(ls); /* must use `seminfo' before `next' */
943 v->u.nval = ls->t.seminfo.r;
947 codestring(ls, v, ls->t.seminfo.ts);
/external/syslinux/com32/lua/src/
H A Dllex.c219 static void trydecpoint (LexState *ls, SemInfo *seminfo) { argument
223 if (!buff2d(ls->buff, &seminfo->r)) {
236 static void read_numeral (LexState *ls, SemInfo *seminfo) { argument
252 if (!buff2d(ls->buff, &seminfo->r)) /* format error? */
253 trydecpoint(ls, seminfo); /* try to update decimal point separator */
274 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { argument
281 lexerror(ls, (seminfo) ? "unfinished long string" :
294 if (!seminfo) luaZ_resetbuffer(ls->buff); /* avoid wasting space */
298 if (seminfo) save_and_next(ls);
303 if (seminfo)
347 read_string(LexState *ls, int del, SemInfo *seminfo) argument
405 llex(LexState *ls, SemInfo *seminfo) argument
[all...]
H A Dllex.h45 SemInfo seminfo; member in struct:Token
H A Dlparser.c64 TString *ts = ls->t.seminfo.ts;
142 ts = ls->t.seminfo.ts;
844 codestring(ls, &args, ls->t.seminfo.ts);
845 luaX_next(ls); /* must use `seminfo' before `next' */
943 v->u.nval = ls->t.seminfo.r;
947 codestring(ls, v, ls->t.seminfo.ts);
/external/strace/tests/
H A Dipc_sem.c43 struct seminfo *__buf; /* Buffer for IPC_INFO
75 struct seminfo info;
H A Dsemop.c16 struct seminfo *__buf;
/external/strace/tests-m32/
H A Dipc_sem.c43 struct seminfo *__buf; /* Buffer for IPC_INFO
75 struct seminfo info;
H A Dsemop.c16 struct seminfo *__buf;
/external/strace/tests-mx32/
H A Dipc_sem.c43 struct seminfo *__buf; /* Buffer for IPC_INFO
75 struct seminfo info;
H A Dsemop.c16 struct seminfo *__buf;
/external/autotest/client/tests/synctest/src/
H A Dsynctest.c26 struct seminfo *__buf;
/external/ltp/testcases/kernel/syscalls/ipc/semop/
H A Dsemop02.c93 struct seminfo ipc_buf;
/external/toybox/toys/pending/
H A Dipcs.c47 struct seminfo *__buf;
251 struct seminfo info_buf;
/external/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl01.c76 static struct seminfo ipc_buf;
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c4340 int, semid, int, semnum, int, cmd, struct seminfo *, arg);

Completed in 495 milliseconds