Home
last modified time | relevance | path

Searched refs:seminfo (Results 1 – 20 of 20) 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/skia/third_party/lua/src/
Dllex.c212 static void trydecpoint (LexState *ls, SemInfo *seminfo) { in trydecpoint() argument
216 if (!buff2d(ls->buff, &seminfo->r)) { in trydecpoint()
229 static void read_numeral (LexState *ls, SemInfo *seminfo) { in read_numeral() argument
245 if (!buff2d(ls->buff, &seminfo->r)) /* format error? */ in read_numeral()
246 trydecpoint(ls, seminfo); /* try to update decimal point separator */ in read_numeral()
267 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { in read_long_string() argument
274 lexerror(ls, (seminfo) ? "unfinished long string" : in read_long_string()
287 if (!seminfo) luaZ_resetbuffer(ls->buff); /* avoid wasting space */ in read_long_string()
291 if (seminfo) save_and_next(ls); in read_long_string()
296 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.h49 struct seminfo __user *__buf; /* buffer for IPC_INFO */
53 struct seminfo { struct
/external/strace/tests-mx32/
Dipc_sem.c42 struct seminfo *__buf; /* Buffer for IPC_INFO
74 struct seminfo info; in main()
Dsemop.c17 struct seminfo *__buf;
/external/strace/tests-m32/
Dipc_sem.c42 struct seminfo *__buf; /* Buffer for IPC_INFO
74 struct seminfo info; in main()
Dsemop.c17 struct seminfo *__buf;
/external/strace/tests/
Dipc_sem.c42 struct seminfo *__buf; /* Buffer for IPC_INFO
74 struct seminfo info; in main()
Dsemop.c17 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.c76 static struct seminfo ipc_buf;
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-tilegx-linux.c950 int, semid, int, semnum, int, cmd, struct seminfo *, arg); in PRE()
Dsyswrap-linux.c3787 int, semid, int, semnum, int, cmd, struct seminfo *, arg); in PRE()