Searched defs:delim (Results 1 - 25 of 103) sorted by relevance

12345

/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dstrsep.c43 strsep(char **str, const char *delim) argument
H A Dstrsep_copy.c45 strsep_copy(const char **stringp, const char *delim, char *buf, size_t len) argument
/freebsd-10-stable/contrib/bmake/
H A Dstresep.c57 stresep(char **stringp, const char *delim, int esc) argument
/freebsd-10-stable/contrib/tcpdump/missing/
H A Dstrsep.c59 strsep(char **stringp, const char *delim) argument
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dstrsep.c53 strsep(char **stringp, const char *delim) argument
/freebsd-10-stable/lib/libc/string/
H A Dstrsep.c51 strsep(char **stringp, const char *delim) argument
H A Dwcstok.c41 wcstok(wchar_t * __restrict s, const wchar_t * __restrict delim, argument
H A Dstrtok.c52 __strtok_r(char *s, const char *delim, char **last) argument
98 strtok(char *s, const char *delim) argument
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dname_match.c81 _nc_name_match(const char *const namelst, const char *const name, const char *const delim) argument
/freebsd-10-stable/lib/libutil/
H A Dhexdump.c50 char delim; local
/freebsd-10-stable/usr.bin/pr/
H A Degetopt.c79 static int delim; /* which option delimiter */ local
/freebsd-10-stable/contrib/groff/src/preproc/eqn/
H A Deqn.y321 delim: label
H A Ddelim.cpp293 static void define_extensible_string(char *delim, int uid, argument
H A Dmain.cpp204 static char *delim_search(char *ptr, int delim) argument
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dder_format.c108 der_print_heim_oid (const heim_oid *oid, char delim, char **str) argument
/freebsd-10-stable/lib/libc/stdio/
H A Dgetdelim.c109 getdelim(char ** __restrict linep, size_t * __restrict linecapp, int delim, argument
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Dtext.c93 atf_text_split(const char *str, const char *delim, atf_list_t *words) argument
H A Dtext_test.c64 check_split(const char *str, const char *delim, const char *words[]) argument
/freebsd-10-stable/contrib/atf/atf-c++/detail/
H A Dtext.cpp90 impl::split(const std::string& str, const std::string& delim) argument
/freebsd-10-stable/contrib/gcc/
H A Dscan.c145 read_upto (FILE *fp, sstring *str, int delim) argument
/freebsd-10-stable/usr.sbin/mpsutil/
H A Dmpsutil.c156 char delim; local
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dparseipfexpr.c155 char *delim; local
181 char *delim; local
222 char *delim; local
[all...]
/freebsd-10-stable/contrib/ldns/
H A Dparse.c25 ldns_fget_token(FILE *f, char *token, const char *delim, size_t limit) argument
31 ldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr) argument
217 ldns_bget_token(ldns_buffer *b, char *token, const char *delim, size_t limit) argument
[all...]
/freebsd-10-stable/contrib/nvi/common/
H A Dsearch.c50 int delim; local
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_global.c76 int cnt, delim, eval; local

Completed in 212 milliseconds

12345