HomeSort by: relevance | last modified time | path
    Searched refs:delim (Results 1 - 25 of 352) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/unbound/dist/compat/
strsep.c 36 in_delim(char c, const char* delim)
39 if(!delim)
41 for(p=delim; *p; p++) {
48 char *strsep(char **stringp, const char *delim)
56 while(*s && !in_delim(*s, delim))
  /src/lib/libc/string/
strtok.c 45 strtok(char *s, const char *delim)
49 return strtok_r(s, delim, &lasts);
strtok_r.c 51 strtok_r(char *s, const char *delim, char **lasts)
58 _DIAGASSERT(delim != NULL);
65 * Skip (span) leading delimiters (s += strspn(s, delim), sort of).
69 for (spanp = delim; (sc = *spanp++) != 0;) {
81 * Scan token (scan for delimiters: s += strcspn(s, delim), sort of).
82 * Note that delim must have one NUL; we stop if we see that, too.
86 spanp = delim;
wcstok.c 53 wcstok(wchar_t * __restrict s, const wchar_t * __restrict delim,
61 _DIAGASSERT(delim != NULL);
68 * Skip (span) leading delimiters (s += wcsspn(s, delim), sort of).
72 for (spanp = delim; (sc = *spanp++) != L'\0';) {
84 * Scan token (scan for delimiters: s += wcscspn(s, delim), sort of).
85 * Note that delim must have one NUL; we stop if we see that, too.
89 spanp = delim;
stresep.c 52 * strings separated by characters from delim. If esc is not NUL, then
57 * delim need not remain constant from call to call.
64 stresep(char **stringp, const char *delim, int esc)
73 _DIAGASSERT(delim != NULL);
86 spanp = delim;
  /src/external/bsd/am-utils/dist/conf/checkmount/
checkmount_osf.c 64 char *delim; local
70 if ((delim = strchr(fslist[i].f_mntfromname, ':'))) {
71 *delim = '\0';
72 if ((STREQ(delim + 1, path) ||
77 } else if ((delim = strchr(fslist[i].f_mntfromname, '@'))) {
78 *delim = '\0';
81 is_same_host(delim + 1, host, hostaddr))
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
strsep.c 45 strsep(char **str, const char *delim)
50 *str = *str + strcspn(*str, delim);
strsep_copy.c 47 strsep_copy(const char **stringp, const char *delim, char *buf, size_t len)
53 *stringp = *stringp + strcspn(*stringp, delim);
  /src/external/bsd/mdocml/dist/
compat_strsep.c 36 * strings separated by characters from delim.
39 * delim need not remain constant from call to call.
46 strsep(char **stringp, const char *delim)
57 spanp = delim;
  /src/external/ibm-public/postfix/dist/src/util/
argv_split.c 11 /* ARGV *argv_split(string, delim)
13 /* const char *delim;
15 /* ARGV *argv_split_count(string, delim, count)
17 /* const char *delim;
20 /* ARGV *argv_split_append(argv, string, delim)
23 /* const char *delim;
65 ARGV *argv_split(const char *string, const char *delim)
72 while ((arg = mystrtok(&bp, delim)) != 0)
81 ARGV *argv_split_count(const char *string, const char *delim, ssize_t count)
90 while (count-- > 1 && (arg = mystrtok(&bp, delim)) != 0
    [all...]
argv_splitq.c 11 /* ARGV *argv_splitq(string, delim, parens)
13 /* const char *delim;
16 /* ARGV *argv_splitq_count(string, delim, parens, count)
18 /* const char *delim;
22 /* ARGV *argv_splitq_append(argv, string, delim, parens)
25 /* const char *delim;
69 ARGV *argv_splitq(const char *string, const char *delim, const char *parens)
76 while ((arg = mystrtokq(&bp, delim, parens)) != 0)
85 ARGV *argv_splitq_count(const char *string, const char *delim,
95 while (count-- > 1 && (arg = mystrtokq(&bp, delim, parens)) != 0
    [all...]
  /src/external/bsd/libpcap/dist/missing/
strtok_r.c 42 pcapint_strtok_r(char *s, const char *delim, char **last)
51 * Skip (span) leading delimiters (s += strspn(s, delim), sort of).
55 for (spanp = (char *)delim; (sc = *spanp++) != 0;) {
67 * Scan token (scan for delimiters: s += strcspn(s, delim), sort of).
68 * Note that delim must have one NUL; we stop if we see that, too.
72 spanp = (char *)delim;
  /src/external/gpl3/gdb/dist/gnulib/import/
strtok_r.c 33 /* Parse S into tokens separated by characters in DELIM.
44 __strtok_r (char *s, const char *delim, char **save_ptr)
52 s += strspn (s, delim);
61 s = strpbrk (token, delim);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
strtok_r.c 33 /* Parse S into tokens separated by characters in DELIM.
44 __strtok_r (char *s, const char *delim, char **save_ptr)
52 s += strspn (s, delim);
61 s = strpbrk (token, delim);
  /src/external/ibm-public/postfix/dist/src/global/
sendopts.c 13 /* int delim)
28 /* .IP delim
73 const char *sendopts_strflags(unsigned flags, int delim)
89 if ((cp = strchr(delims, delim)) == 0)
90 msg_panic("%s: bad delimiter: '%c'", myname, delim);
strip_addr.c 124 char *delim = "+-"; local
147 stripped = strip_addr_internal("foo", (char **) 0, delim);
151 stripped = strip_addr_internal("foo", &extension, delim);
167 stripped = strip_addr_internal("foo@bar", (char **) 0, delim);
171 stripped = strip_addr_internal("foo@bar", &extension, delim);
187 stripped = strip_addr_internal("foo-ext", (char **) 0, delim);
194 stripped = strip_addr_internal("foo-ext", &extension, delim);
214 stripped = strip_addr_internal("foo-ext@bar", (char **) 0, delim);
221 stripped = strip_addr_internal("foo-ext@bar", &extension, delim);
231 stripped = strip_addr_internal("foo+ext@bar", &extension, delim);
    [all...]
sendopts.h 49 extern const char *sendopts_strflags(unsigned flags, int delim);
  /src/external/bsd/libfido2/dist/openbsd-compat/
strsep.c 43 * strings separated by characters from delim.
46 * delim need not remain constant from call to call.
53 strsep(char **stringp, const char *delim)
64 spanp = delim;
  /src/external/bsd/nvi/dist/clib/
strsep.c 48 * strings separated by characters from delim.
51 * delim need not remain constant from call to call.
62 strsep(register char **stringp, register const char *delim)
73 spanp = delim;
  /src/external/bsd/tcpdump/dist/missing/
strsep.c 44 * strings separated by characters from delim.
47 * delim need not remain constant from call to call.
54 strsep(char **stringp, const char *delim)
65 spanp = delim;
  /src/common/lib/libc/string/
strsep.c 59 * strings separated by characters from delim.
62 * delim need not remain constant from call to call.
69 strsep(char **stringp, const char *delim)
77 _DIAGASSERT(delim != NULL);
83 spanp = delim;
  /src/sys/arch/hpc/stand/libsa/
strtok.cpp 41 strtok(char *s, const char *delim)
52 * Skip (span) leading delimiters (s += strspn(s, delim), sort of).
56 for (spanp = delim; (sc = *spanp++) != 0;) {
68 * Scan token (scan for delimiters: s += strcspn(s, delim), sort of).
69 * Note that delim must have one NUL; we stop if we see that, too.
73 spanp = delim;
  /src/external/bsd/libbind/dist/bsd/
strsep.c 53 * strings separated by characters from delim.
56 * delim need not remain constant from call to call.
63 strsep(char **stringp, const char *delim) {
73 spanp = delim;
  /src/usr.bin/indent/
pr_comment.c 91 bool delim = false; // only relevant if may_wrap local
115 delim = true;
117 delim = true;
147 *p_delim = delim;
152 copy_comment_start(bool may_wrap, bool *delim, int line_length)
161 if (*delim && fits_in_one_line(line_length))
162 *delim = false;
163 if (*delim) {
248 copy_comment_wrap_finish(int line_length, bool delim)
250 if (delim) {
343 bool may_wrap, delim; local
    [all...]
  /src/external/bsd/unbound/dist/sldns/
parse.h 52 * \param[in] *delim chars at which the parsing should stop
56 ssize_t sldns_fget_token(FILE *f, char *token, const char *delim, size_t limit);
64 * \param[in] *delim chars at which the parsing should stop
69 ssize_t sldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr);
77 * \param[in] *delim chars at which the parsing should stop
87 ssize_t sldns_bget_token_par(struct sldns_buffer *b, char *token, const char *delim, size_t limit, int* par, const char* skipw);
95 * \param[in] *delim chars at which the parsing should stop
99 ssize_t sldns_bget_token(struct sldns_buffer *b, char *token, const char *delim, size_t limit);
102 * searches for keyword and delim in a file. Gives everything back
115 * searches for keyword and delim. Gives everything bac
    [all...]

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>