Searched refs:strchr (Results 451 - 475 of 1294) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/libpcap/testprogs/
H A Dwritecaptest.c90 p = strchr(device, ':');
102 p = strchr(p, '/');
/freebsd-current/sbin/natd/
H A Dnatd.c1548 if ((ptr = strchr(buf, '#')))
1554 for (p = strchr(buf, '\0'); isspace(*--p);)
1645 separator = strchr(ptr, ',');
1667 separator = strchr (ptr, ':');
1686 separator = strchr (ptr, ':');
1830 separator = strchr(ptr, ',');
1911 sep = strchr (str, '-');
1955 ptr = strchr (str, ':');
/freebsd-current/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c85 q = strchr(p, '.');
111 q = strchr(p, '.');
/freebsd-current/usr.sbin/ppp/
H A Dsystems.c107 ptr = strchr(from+2, '}');
140 ptr = strchr(++from, '/');
/freebsd-current/contrib/file/src/
H A Dgetopt_long.c261 (oli = strchr(options + (IGNORE_FIRST ? 1 : 0), optchar)) == NULL) {
401 if ((has_equal = strchr(current_argv, '=')) != NULL) {
H A Dvasprintf.c406 if (strchr("diouxXfegEGcspn",type) == NULL)
448 if (modifier == 'L' && strchr("diouxX",type) != NULL) {
/freebsd-current/usr.bin/logger/
H A Dlogger.c257 p = strchr(p0, ']');
273 p = strchr(hs, ':');
/freebsd-current/usr.bin/printf/
H A Dprintf.c232 while (*fmt && strchr(skip1, *fmt) != NULL) {
340 if (!strchr("aAeEfFgG", *fmt)) {
/freebsd-current/sbin/ipf/ipsend/
H A Dipsend.c79 if (!(s = strchr(args, ',')))
87 if (ic->icmp_type == ICMP_REDIRECT && strchr(s, ','))
/freebsd-current/lib/libc/net/
H A Dhesiod.c159 p = strchr(bindname, '@');
162 if (strchr(p, '.'))
/freebsd-current/bin/sh/
H A Dmiscbltin.c275 if (strchr(ifs, c))
276 is_ifs = strchr(" \t\n", c) ? 1 : 2;
H A Dshow.c295 if (strchr(fmt, '\n'))
308 if (strchr(s, '\n'))
/freebsd-current/lib/libpmc/
H A Dlibpmc.c317 q = strchr(p, '='); /* skip '=' */
629 q = strchr(p, '=');
816 q = strchr(p, '=');
827 q = strchr(p, '=');
837 q = strchr(p, '=');
855 q = strchr(p, '=');
893 q = strchr(p, '=');
914 q = strchr(p, '=');
/freebsd-current/sbin/bectl/
H A Dbectl_jail.c85 if ((val = strchr(arg, '=')) == NULL) {
122 if ((val = strchr(name, '=')) != NULL)
/freebsd-current/usr.sbin/bhyve/
H A Dpci_fbuf.c258 cp = strchr(value + 1, ']');
281 cp = strchr(value, ':');
/freebsd-current/usr.bin/bintrans/
H A Duudecode.c209 q = strchr(p, ' ');
235 p = strchr(q, '/');
/freebsd-current/lib/libcompat/4.3/
H A Drexec.c153 if ((mydomain = strchr(myname, '.')) == NULL)
173 if ((tmp = strchr(host, '.')) != NULL &&
/freebsd-current/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c153 (cp = strchr(domain, '.'))) {
177 if ((cp = strchr(hp->h_name, '.')) &&
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_write_format_mtree.c120 r = strchr(p, '\n');
208 r = strchr(p, '\n');
/freebsd-current/sbin/reboot/
H A Dreboot.c137 slash = strchr(sfs.f_mntfromname, '/');
186 eq = strchr(raw, '=');
/freebsd-current/sys/sys/
H A Dlibkern.h256 char *strchr(const char *, int);
302 return (strchr(p, ch));
/freebsd-current/lib/libfetch/
H A Dfetch.c379 strchr(URL, '/') == NULL && strchr(URL, ':') == NULL))
/freebsd-current/sys/net/
H A Ddummymbuf.c212 char *delim = strchr(*cur, ';');
247 char *sp = strchr(*cur, ' ');
/freebsd-current/contrib/ldns/drill/
H A Ddrill.c371 if (strchr(optarg, ':')) {
372 tsig_separator = (size_t) (strchr(optarg, ':') - optarg);
377 if (strchr(optarg + tsig_separator + 1, ':')) {
378 tsig_separator2 = (size_t) (strchr(optarg + tsig_separator + 1, ':') - optarg);
487 if (strchr(argv[i], '.')) {
534 else if (strchr(name, ':')) { /* ipv4 or ipv6 addr? */
/freebsd-current/tests/sys/net/routing/
H A Drtsock_common.h211 if (strchr(addr, ':'))
231 if (strchr(addr, ':')) {
566 if (strchr(addr, ':')) {
576 k = strchr(addr, '%');
580 } else if (strchr(addr, '.'))
587 if ((delimiter = strchr(addr, '%')) != NULL) {

Completed in 180 milliseconds

<<11121314151617181920>>