Searched refs:strchr (Results 176 - 200 of 1441) sorted by relevance

1234567891011>>

/freebsd-10-stable/lib/libutil/
H A Dtrimdomain.c66 (s = strchr(domain, '.')) != NULL)
/freebsd-10-stable/libexec/mknetid/
H A Dparse_group.c113 if (!strchr(line, '\n')) {
/freebsd-10-stable/libexec/ypxfr/
H A Dyp_dbwrite.c63 if (map[0] == '.' || strchr(map, '/')) {
/freebsd-10-stable/sys/contrib/rdma/krping/
H A Dgetopt.c43 if ((val = strchr (token, '=')) != NULL) {
/freebsd-10-stable/usr.bin/ctags/
H A Dlisp.c84 if (!(cp = strchr(lbp, ')')))
/freebsd-10-stable/usr.bin/gprof/
H A Dkernel.c54 if (uflag && strchr(name, '.') != NULL)
/freebsd-10-stable/usr.sbin/fifolog/fifolog_writer/
H A Dfifolog_writer.c103 p = strchr(buf, '\0');
/freebsd-10-stable/usr.sbin/mtree/
H A Dexcludes.c88 if (strchr(str, '/'))
/freebsd-10-stable/usr.sbin/pkg_install/add/
H A Dfutil.c43 if ((cp2 = strchr(cp1, '/')) !=NULL )
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dcommandline.c139 option = strchr(options, isc_commandline_option);
/freebsd-10-stable/usr.bin/touch/
H A Dtouch.c229 if ((p = strchr(arg, '.')) == NULL)
321 colon = strchr(arg, ':');
322 if (colon == NULL || strchr(colon + 1, ':') == NULL)
324 fmt = strchr(arg, 'T') != NULL ? "%Y-%m-%dT%H:%M:%S" :
/freebsd-10-stable/contrib/ntp/libntp/
H A Dis_ip_address.c66 pch = strchr(tmpbuf, ']');
/freebsd-10-stable/contrib/amd/amd/
H A Damfs_program.c102 prog = strchr(fo->opt_mount, ' ');
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dparsefields.c18 t = strchr(s, '=');
/freebsd-10-stable/lib/libc/rpc/
H A Dnetnamer.c107 val1 = strchr(netname, '.');
113 val2 = strchr(val1, '@');
203 val = strchr(netname, '.');
209 val2 = strchr(val, '@');
/freebsd-10-stable/lib/libc/gen/
H A Dgetttyent.c84 if ((cons = strchr(buf, '/')) == NULL)
114 while (!strchr(p, '\n') && !feof(tf)) {
186 if ((p = strchr(p, '\n')))
234 return ((p = strchr(p, '=')) ? ++p : NULL);
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_version_details.c81 const char *sep = strchr(p, ',');
/freebsd-10-stable/sys/contrib/dev/acpica/include/
H A Dacclib.h85 strchr (
/freebsd-10-stable/cddl/usr.sbin/dtrace/tests/common/safety/
H A DMakefile32 tst.strchr.d \
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp263 const char *paren_pos = strchr (class_start, '(');
273 const char *space_pos = strchr (full, ' ');
298 const char *space_pos = strchr (full, ' ');
304 if (!m_class && strchr (m_class_category.GetCString(), '(') == NULL)
326 const char *space_pos = strchr (full, ' ');
347 const char *open_paren_pos = strchr (class_start, '(');
351 const char *close_paren_pos = strchr (open_paren_pos, ')');
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_prtn_config.c255 q = strchr(p, '=');
321 q = strchr(p, ':');
335 q = strchr(p, ',');
345 q = strchr(p, ',');
374 q = strchr(p, ',');
418 q = strchr(p, '#');
441 q = strchr(p, ';');
/freebsd-10-stable/usr.bin/csup/
H A Dmisc.c221 cp = strchr(revdate, '.');
586 dot1 = strchr(ptr1, '.');
587 dot2 = strchr(ptr2, '.');
589 dot1 = strchr(ptr1, '\0');
591 dot2 = strchr(ptr2, '\0');
623 tmp = strchr(revnum, '.');
625 if (strchr(tmp, '.') != NULL)
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipf.c299 if (strstr(opt, "block") || strchr(opt, 'd')) {
411 } else if (strchr(arg, 'i') || strchr(arg, 'I'))
413 else if (strchr(arg, 'o') || strchr(arg, 'O'))
415 else if (strchr(arg, 'a') || strchr(arg, 'A'))
/freebsd-10-stable/contrib/sendmail/rmail/
H A Drmail.c141 if ((p = strchr(lbuf, '\n')) == NULL)
163 for (p = addrp; (p = strchr(p + 1, 'r')) != NULL; )
291 else if (strchr(from_sys, '.') == NULL)
315 if (strchr(*argv, ',') == NULL || strchr(*argv, '<') != NULL)
/freebsd-10-stable/sbin/ipfw/
H A Dmain.c125 copy = !strchr("," WHITESP, arg[i]);
127 copy = !strchr(WHITESP, arg[i]);
144 if (strchr(WHITESP, arg[i]) != NULL)
165 if (strchr(WHITESP, arg[i]) != NULL || i == l-1) {
243 s = strchr(av[2], '=');

Completed in 127 milliseconds

1234567891011>>