Searched refs:strchr (Results 326 - 350 of 1294) sorted by relevance

<<11121314151617181920>>

/freebsd-current/lib/libgssapi/
H A Dgss_mech_switch.c69 q = strchr(p, '.');
95 q = strchr(p, '.');
/freebsd-current/usr.bin/ar/
H A Dar.c319 if ((!bsdar->mode || strchr("ptx", bsdar->mode)) &&
363 if (strchr(valid_modes, bsdar->mode) == NULL)
/freebsd-current/usr.bin/env/
H A Denvopts.c105 if (strchr(filename, '/') != NULL)
465 *dest_p = strchr(newstr, '\0');
/freebsd-current/usr.sbin/ppp/
H A Diplist.c104 if (ptr != NULL && (ptr = strchr(ptr, ',')) != NULL)
110 if ((end = strchr(ptr, ',')) == NULL)
/freebsd-current/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c253 if ((sep = strchr(buf, '\n')))
260 if ((sep = strchr(buf, '\n')))
/freebsd-current/usr.sbin/ypserv/
H A Dyp_access.c249 if (strchr(map, '/')) {
322 strchr(domain, '/') || strlen(domain) > YPMAXDOMAIN)
/freebsd-current/contrib/libfido2/fuzz/
H A Dlibfuzzer.c44 if ((path = strchr(opt, '=')) == NULL || strlen(++path) == 0) {
130 if ((f = strchr(opt, '=')) == NULL || strlen(++f) == 0)
/freebsd-current/sbin/mount_msdosfs/
H A Dmount_msdosfs.c113 csp = strchr(optarg,'.');
128 p = strchr(optarg, '=');
/freebsd-current/crypto/openssl/crypto/
H A Dmem.c109 char *semi = strchr(md_failstring, ';');
117 atsign = strchr(md_failstring, '@');
/freebsd-current/lib/libc/iconv/
H A Dcitrus_iconv.c319 if (strchr(realsrc, '/') != NULL || strchr(realdst, '/'))
/freebsd-current/contrib/blocklist/port/
H A Dpopenve.c84 int flags = strchr(*type, 'e') ? O_CLOEXEC : 0;
87 if (strchr(*type, '+')) {
/freebsd-current/usr.bin/finger/
H A Dfinger.c278 if (strchr(*p, '@'))
309 if ((conf_realname = strchr(conf_alias, ':')) == NULL)
/freebsd-current/usr.sbin/chown/
H A Dchown.c147 if ((cp = strchr(*argv, ':')) != NULL) {
152 else if ((cp = strchr(*argv, '.')) != NULL) {
/freebsd-current/usr.bin/tip/tip/
H A Dvalue.c180 if ((cp = strchr(s, '='))) {
193 } else if ((cp = strchr(s, '?'))) {
/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum_rename.c212 dot1 = strchr(newname, '.');
213 if (dot1 == NULL || (dot2 = strchr(dot1 + 1, '.')) == NULL) {
/freebsd-current/lib/libc/gen/
H A Dfnmatch.c138 strchr(string, '/') == NULL ?
143 if ((string = strchr(string, '/')) == NULL)
/freebsd-current/lib/libc/locale/
H A Dsetlocale.c144 if ((r = strchr(locale, '/')) == NULL) {
233 strchr(new, '/') != NULL) {
/freebsd-current/lib/libdpv/
H A Ddialogrc.c162 cp = strchr(cp, ',');
179 cp = strchr(cp, ',');
/freebsd-current/usr.sbin/lpr/pac/
H A Dpac.c220 if (mflag && strchr(cp, ':'))
221 cp = strchr(cp, ':') + 1;
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp143 if (s.size() > 1 && ((s[1] == '=' && strchr("*/+-<>&^|", s[0])) ||
144 (s[0] == s[1] && strchr("<>&|", s[0])))) {
/freebsd-current/contrib/sendmail/vacation/
H A Dvacation.c555 if ((p = strchr(buf, ':')) == NULL)
579 if ((p = strchr(buf + 5, '\n')) != NULL)
594 if ((p = strchr(buf, ':')) == NULL)
611 if ((p = strchr(buf, ':')) == NULL)
631 if ((p = strchr(buf, ':')) == NULL)
652 if ((p = strchr(buf, ':')) == NULL)
937 (domain = strchr(From, '@')) != NULL)
1029 if ((p = strchr(buf, '\n')) != NULL)
/freebsd-current/lib/libbe/
H A Dbe.c155 if ((pos = strchr(lbh->root, '/')) == NULL)
238 atpos = strchr(zfs_get_name(zfs_hdl), '@');
430 if ((snapdelim = strchr(path, '@')) == NULL) {
594 if ((snap = strchr(name, '@')) == NULL)
742 if ((child_dataset = strchr(pos, '/')) != NULL)
841 snapname = strchr(parentname, '@');
991 if (strchr(name, ' ') != NULL)
1234 for (char *p; (p = strchr(s+1, '/')) != NULL; s = p) {
/freebsd-current/stand/common/
H A Dboot.c287 spec = strchr(spec, ';');
293 if ((ep = strchr(spec, ';')) != NULL) {
/freebsd-current/usr.sbin/jail/
H A Djail.c279 ncs = strchr(cs, ',');
321 if (strchr(argv[i], '='))
327 } else if (argc > 1 || (argc == 1 && strchr(argv[0], '='))) {
345 ncs = strchr(cs, ',');
357 ncs = strchr(cs, ',');
1019 : strchr(p, '\'') ? '"'
1020 : strchr(p, '"') ? '\''
1021 : strchr(p, ' ') || strchr(p, '\t') ? '"'
/freebsd-current/usr.sbin/pnfsdscopymr/
H A Dpnfsdscopymr.c178 cp = strchr(host, ':');
240 cp = strchr(host, ':');

Completed in 259 milliseconds

<<11121314151617181920>>