Searched refs:strchr (Results 351 - 375 of 1294) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/libarchive/tar/
H A Dsubst.c98 end_pattern = strchr(rule_text + 1, *rule_text);
116 end_pattern = strchr(start_subst, *rule_text);
/freebsd-current/contrib/libarchive/cpio/
H A Dcmdline.c182 p = strchr(short_options, opt);
219 p = strchr(opt_word, '=');
/freebsd-current/contrib/ntp/libntp/
H A Dauthreadkeys.c300 i = strchr(tp, (int)',');
304 snp = strchr(tp, (int)'/');
/freebsd-current/contrib/ntp/sntp/libopts/
H A DMakefile.am49 compat/pathfind.c compat/snprintf.c compat/strchr.c \
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddmu_diff.c177 if (strchr(tosnap_name, '@') == NULL ||
178 strchr(fromsnap_name, '@') == NULL)
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l396 if (*p != '\0' && strchr("uUlL", *p) == NULL) {
501 if (strchr("\f\n\r\t\v ", c) == NULL)
622 strchr(yytext, ':') == NULL) {
624 char *p = strchr(yytext, '*');
811 if (strchr("\f\n\r\t\v ", c0) == NULL)
/freebsd-current/cddl/usr.sbin/dtrace/tests/common/funcs/
H A DMakefile88 tst.strchr.d \
89 tst.strchr.d.out \
/freebsd-current/contrib/xz/src/xz/
H A Doptions.c76 char *split = strchr(name, ',');
80 char *value = strchr(name, '=');
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h236 if (len == 1 && strchr("yY1", s[0]) != NULL)
238 else if (len == 1 && strchr("nN0", s[0]) != NULL)
/freebsd-current/usr.sbin/jail/
H A Dcommand.c355 while ((p = strchr(cs, ' ')) != NULL && strlen(p) > 1) {
366 if ((cs = strchr(val, '|'))) {
375 if (!(cs = strchr(addr, '/'))) {
380 } else if (strchr(cs + 1, '.')) {
412 while ((p = strchr(cs, ' ')) != NULL && strlen(p) > 1) {
423 if ((cs = strchr(val, '|'))) {
433 if (!(cs = strchr(addr, '/'))) {
1010 p = strchr(p + 1, '/');
/freebsd-current/contrib/smbfs/lib/smb/
H A Dctx.c214 psmb = strchr(tmp, ':');
217 pnb = strchr(psmb, ':');
269 cp = strchr(arg, ':');
395 cp = strchr(pair, ':');
442 cp = strchr(p, '/');
/freebsd-current/sbin/ipfw/
H A Dtables.c429 if ((p = strchr(*av, ':')) != NULL)
1208 if ((p = strchr(arg, '/')) != NULL) {
1242 if ((p = strchr(arg, '/')) != NULL) {
1282 if ((p = strchr(arg, ',')) != NULL)
1306 if ((p = strchr(arg, ',')) != NULL)
1330 if ((p = strchr(arg, ',')) != NULL)
1348 if ((p = strchr(arg, ',')) != NULL)
1372 if ((p = strchr(arg, ',')) != NULL)
1413 if ((p = strchr(key, '/')) != NULL)
1442 if (strchr(ke
[all...]
H A Dipv6.c368 if ((q = strchr(av, ',')) ) {
373 if ((p = strchr(av, '/')) ) {
386 if (md == '/' && strchr(p, ':')) {
/freebsd-current/usr.sbin/syslogd/
H A Dsyslogd.c524 (cp = strchr(name + 1, ']')) != NULL) {
531 cp = strchr(name, ':');
532 if (cp != NULL && strchr(cp + 1, ':') == NULL) {
622 p = strchr(optarg, ']');
624 p = strchr(p + 1, ':');
626 p = strchr(optarg, ':');
627 if (p != NULL && strchr(p + 1, ':') != NULL)
680 else if ((name = strchr(optarg, ':')) != NULL) {
1429 for (p = line; (q = strchr(p, '\n')) != NULL; p = q + 1) {
2433 if (*p == '\0' || strchr("!
[all...]
/freebsd-current/contrib/tnftp/src/
H A Dutil.c214 cp = strchr(reply_string + 4, ' ');
216 cp = strchr(reply_string + 4, '\r');
619 if ((cp = strchr(buf, '\n')) != NULL)
676 cp = strchr(reply_string, ' ');
732 frac = strchr(timestr, '\r');
735 frac = strchr(timestr, '.');
829 cp = strchr(reply_string, ' ');
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c246 if (ch <= ' ' || ch > '~' || strchr("/\\|=,:", ch) != NULL) {
250 if (!first && strchr("#@", ch) != NULL) {
353 for (base = entryp->tterm.term_names; (ptr = strchr(base, '|')) != 0;
623 if (strchr(entryp->tterm.term_names, '+')) {
633 && !strchr(entryp->uses[i].name, '+'))
931 dp = strchr(other_non_function_keys, 'i');
936 (cp = strchr(base, ',')) != 0;
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c1105 if (strchr(fromsnap, '@') == NULL &&
1106 strchr(fromsnap, '#') == NULL) {
1160 thissnap = strchr(zhp->zfs_name, '@') + 1;
1243 *(strchr(fromds, '@') + 1) = '\0';
1902 char *at = strchr(path, '@');
2223 char *at = strchr(tofs, '@');
2577 char *c = strchr(dirname, '@');
2666 if (from != NULL && strchr(from, '@')) {
2687 pound = strchr(redactbook, '#');
2690 at = strchr(nam
[all...]
/freebsd-current/crypto/heimdal/kadmin/
H A Dutil.c498 else if(strchr("[]*?", *p) != NULL)
600 p = strchr(buf, '\n');
619 p = strchr (hexdigits, tolower((unsigned char)c));
/freebsd-current/contrib/tcp_wrappers/
H A Dhosts_access.c170 for (cp = strchr(sv_list, '#'); cp != NULL;) {
172 cp = strchr(cp + 1, '#');
313 return (strchr(name, '.') == 0 && HOSTNAME_KNOWN(name));
/freebsd-current/sys/kern/
H A Dkern_ktr.c424 db_ktr_verbose |= (strchr(modif, 'v') != NULL) ? 2 : 0;
425 db_ktr_verbose |= (strchr(modif, 'V') != NULL) ? 1 : 0; /* just timestamp please */
426 if (strchr(modif, 'a') != NULL) {
/freebsd-current/usr.bin/usbhidaction/
H A Dusbhidaction.c298 p = strchr(buf, '\n');
302 p = strchr(buf, '\n');
318 tmp = strchr(name, '#');
/freebsd-current/usr.bin/localedef/
H A Dscanner.c689 if (strchr("xXd01234567", c)) {
730 if (strchr("xXd01234567", c)) {
766 if (strchr(" \t\n;()<>,\"", c) && (tokidx != 0)) {
/freebsd-current/lib/libc/stdlib/
H A Dgetenv.c120 * Cheaper here than performing a strchr() later.
353 envVars[envNdx].value = strchr(envVars[envNdx].name, '=');
568 if ((equals = strchr(*env, '=')) == NULL) {
622 if (string == NULL || (equals = strchr(string, '=')) == NULL ||
/freebsd-current/lib/libutil/
H A Dgr_util.c604 if ((loc = strchr(line, ':')) == NULL)
611 if ((loc = strchr(loc + 1, ':')) == NULL)
619 if ((loc = strchr(loc + 1, ':')) == NULL)
/freebsd-current/crypto/openssl/crypto/dso/
H A Ddso_vms.c147 sp2 = strchr(sp1, '.');
159 sp2 = strchr(sp1, ';');
462 p = strchr(filename, ':');

Completed in 324 milliseconds

<<11121314151617181920>>