Searched refs:delim (Results 1 - 25 of 141) sorted by relevance

123456

/freebsd-current/contrib/unbound/compat/
H A Dstrsep.c36 in_delim(char c, const char* delim) argument
39 if(!delim)
41 for(p=delim; *p; p++) {
48 char *strsep(char **stringp, const char *delim) argument
56 while(*s && !in_delim(*s, delim))
/freebsd-current/crypto/heimdal/lib/roken/
H A Dstrsep.c43 strsep(char **str, const char *delim) argument
48 *str = *str + strcspn(*str, delim);
H A Dstrsep_copy.c45 strsep_copy(const char **stringp, const char *delim, char *buf, size_t len) argument
51 *stringp = *stringp + strcspn(*stringp, delim);
/freebsd-current/contrib/mandoc/
H A Dcompat_strsep.c36 * strings separated by characters from delim.
39 * delim need not remain constant from call to call.
46 strsep(char **stringp, const char *delim) argument
57 spanp = delim;
H A Deqn_parse.h36 int delim; /* In-line delimiters enabled. */ member in struct:eqn_node
/freebsd-current/lib/libc/amd64/string/
H A Dstrsep.c39 strsep(char **stringp, const char *delim) argument
48 n = __strcspn(s, delim);
/freebsd-current/contrib/libpcap/missing/
H A Dstrtok_r.c44 pcap_strtok_r(char *s, const char *delim, char **last) argument
53 * Skip (span) leading delimiters (s += strspn(s, delim), sort of).
57 for (spanp = (char *)delim; (sc = *spanp++) != 0;) {
69 * Scan token (scan for delimiters: s += strcspn(s, delim), sort of).
70 * Note that delim must have one NUL; we stop if we see that, too.
74 spanp = (char *)delim;
/freebsd-current/contrib/bmake/
H A Dstresep.c42 char * stresep(char **stringp, const char *delim, int esc);
45 * strings separated by characters from delim. If esc is not NUL, then
50 * delim need not remain constant from call to call.
57 stresep(char **stringp, const char *delim, int esc) argument
65 if (stringp == NULL || delim == NULL)
79 spanp = delim;
/freebsd-current/sys/sys/
H A Dboot.h38 int boot_parse_cmdline_delim(char *cmdline, const char *delim);
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dstrsep.c43 * strings separated by characters from delim.
46 * delim need not remain constant from call to call.
53 strsep(char **stringp, const char *delim) argument
64 spanp = delim;
/freebsd-current/contrib/tcpdump/missing/
H A Dstrsep.c46 * strings separated by characters from delim.
49 * delim need not remain constant from call to call.
56 strsep(char **stringp, const char *delim) argument
67 spanp = delim;
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dstrsep.c43 * strings separated by characters from delim.
46 * delim need not remain constant from call to call.
53 strsep(char **stringp, const char *delim) argument
64 spanp = delim;
/freebsd-current/sys/libkern/
H A Dstrsep.c37 * strings separated by characters from delim.
40 * delim need not remain constant from call to call.
47 strsep(char **stringp, const char *delim) argument
58 spanp = delim;
/freebsd-current/lib/libc/string/
H A Dstrsep.c37 * strings separated by characters from delim.
40 * delim need not remain constant from call to call.
47 strsep(char **stringp, const char *delim) argument
58 spanp = delim;
H A Dstrtok.c48 __strtok_r(char *s, const char *delim, char **last) argument
57 * Skip (span) leading delimiters (s += strspn(s, delim), sort of).
61 for (spanp = (char *)delim; (sc = *spanp++) != 0;) {
73 * Scan token (scan for delimiters: s += strcspn(s, delim), sort of).
74 * Note that delim must have one NUL; we stop if we see that, too.
78 spanp = (char *)delim;
94 strtok(char *s, const char *delim) argument
98 return (__strtok_r(s, delim, &last));
H A Dwcstok.c40 wcstok(wchar_t * __restrict s, const wchar_t * __restrict delim, argument
51 * Skip (span) leading delimiters (s += wcsspn(s, delim), sort of).
55 for (spanp = delim; (sc = *spanp++) != L'\0';) {
67 * Scan token (scan for delimiters: s += wcscspn(s, delim), sort of).
68 * Note that delim must have one NUL; we stop if we see that, too.
72 spanp = delim;
/freebsd-current/usr.sbin/bluetooth/hcsecd/
H A Dlexer.l40 delim [ \t\n]
41 ws {delim}+
42 empty {delim}*
/freebsd-current/contrib/ldns/ldns/
H A Dparse.h53 * \param[in] *delim chars at which the parsing should stop
57 ssize_t ldns_fget_token(FILE *f, char *token, const char *delim, size_t limit);
65 * \param[in] *delim chars at which the parsing should stop
70 ssize_t ldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr);
91 * \param[in] *delim chars at which the parsing should stop
96 ldns_status ldns_fget_token_l_st(FILE *f, char **token, size_t *limit, bool fixed, const char *delim, int *line_nr);
98 ssize_t ldns_fget_token_l_resolv_conf(FILE *f, char *token, const char *delim, size_t limit, int *line_nr);
106 * \param[in] *delim chars at which the parsing should stop
110 ssize_t ldns_bget_token(ldns_buffer *b, char *token, const char *delim, size_t limit);
113 * searches for keyword and delim i
[all...]
/freebsd-current/usr.sbin/bluetooth/bthidd/
H A Dlexer.l47 delim [ \t\n]
48 ws {delim}+
49 empty {delim}*
/freebsd-current/contrib/unbound/sldns/
H A Dparse.h52 * \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
[all...]
/freebsd-current/lib/libutil/
H A Dhexdump.c47 char delim; local
50 delim = (flags & HD_DELIM_MASK) >> 8;
52 delim = ' ';
71 printf("%c%02x", delim, cp[k]);
/freebsd-current/usr.bin/m4/
H A Dtrace.c159 char delim[3]; local
162 delim[0] = LPAREN;
163 delim[1] = EOS;
165 fprintf(traceout, "%s%s%s%s", delim,
169 delim[0] = COMMA;
170 delim[1] = ' ';
171 delim[2] = EOS;
/freebsd-current/usr.bin/paste/
H A Dpaste.c47 static wchar_t *delim; variable
82 delimcnt = tr(delim = warg);
96 if (!delim) {
98 delim = tab;
148 (ch = delim[(lp->cnt - 1) % delimcnt]))
157 (ch = delim[(lp->cnt - 1) % delimcnt]))
168 if ((ch = delim[cnt % delimcnt]))
170 } else if ((ch = delim[(lp->cnt - 1) % delimcnt]))
206 if (delim[cnt] != '\0')
207 putwchar(delim[cn
[all...]
/freebsd-current/sbin/ipf/libipf/
H A Dparseipfexpr.c149 char *delim; local
151 delim = strchr(s, '/');
152 if (delim != NULL) {
153 *delim++ = '\0';
154 if (genmask(AF_INET, delim,
175 char *delim; local
177 delim = strchr(s, '/');
178 if (delim != NULL) {
179 *delim++ = '\0';
180 if (genmask(AF_INET6, delim,
216 char *delim; local
[all...]
/freebsd-current/usr.bin/pr/
H A Degetopt.c73 static int delim; /* which option delimiter */ local
92 delim = (int)*place;
134 return (delim);
149 if (delim == (int)'+') {

Completed in 200 milliseconds

123456