Searched refs:firstchar (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_debugfs.c | 238 char firstchar; in debugfs_trace_write() local 240 if (copy_from_user(&firstchar, buffer, 1) != 0) in debugfs_trace_write() 243 switch (firstchar) { in debugfs_trace_write()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lparser.h | 117 Dyndata *dyd, const char *name, int firstchar);
|
| H A D | llex.h | 74 TString *source, int firstchar);
|
| H A D | llex.c | 157 int firstchar) { in luaX_setinput() argument 160 ls->current = firstchar; in luaX_setinput()
|
| H A D | lparser.c | 1624 Dyndata *dyd, const char *name, int firstchar) { in luaY_parser() argument 1636 luaX_setinput(L, &lexstate, z, funcstate.f->source, firstchar); in luaY_parser()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/bin/ |
| H A D | jeprof.in | 3773 my $firstchar = ""; 3775 read(PROFILE, $firstchar, 1); 3777 if ($firstchar !~ /[[:print:]]/) { # is not a text character
|