Searched refs:strchr (Results 426 - 450 of 1294) sorted by relevance

<<11121314151617181920>>

/freebsd-current/lib/libc/nameser/
H A Dns_name.c229 if ((cp = strchr(src, ']')) == NULL) {
249 else if ((cp = strchr(digits, c)) != NULL) {
252 (cp = strchr(digits, c)) == NULL) {
258 (cp = strchr(digits, c)) == NULL) {
/freebsd-current/bin/sh/
H A Dalias.c207 if ((v = strchr(n+1, '=')) == NULL) /* n+1: funny ksh stuff */
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DPrettyStackTrace.cpp260 const bool HaveSpace = ::strchr(ArgV[I], ' ');
/freebsd-current/sys/contrib/dev/acpica/common/
H A Dadfile.c504 Substring = strchr (FileBasename, '.');
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacclib.h210 strchr (
/freebsd-current/contrib/sendmail/makemap/
H A Dmakemap.c205 if ((p = strchr(mapname, '.')) != NULL)
213 if ((b = strchr(buf, '\n')) != NULL)
224 b = strchr(b, '=');
703 p = strchr(ibuf, '\n');
/freebsd-current/contrib/sendmail/libsm/
H A Dt-notify.c144 p = strchr(buf, '_');
/freebsd-current/contrib/sendmail/src/
H A Dreadcf.c644 (q = strchr(p, '@')) != NULL)
651 strchr(q, ':') != NULL))
750 if (p != NULL && (p = strchr(p, '.')) != NULL)
785 p = strchr(bp, '=');
910 if ((e = strchr(++p, '\n')) != NULL)
1066 if ((p = strchr(filename, '@')) == NULL)
1120 if ((spec = strchr(cl, ':')) == NULL)
1306 if ((p = strchr(arg, '@')) == NULL)
1317 if ((spec = strchr(maptype, ':')) == NULL)
1416 if (strchr(frs
[all...]
/freebsd-current/stand/libsa/
H A Denvironment.c166 if ((value = strchr(copy, '=')) != NULL)
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c324 p = strchr(buff, ';');
332 p = strchr(p, '\n');
536 p = strchr(buff, ';');
544 p = strchr(p, '\n');
/freebsd-current/contrib/ntp/libntp/
H A Dntp_realpath.c138 p = strchr(left, '/');
/freebsd-current/contrib/xz/src/xz/
H A Dsuffix.c55 return strchr(str, '/') != NULL;
/freebsd-current/usr.sbin/bluetooth/btpand/
H A Dbtpand.c115 if (strchr(optarg, '/') == NULL) {
/freebsd-current/lib/libutil/
H A Dfparseln.c158 strchr(buf, esc) != NULL) {
/freebsd-current/lib/libc/stdlib/
H A Drealpath.c92 p = strchr(left, '/');
/freebsd-current/contrib/unbound/util/
H A Dnet_help.c131 if(strchr(str, ':'))
244 if((s=strchr(str, '@'))) {
275 if((s=strchr(ip, '%'))) { /* ip6%interface, rfc 4007 */
308 if((s=strchr(str, '/'))) {
319 s = strchr(buf, '/');
445 if((s=strchr(str, '@'))) {
448 char* hash = strchr(s+1, '#');
468 if((s=strchr(str, '#'))) {
491 if((s=strchr(str, '@'))) {
494 char* hash = strchr(
[all...]
/freebsd-current/contrib/mandoc/
H A Dman.c64 ep = strchr(start, '\0') - 2;
190 for (sz = 0; sz < 4 && strchr(" \t\\", buf[offs]) == NULL; sz++)
H A Dtbl_layout.c80 if (strchr(".,-=^_ACLNRSaclnrs", p[*pos]) != NULL)
187 if (strchr(" \t.", p[*pos + isz]) == NULL)
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c343 for (i = 0; (q = strchr(s, '(')) != NULL; i++, s = q + 1)
435 if (strchr(name, '$')) {
/freebsd-current/contrib/ntp/clockstuff/
H A Dpropdelay.c335 colon = strchr(str, ':');
348 colon = strchr(cp, ':');
/freebsd-current/crypto/heimdal/lib/roken/
H A Dvis.c155 if (!isascii(c) || !isalnum(c) || strchr("$-_.+!*'(),", c) != NULL) {
178 isextra = strchr(extra, c) != NULL;
H A Dgetaddrinfo.c239 if (strchr (tmp_canon, '.') == NULL) {
247 if (strchr (tmp, '.') != NULL)
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_config.c339 end = strchr(cur, ' ');
352 end = strchr(cur, ' ');
/freebsd-current/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c61 q = strchr(p, '.');
87 q = strchr(p, '.');
/freebsd-current/contrib/sendmail/editmap/
H A Deditmap.c220 if ((b = strchr(buf, '\n')) != NULL)
230 b = strchr(b, '=');

Completed in 330 milliseconds

<<11121314151617181920>>