Home
last modified time | relevance | path

Searched refs:firstchar (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c238 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 Dlparser.h117 Dyndata *dyd, const char *name, int firstchar);
H A Dllex.h74 TString *source, int firstchar);
H A Dllex.c157 int firstchar) { in luaX_setinput() argument
160 ls->current = firstchar; in luaX_setinput()
H A Dlparser.c1624 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 Djeprof.in3773 my $firstchar = "";
3775 read(PROFILE, $firstchar, 1);
3777 if ($firstchar !~ /[[:print:]]/) { # is not a text character