| /src/lib/libc/string/ |
| H A D | strtok.c | 45 strtok(char *s, const char *delim) argument
|
| H A D | wcstok.c | 53 wcstok(wchar_t * __restrict s, const wchar_t * __restrict delim, argument
|
| /src/sys/arch/hpc/stand/libsa/ |
| H A D | strtok.cpp | 41 strtok(char *s, const char *delim) argument
|
| /src/usr.bin/pr/ |
| H A D | egetopt.c | 77 static int delim; /* which option delimiter */ local in function:egetopt
|
| /src/usr.bin/m4/ |
| H A D | trace.c | 176 char delim[3]; local in function:trace
|
| /src/usr.bin/paste/ |
| H A D | paste.c | 61 static char *delim = dflt_delim; variable in typeref:typename:char * [all...] |
| /src/games/warp/ |
| H A D | util.c | 115 cpytill(char *to, const char *from, int delim) argument
|
| /src/usr.bin/indent/ |
| H A D | pr_comment.c | 91 bool delim = false; // only relevant if may_wrap local in function:analyze_comment 152 copy_comment_start(bool may_wrap, bool *delim, int line_length) argument 248 copy_comment_wrap_finish(int line_length, bool delim) argument 277 copy_comment_wrap(int line_length,bool delim) argument 343 bool may_wrap, delim; local in function:process_comment [all...] |
| H A D | lexi.c | 236 for (char delim = token.s[token.len - 1];;) { local in function:lex_char_or_string
|
| /src/usr.bin/mklocale/ |
| H A D | mklocaledb.c | 229 static const char delim[3] = { '\0', '\0', '#' }; local in function:mklocaledb
|
| /src/sys/kern/ |
| H A D | subr_bufq.c | 351 const char *delim = ""; local in function:sysctl_kern_bufq_strategies
|
| /src/sys/netinet/ |
| H A D | in_selsrc.c | 274 const char *delim = "["; local in function:in_score_println 419 const char *delim; local in function:in_get_selectsrc
|
| /src/sys/dev/ir/ |
| H A D | irframe.c | 114 const char *delim; local in function:irframe_attach [all...] |
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_vce.c | 56 scan_2dec_uint(const char **sp, char delim, unsigned int *uintp) argument 80 scan_2dec_u8(const char **sp, char delim, uint8_t *u8p) argument
|
| /src/lib/libc/time/ |
| H A D | strptime.c | 116 #define delim(p) ((p) == '\0' || isspace((unsigned char)(p))) macro [all...] |
| /src/lib/libterminfo/ |
| H A D | compile.c | 71 char *obuf, type, flag, *buf, *delim, *name, *nbuf; local in function:_ti_promote 263 const char *delim; local in function:_ti_getname [all...] |
| /src/libexec/ld.elf_so/ |
| H A D | paths.c | 93 getstr(const char **p, const char *ep, const char *delim) argument 115 getcstr(const char **p, const char *ep, const char *delim) argument 134 getword(const char **p, const char *ep, const char *delim) argument
|
| /src/usr.bin/nl/ |
| H A D | nl.c | 107 static char delim[2] = { '\\', ':' }; variable in typeref:typename:char[2]
|
| /src/tests/lib/libc/regex/ |
| H A D | t_regex_att.c | 54 static const char delim[3] = "\\\\\0"; variable in typeref:typename:const char[3]
|
| /src/usr.sbin/wlanctl/ |
| H A D | wlanctl.c | 100 const char *delim; local in function:print_flags
|
| /src/sbin/cgdconfig/ |
| H A D | utils.c | 55 strsep_getnext(char **stringp, const char *delim) argument
|
| /src/sbin/routed/ |
| H A D | parms.c | 497 char *val0, *p, delim; local in function:get_passwd 594 char delim, *val local in function:parse_parms [all...] |
| /src/bin/csh/ |
| H A D | dol.c | 641 int delim = DgetC(0); local in function:fixDolMod 688 int delim; local in function:setDolp [all...] |
| /src/usr.bin/infocmp/ |
| H A D | infocmp.c | 728 char *alias, *aliascpy, *delim; local in function:main [all...] |
| /src/usr.bin/pkill/ |
| H A D | pkill.c | 87 static const char *delim = "\n"; variable in typeref:typename:const char *
|