Searched defs:opt (Results 1 – 14 of 14) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/ |
A D | getsubopt-susv3.c | 11 int getsubopt(char **opt, char *const *keys, char **val) in getsubopt()
|
A D | getopt_long-simple.c | 21 char *opt = argv[optind]+2; in __getopt_long() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/statfs/ |
A D | internal_statvfs.c | 81 char *opt; variable
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/mntent/ |
A D | mntent.c | 95 char *hasmntopt(const struct mntent *mnt, const char *opt) in hasmntopt()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fts/ |
A D | fts.c | 79 #define CLR(opt) (sp->fts_options &= ~(opt)) argument 80 #define ISSET(opt) (sp->fts_options & (opt)) argument 81 #define SET(opt) (sp->fts_options |= (opt)) argument
|
/l4re-core-master/moe/server/src/ |
A D | main.cc | 373 cxx::String const &opt) in parse_flags() 443 for (Get_opt const *opt = _options; opt->tag; ++opt) in parse_long_option() local
|
A D | boot_fs.cc | 73 static bool options_contains(cxx::String const &opts, cxx::String const &opt) in options_contains()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/ |
A D | test-skeleton.c | 220 int opt; in main() local
|
/l4re-core-master/ned/server/src/ |
A D | lua.cc | 225 int opt; in lua() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | conf.c | 518 int opt; in main() local
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lstrlib.c | 1438 int opt = *((*fmt)++); in getoption() local 1486 KOption opt = getoption(h, fmt, psize); in getdetails() local 1555 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack() local 1650 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_packsize() local 1708 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fnmatch/ |
A D | fnmatch_loop.c | 1018 EXT (INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end, in EXT()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/programs/ |
A D | locale.c | 94 enum { std, opt } status; enumerator
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/ |
A D | unifdef.c | 256 int opt; in main() local
|
Completed in 27 milliseconds