Searched refs:strchr (Results 476 - 500 of 1294) sorted by relevance

<<11121314151617181920>>

/freebsd-current/usr.sbin/ypldap/
H A Daldap.c584 if ((forward = strchr(p, '/')) != NULL)
587 if ((forward2 = strchr(p, ':')) != NULL) {
609 if ((forward = strchr(p, '?')) != NULL)
620 if ((forward = strchr(p, '?')) != NULL)
623 if ((forward2 = strchr(p, ',')) == NULL) {
641 if ((forward = strchr(p, '?')) != NULL)
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c114 if (!(type & ZFS_TYPE_SNAPSHOT) && strchr(path, '@') != NULL) {
121 if (type == ZFS_TYPE_SNAPSHOT && strchr(path, '@') == NULL) {
128 if (!(type & ZFS_TYPE_BOOKMARK) && strchr(path, '#') != NULL) {
135 if (type == ZFS_TYPE_BOOKMARK && strchr(path, '#') == NULL) {
142 if (modifying && strchr(path, '%') != NULL) {
552 strchr(zc->zc_name, '@') != NULL)
621 pound = strchr(fsname, '#');
727 bookp = strchr(path, '#');
3200 cp = strchr(propname, '@') + 1;
3214 } else if (!isproject && strchr(c
[all...]
H A Dlibzfs_diff.c579 atptrf = strchr(fromsnap, '@');
595 atptrf = strchr(fromsnap, '@');
596 atptrt = strchr(tosnap, '@');
694 strptr = strchr(di->tosnap, '@');
699 strptr = strchr(di->fromsnap, '@');
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c691 cp = strchr(zc->zc_name, '@');
939 char *atp = strchr(name, '@');
966 char *hashp = strchr(name, '#');
992 char *hashp = strchr(name, '#');
2278 if (error == 0 && strchr(zc->zc_name, '$') == NULL) {
2364 *(strchr(zc->zc_name, '@') + 1) = '\0';
2390 *strchr(zc->zc_name, '@') = '\0';
2419 if ((dash = strchr(propname, '-')) == NULL ||
3436 if (strchr(fsname, '@') ||
3437 strchr(fsnam
[all...]
H A Dzvol.c914 boolean_t ro = (readonly || (strchr(zv->zv_name, '@') != NULL));
989 if (strchr(dsname, '@') == 0) {
1095 if (strchr(dsname, '@') == 0) {
1168 if (strchr(name, '@') != NULL) {
1214 if (strchr(name, '@') != NULL) {
1453 if (strchr(dsname, '@') == NULL)
1488 if (strchr(name, '@') != NULL)
/freebsd-current/usr.sbin/rtadvd/
H A Dconfig.c101 p = strchr(src, '.');
425 if (strchr(flagstr, 'm'))
427 if (strchr(flagstr, 'o'))
429 if (strchr(flagstr, 'h'))
431 if (strchr(flagstr, 'l')) {
440 if (strchr(flagstr, 'S'))
554 if (strchr(flagstr, 'l'))
556 if (strchr(flagstr, 'a'))
740 if (strchr(flagstr, 'h'))
742 if (strchr(flagst
[all...]
/freebsd-current/contrib/ncurses/progs/
H A Dtic.c216 && strchr(s, L_BRACE) != 0) {
336 if ((up = strchr(namebuf, '#')) != 0
337 || (up = strchr(namebuf, '=')) != 0
338 || ((up = strchr(namebuf, '@')) != 0 && up[1] == '>')) {
504 } else if (strchr(src, '/') != 0) { /* a filename */
1335 char *test = (strchr) (list, ch);
1434 } else if (strchr(tp->term_names, '+') == NULL) {
1733 && strchr(name, '.') == NULL);
1781 && (s = strchr(to_status_line, ';')) != NULL
1787 && !screen_base && strchr(nam
[all...]
/freebsd-current/usr.sbin/gssd/
H A Dgssd.c432 cp2 = strchr(cp, ':');
858 if ((cp = strchr(ccname, '@')) != NULL)
880 cp2 = strchr(cp, ':');
1155 cp = strchr(pname, '/');
1167 cp2 = strchr(cp, '@');
1182 cp = strchr(pname, '@');
1188 if (strchr(pname, '/') == NULL)
/freebsd-current/contrib/sendmail/src/
H A Dsavemail.c1243 p = strchr(q->q_orcpt, ';');
1274 strchr(q->q_user, '@') == NULL)
1313 a = strchr(q->q_finalrcpt, ';');
1636 strchr(taboo, c) != NULL)
1665 strchr(taboo, c) != NULL)
1698 if (strchr(t, '+') == NULL)
1815 if (strchr("()<>@,;:\\.[]\"", c) != NULL)
H A Dutil.c197 strchr(MustQuoteChars, *c) != NULL)
886 if (strchr("=~&?", *s) != NULL)
1119 p = strchr(line, '\n');
1648 if (SM_IS_EMPTY(s) || strchr("tTyY", *s) != NULL)
2134 p = strchr(host, '.');
2292 q = strchr(p, ':');
2440 (isalnum(*f) || strchr("!#$%&'*+-./^_`{|}~", *f) != NULL))
2475 while ((p = strchr(p, '\n')) != NULL)
2493 for (p = bp; (p = strchr(p, '\n')) != NULL; )
H A Dudb.c934 p = strchr(p, ',');
1180 spec_end = strchr(udbspec, ':');
1187 spec_end = strchr(spec, ':');
1193 p = strchr(spec, '=');
1255 if (strchr(name, '@') != NULL)
H A Ddaemon.c211 j_has_dot = strchr(jbuf, '.') != NULL;
299 else if (j_has_dot && strchr(jbuf, '.') == NULL)
1499 p = strchr(p, ',');
1502 v = strchr(f, '=');
2318 p = strchr(host, ']');
3079 if (name[0] != '[' && strchr(name, '.') != NULL)
3454 if (strchr(hp->h_name, '.') != NULL || strchr(hostbuf, '.') == NULL)
3458 if (strchr(hostbuf, '.') == NULL)
3475 if (strchr(hostbu
[all...]
/freebsd-current/bin/ps/
H A Dps.c1001 while (*argp != '\0' && strchr(W_SEP, *argp) != NULL)
1006 if (strchr(T_SEP, *argp) == NULL) {
1009 strchr(W_SEP T_SEP, *argp) == NULL)
1025 while (*argp != '\0' && strchr(W_SEP T_SEP,
1037 while (*argp != '\0' && strchr(W_SEP, *argp) != NULL)
1039 if (*argp != '\0' && strchr(T_SEP, *argp) != NULL) {
1390 optp = strchr(optlist, *cp);
/freebsd-current/contrib/unbound/sldns/
H A Dstr2wire.c1019 for (e = strchr(s, 0); e > s+2 && isspace((unsigned char)e[-1]) && e[-2] != '\\'; e--)
1225 if (!(next_ip_str = strchr(val, ','))) {
1280 if (!(next_ip_str = strchr(val, ','))) {
1340 if (!(next_key = strchr(val, ','))) {
1625 eq_pos = strchr(str, '=');
1865 || strchr(my_str, ':') == NULL
1866 || strchr(my_str, '/') == NULL
1867 || strchr(my_str, ':') > strchr(my_str, '/')) {
1880 my_str = strchr(my_st
[all...]
/freebsd-current/contrib/ldns/
H A Dstr2host.c492 || strchr(my_str, ':') == NULL
493 || strchr(my_str, '/') == NULL
494 || strchr(my_str, ':') > strchr(my_str, '/')) {
507 my_str = strchr(my_str, ':') + 1;
510 ip_str_len = (size_t) (strchr(my_str, '/') - my_str);
556 my_str = strchr(my_str, '/') + 1;
1579 const char *hit = str == NULL ? NULL : strchr(str, ' ');
1580 const char *pk = hit == NULL ? NULL : strchr(hit + 1, ' ');
/freebsd-current/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c644 if ((propval = strchr(propname, '=')) == NULL) {
668 if (strchr(propname, '=') != NULL) {
1164 if ((p = strchr(argv[0], '/')) != NULL)
1451 if (strchr(zfs_get_name(zhp), '/') == NULL &&
1702 at = strchr(argv[0], '@');
1703 pound = strchr(argv[0], '#');
1824 if (!cb.cb_recurse && strchr(zfs_get_name(zhp), '/') == NULL &&
3434 if ((delim = strchr(ofield, ',')) != NULL)
3453 if ((delim = strchr(tfield, ',')) != NULL)
4093 if (flags.recursive && strchr(arg
[all...]
/freebsd-current/usr.sbin/pciconf/
H A Dpciconf.c827 if ((ch = strchr(buf, '#')) != NULL)
829 ch = strchr(buf, '\0') - 1;
934 cp = strchr(name, '\0');
972 ep = strchr(str, '@');
1006 if (strchr(str, ':') == NULL)
/freebsd-current/usr.bin/tftp/
H A Dmain.c240 if ((s = strchr(host, '/')) == NULL) {
248 if ((s = strchr(path, ';')) != NULL) {
454 if (strchr(argv[n], ':')) {
759 if ((cp = strchr(line, '\n')))
818 if ((cp = strchr(line, '\n')) != NULL)
/freebsd-current/lib/libc/resolv/
H A Dres_init.c125 #define ISSORTMASK(ch) (strchr(sort_mask, ch) != NULL)
263 cp = strchr(buf, '.');
358 if ((cp = strchr(statp->defdname, '\n')) != NULL)
542 (cp = strchr(buf, '.')) != NULL)
559 cp = strchr(cp, '.') + 1; /*%< we know there is one */
/freebsd-current/usr.sbin/nfsd/
H A Dnfsd.c1022 if ((cp = strchr(hostname, '.')) == NULL ||
1030 (cp = strchr(aip->ai_canonname, '.')) !=
1215 cp2 = strchr(cp, ',');
1223 dsvol = strchr(cp, ':');
1229 mdsp = strchr(dsvol, '#');
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-checkconf.c579 if(strchr(p->str, '*') || strchr(p->str, '[') ||
580 strchr(p->str, '?') || strchr(p->str, '{') ||
581 strchr(p->str, '~')) {
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_program.c416 for (i = 0; (p = strchr(p, '-')) != NULL; i++)
467 for (i = 0; (p = strchr(p, '-')) != NULL; i++)
549 for (i = 0; (p = strchr(p, '-')) != NULL; i++)
/freebsd-current/contrib/mtree/
H A Dspec.c183 if (strchr(p, '/') != NULL) {
185 for (; (e = strchr(p, '/')) != NULL; p = e+1) {
457 if ((dev = strchr(arg, ',')) != NULL) {
/freebsd-current/contrib/tnftp/src/
H A Dmain.c532 } else if (strchr(argv[0], ':') != NULL
547 cp = strchr(host, '@');
727 if (strchr(margv[0], ':') != NULL ||
/freebsd-current/crypto/heimdal/appl/push/
H A Dpush.c247 tmp = strchr(tmp, ',');
665 p = strchr(a0, '@');
674 p = strchr(a0, ':');

Completed in 349 milliseconds

<<11121314151617181920>>