/netbsd-src/usr.bin/indent/ |
H A D | pr_comment.c | 91 bool delim = false; // only relevant if may_wrap in analyze_comment() local 152 copy_comment_start(bool may_wrap, bool *delim, int line_length) in copy_comment_start() argument 248 copy_comment_wrap_finish(int line_length, bool delim) in copy_comment_wrap_finish() argument 277 copy_comment_wrap(int line_length,bool delim) copy_comment_wrap() argument 343 bool may_wrap, delim; process_comment() local [all...] |
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | argv_split.c | 65 ARGV *argv_split(const char *string, const char *delim) in argv_split() 81 ARGV *argv_split_count(const char *string, const char *delim, ssize_t count) in argv_split_count() 103 ARGV *argv_split_append(ARGV *argvp, const char *string, const char *delim) in argv_split_append()
|
H A D | argv_splitq.c | 69 ARGV *argv_splitq(const char *string, const char *delim, const char *parens) in argv_splitq() 85 ARGV *argv_splitq_count(const char *string, const char *delim, in argv_splitq_count() 108 ARGV *argv_splitq_append(ARGV *argvp, const char *string, const char *delim, in argv_splitq_append()
|
H A D | name_mask.c | 209 const char *names, const char *delim, int flags) in name_mask_delim_opt() 275 int delim = (flags & NAME_MASK_COMMA ? ',' : in str_name_mask_opt() local 322 const char *names, const char *delim, in long_name_mask_delim_opt() 389 int delim = (flags & NAME_MASK_COMMA ? ',' : in str_long_name_mask_opt() local
|
/netbsd-src/external/bsd/unbound/dist/compat/ |
H A D | strsep.c | 36 in_delim(char c, const char* delim) in in_delim() 48 char *strsep(char **stringp, const char *delim) in strsep()
|
/netbsd-src/external/bsd/ipf/dist/lib/ |
H A D | parseipfexpr.c | 157 char *delim; local 183 char *delim; local 224 char *delim; local
|
/netbsd-src/external/bsd/unbound/dist/sldns/ |
H A D | parse.c | 27 sldns_fget_token(FILE *f, char *token, const char *delim, size_t limit) in sldns_fget_token() 33 sldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr) in sldns_fget_token_l() 280 sldns_bget_token(sldns_buffer *b, char *token, const char *delim, size_t limit) in sldns_bget_token() 286 sldns_bget_token_par(sldns_buffer *b, char *token, const char *delim, in sldns_bget_token_par()
|
/netbsd-src/lib/libc/string/ |
H A D | strtok.c | 45 strtok(char *s, const char *delim) in strtok()
|
H A D | wcstok.c | 53 wcstok(wchar_t * __restrict s, const wchar_t * __restrict delim, in wcstok()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | strsep.c | 45 strsep(char **str, const char *delim) in strsep()
|
H A D | strsep_copy.c | 47 strsep_copy(const char **stringp, const char *delim, char *buf, size_t len) in strsep_copy()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | strtok_r.c | 44 __strtok_r (char *s, const char *delim, char **save_ptr) in __strtok_r()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | x-perl.c | 630 extract_quotelike_pass1 (int delim) in extract_quotelike_pass1() 731 extract_quotelike_pass1_utf8 (int delim) in extract_quotelike_pass1_utf8() 832 extract_quotelike (token_ty *tp, int delim) in extract_quotelike() 851 extract_triple_quotelike (message_list_ty *mlp, token_ty *tp, int delim, in extract_triple_quotelike() 2149 int delim = phase1_getc (); in x_perl_prelex() local 2183 int delim = phase1_getc (); in x_perl_prelex() local 2230 int delim = phase1_getc (); in x_perl_prelex() local 2860 token_type_ty delim, bool eat_delim, bool comma_delim, in extract_balanced()
|
/netbsd-src/external/bsd/libfido2/dist/openbsd-compat/ |
H A D | strsep.c | 53 strsep(char **stringp, const char *delim) in strsep()
|
/netbsd-src/sys/arch/hpc/stand/libsa/ |
H A D | strtok.cpp | 41 strtok(char *s, const char *delim) in strtok()
|
/netbsd-src/libexec/ld.elf_so/ |
H A D | paths.c | 91 getstr(const char **p, const char *ep, const char *delim) in getstr() 113 getcstr(const char **p, const char *ep, const char *delim) in getcstr() 132 getword(const char **p, const char *ep, const char *delim) in getword()
|
/netbsd-src/external/bsd/am-utils/dist/conf/checkmount/ |
H A D | checkmount_osf.c | 64 char *delim; in fixmount_check_mount() local
|
/netbsd-src/external/bsd/nvi/dist/clib/ |
H A D | strsep.c | 62 strsep(register char **stringp, register const char *delim) in strsep()
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | compat_strsep.c | 53 strsep(char **stringp, const char *delim) in strsep()
|
H A D | eqn_term.c | 56 int delim; in eqn_box() local
|
/netbsd-src/external/bsd/libbind/dist/bsd/ |
H A D | strsep.c | 63 strsep(char **stringp, const char *delim) { in strsep()
|
/netbsd-src/usr.bin/pr/ |
H A D | egetopt.c | 77 static int delim; /* which option delimiter */ in egetopt() local
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | strip_addr.c | 124 char *delim = "+-"; in main() local
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/ |
H A D | resconf.c | 356 int delim; in resconf_parsesearch() local 408 int delim, res; in resconf_parsesortlist() local 464 int delim; in resconf_parseoption() local
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | string.c | 39 static int int_strspn( const char *str, const char *delim ) in int_strspn()
|