Searched refs:strchr (Results 251 - 275 of 1293) sorted by relevance

<<11121314151617181920>>

/freebsd-current/usr.bin/units/
H A Dunits.c323 !strchr(".0123456789", *(slash + 1))))
325 slash = strchr(scratch, '/');
332 if (strchr("0123456789.", *item)) { /* item is a number */
338 offset = strchr(item, '&');
345 divider = strchr(item, '|');
396 if (strchr("23456789",
572 if (strchr(toadd, PRIMITIVECHAR))
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c747 } else if (strchr("E\\nrtbf", xx1) == 0) {
832 str = strchr(str, ';');
835 str = strchr(str, ';');
838 str = strchr(str, ';');
841 str = strchr(str, ';');
849 && (cp = strchr(str, '+'))) {
929 if (strchr("oxX.", *str)) {
H A Dcomp_parse.c84 if (strchr(src, '|') == 0) {
94 #define ForceBar(dst, src) ((strchr(src, '|') == 0) ? force_bar(dst, src) : src)
100 char *bar = strchr(name, '|');
126 for (pstart = n1; (pend = strchr(pstart, '|')); pstart = pend + 1) {
127 for (qstart = n2; (qend = strchr(qstart, '|')); qstart = qend + 1) {
692 bool terminal_entry = !strchr(tp->term_names, '+');
/freebsd-current/contrib/tnftp/src/
H A Dfetch.c180 if ((ep = strchr(cp, '\"')) != NULL) {
372 ep = strchr(url, '/');
384 cp = strchr(thost, '@'); /* look for user[:pass]@ in URLs */
391 cp = strchr(*uuser, ':');
409 if ((ep = strchr(cp, ']')) == NULL ||
430 if ((cp = strchr(thost, ':')) != NULL)
681 strchr(host, '%') != NULL) {
777 if (strchr(host, ':')) {
786 (p = strchr(h, '%')) != NULL) {
855 cp = strchr(bu
[all...]
/freebsd-current/sbin/ipfw/
H A Dnat.c232 sep = strchr (str, '-');
278 ptr = strchr (str, ':');
328 while ((sep = strchr(sep, ',')) != NULL) {
355 if (strchr(**av, ',') != NULL) {
390 while ((sep = strchr(sep, ',')) != NULL) {
430 if (strchr(**av, ',') != NULL) {
442 if (strchr(**av, ':'))
463 if (strchr(**av, ':') != NULL) {
491 if (strchr(**av, ':') != NULL) {
537 if (strchr (se
[all...]
/freebsd-current/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c230 if (!strchr("0123", token[0]) || token[1] != '=')
287 !strchr("0123", token[4]) ||
543 if (*s && strchr("@AB", *s))
552 if (*s && strchr("()*+", *s))
557 if (*s && strchr(",-./", *s))
600 if (1 <= n && string[0] && strchr("\217\216", string[0])) {
658 string[1] && strchr("no", string[1])) {
668 string[1] && strchr("~}|", string[1])) {
677 strchr("NO", string[1])) {
1058 if (target == 0 && cs.type == CS94MULTI && strchr("
[all...]
/freebsd-current/contrib/libxo/encoder/csv/
H A Denc_csv.c308 np = strchr(cp, '"');
584 np = strchr(cp, '.');
619 np = strchr(cp, '/');
637 np = strchr(cp, '/');
674 np = strchr(cp, opts_char);
678 vp = strchr(cp, '=');
/freebsd-current/contrib/less/
H A Dregexp.c748 while ((s = strchr(s, prog->regmust[0])) != NULL) {
771 while ((s = strchr(s, prog->regstart)) != NULL) {
883 if (*reginput == '\0' || strchr(OPERAND(scan), *reginput) == NULL)
888 if (*reginput == '\0' || strchr(OPERAND(scan), *reginput) != NULL)
1050 while (*scan != '\0' && strchr(opnd, *scan) != NULL) {
1056 while (*scan != '\0' && strchr(opnd, *scan) == NULL) {
/freebsd-current/bin/sh/
H A Dvar.c180 if (strchr(*envp, '=')) {
295 if ((eqp = strchr(ss, '=')) != NULL)
448 result = strchr(cmdenviron->args[i], '=') + 1;
626 s = strchr(vars[i], '=');
670 if ((p = strchr(name, '=')) != NULL) {
760 if (strchr(name, '='))
/freebsd-current/usr.sbin/jls/
H A Djls.c191 (dot = strchr(params[i].jp_name, '.'))) {
336 ap = strchr(parama->jp_name, '.');
337 bp = strchr(paramb->jp_name, '.');
521 qc = strchr(p, '\'') ? '"'
522 : strchr(p, '"') ? '\''
523 : strchr(p, ' ') || strchr(p, '\t') ? '"'
/freebsd-current/contrib/sendmail/mailstats/
H A Dmailstats.c143 b = strchr(buf, '#');
145 b = strchr(buf, '\n');
163 b = strchr(b, '=');
/freebsd-current/contrib/wpa/src/utils/
H A Dos.h533 #define os_strchr(s, c) strchr((s), (c))
652 #undef strchr macro
653 #define strchr OS_DO_NOT_USE_strchr macro
/freebsd-current/contrib/mandoc/
H A Ddbm.c278 cp = strchr(cp, '\0') + 1;
335 cp = strchr(cp, '\0') + 1)
382 cp = strchr(cp, '\0') + 1;
H A Dmdoc.c244 cp = end = strchr(sp, '\0') - 2;
279 for (c = buf + offs; c != NULL; c = strchr(c + 1, '.')) {
319 for (sz = 0; sz < 4 && strchr(" \t\\", buf[offs]) == NULL; sz++)
/freebsd-current/sbin/ipf/libipf/
H A Dsave_v1trap.c115 if (strchr(*strings, ' ') == NULL)
126 s = strchr(str, ' ');
139 if (strchr(s, ':') == NULL) {
H A Dsave_v2trap.c118 if (strchr(*strings, ' ') == NULL)
131 s = strchr(str, ' ');
144 if (strchr(s, ':') == NULL) {
/freebsd-current/contrib/unbound/sldns/
H A Dparse.c371 if(!(skipw && (strchr(skipw, c)||strchr(skipw, ' ')))) {
385 if(strchr(skipw, c)) {
/freebsd-current/lib/libdpv/
H A Ddialog_util.c150 if ((rows = strchr(rbuf, ' ')) == NULL)
152 if ((cols = strchr(rows, ',')) != NULL) {
155 if ((cp = strchr(cols, '\n')) != NULL)
/freebsd-current/usr.sbin/ppp/
H A Dudp.c260 if ((cp = strchr(p->name.full, ':')) != NULL && !strchr(cp + 1, ':')) {
264 svc = strchr(port, '/');
/freebsd-current/usr.sbin/lpr/common_source/
H A Dmatchjobs.c227 atsign = strchr(jobstr, '@');
228 colon = strchr(jobstr, ':');
274 period = strchr(lhside, '.');
/freebsd-current/usr.sbin/cron/lib/
H A Dmisc.c254 while (EOF != (ch = get_char(file)) && !strchr(terms, ch)) {
487 while (*s && (NULL != strchr(t, *s))) {
492 while (*s && (NULL == strchr(t, *s)) && (rp < &rb[MAX_TEMPSTR])) {
/freebsd-current/usr.bin/tr/
H A Dstr.c139 if ((p = strchr(s->str + 2, ']')) == NULL)
149 if (s->str[2] == '\0' || (p = strchr(s->str + 3, ']')) == NULL)
160 if (p[0] != '*' || strchr(p, ']') == NULL)
/freebsd-current/lib/libc/gen/
H A Dsyslog.c323 p = strchr(tbuf, '>') + 3;
482 if ((begin = strchr(LogTag, '[')) == NULL || begin == LogTag)
485 if ((end = strchr(begin + 1, ']')) == NULL || end[1] != 0 ||
/freebsd-current/contrib/sendmail/src/
H A Drecipient.c198 (strchr(list, ',') != NULL || strchr(list, ';') != NULL ||
199 strchr(list, '<') != NULL || strchr(list, '(') != NULL))
365 if (strchr(list, ',') != NULL || strchr(list, ';') != NULL ||
366 strchr(list, '<') != NULL || strchr(list, '(') != NULL)
536 else if (strchr(q->q_user, '@') != NULL)
541 else if (strchr(
[all...]
/freebsd-current/sbin/bectl/
H A Dbectl.c234 if ((atpos = strchr(bootenv, '@')) != NULL) {
246 else if (strchr(snapname, '@') != NULL)
395 if ((flags & BE_DESTROY_ORIGIN) == 0 && strchr(target, '@') == NULL) {

Completed in 211 milliseconds

<<11121314151617181920>>