Searched refs:strchr (Results 401 - 425 of 1294) sorted by relevance

<<11121314151617181920>>

/freebsd-current/share/examples/ipfilter/l4check/
H A Dl4check.c411 port = strchr(host, ',');
505 s = strchr(buf, '\n');
517 s = strchr(buf, '#');
544 if (!strchr(t, ',')) {
/freebsd-current/usr.bin/whereis/
H A Dwhereis.c204 while ((cp = strchr(s, ':')), *s != '\0') {
299 if ((b = strchr(buf, '\n')) != NULL)
500 if ((cp2 = strchr(buf, '\n')) != NULL)
609 if ((cp2 = strchr(buf, '\n')) != NULL)
/freebsd-current/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c178 char *c_end = strchr(c->command, ' ');
/freebsd-current/usr.sbin/bluetooth/l2control/
H A Dl2control.c184 char *c_end = strchr(c->command, ' ');
/freebsd-current/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.c183 char *c_end = strchr(c->command, ' ');
/freebsd-current/usr.sbin/bsdinstall/partedit/
H A Dscripted.c171 partconfig = strchr(input, '}');
/freebsd-current/usr.bin/calendar/
H A Dlocale.c145 if ((p = strchr(p, ' ')) == NULL) {
/freebsd-current/usr.sbin/fstyp/
H A Dhammer.c157 if ((p = strchr(p, ':')) != NULL)
/freebsd-current/contrib/file/src/
H A Dcdf_time.c197 if ((q = strchr(p, '\n')) != NULL)
/freebsd-current/usr.sbin/pw/
H A Dpsdate.c236 if (strchr("(+-", q[1]) != NULL)
/freebsd-current/lib/libc/stdio/
H A Dfmemopen.c112 ck->bin = strchr(mode, 'b') != NULL;
/freebsd-current/lib/libc/net/
H A Dbase64.c208 pos = strchr(Base64, ch);
/freebsd-current/lib/libc/iconv/
H A Dcitrus_prop.c91 p = strchr(xdigit, _bcs_toupper(ch)); \
/freebsd-current/contrib/blocklist/port/
H A Dfparseln.c169 strchr(buf, esc) != NULL) {
/freebsd-current/usr.bin/cmp/
H A Dcmp.c81 colon = strchr(spec, ':');
/freebsd-current/usr.bin/number/
H A Dnumber.c93 if (strchr(line, '\n') == NULL)
/freebsd-current/usr.bin/chpass/
H A Dchpass.c187 if (strchr(arg, ':'))
H A Dfield.c73 if (strchr(p, '.'))
/freebsd-current/usr.bin/tip/tip/
H A Dremote.c219 if ((cp = strchr(next, ',')) == NULL) {
/freebsd-current/libexec/rbootd/
H A Dparseconf.c123 if ((cp = strchr(line,'#')) != NULL) /* trash comments */
/freebsd-current/bin/ls/
H A Dutil.c186 (p = strchr(esc, (char)wc)) != NULL) {
/freebsd-current/libexec/fingerd/
H A Dfingerd.c155 if (secure && strchr(*ap, '@')) {
/freebsd-current/sbin/mount_unionfs/
H A Dmount_unionfs.c136 p = strchr(optarg, '=');
/freebsd-current/bin/getfacl/
H A Dgetfacl.c176 if ((p = strchr(pathname, '\n')) != NULL)
/freebsd-current/bin/sh/
H A Dmain.c297 if( strchr(basename, '/'))

Completed in 245 milliseconds

<<11121314151617181920>>