Searched refs:strchr (Results 376 - 400 of 1294) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sbin/nvmecontrol/
H A Dfabrics.c70 cp = strchr(in_address + 1, ']');
94 cp = strchr(in_address, ':');
103 if (strchr(cp + 1, ':') != NULL) {
/freebsd-current/contrib/libxo/xopo/
H A Dxopo.c54 char *cp = strchr(xmp->xm_data, ',');
/freebsd-current/contrib/elftoolchain/ar/
H A Dread.c105 if (strchr(name, '/')) {
/freebsd-current/crypto/openssh/regress/
H A Dcheck-perm.c51 if ((cp = strchr(cp, '/')) == NULL)
/freebsd-current/contrib/sendmail/src/
H A Dsasl.c187 if ((h = strchr(h1, ' ')) != NULL)
/freebsd-current/contrib/sendmail/libsm/
H A Dsmstdio.c350 if (strchr(&mode[1], '+') != NULL)
/freebsd-current/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c191 if (ofd == STDOUT_FILENO && (t = strchr(p, '\n')) != NULL)
581 if ((p = strchr(s, '\n')) != NULL)
636 if ((eq = strchr(s, '=')) == NULL)
732 if ((np = strchr(name, '\n')) != NULL)
/freebsd-current/crypto/heimdal/lib/roken/
H A Diruserok.c117 if (strchr(p, '\n') == NULL) {
/freebsd-current/contrib/nvi/ex/
H A Dex.h51 ((ch) <= CHAR_MAX && strchr(O_STR(sp, O_SHELLMETA), ch) != NULL)
/freebsd-current/contrib/netbsd-tests/lib/libc/net/
H A Dh_hostent.c179 af = strchr(*argv, ':') ? AF_INET6 : AF_INET;
/freebsd-current/crypto/openssh/
H A Dsftp-realpath.c114 p = strchr(left, '/');
/freebsd-current/contrib/tcp_wrappers/
H A Drfc931.c216 if (cp = strchr(user, '\r'))
H A Dtcpd.h73 #define NOT_INADDR6(s) (strchr(s, ':') == NULL)
92 char *split_at(char *, int); /* strchr() and split */
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dsave.c52 char const * pz = strchr(dir, '>');
260 char const * eol = strchr(l_arg, NL);
619 char const * e = strchr(opts->pzUsageTitle, NL);
836 temp_str = strchr(dir, '>');
H A Dversion.c56 e = strchr(p, NL);
H A Dautoopts.h385 extern char * strchr(char const * s, int c);
/freebsd-current/crypto/openssl/crypto/engine/
H A Deng_cnf.c21 const char *p = strchr(name, '.');
/freebsd-current/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h337 # define strchr index macro
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_info.c124 ptmp = strchr(cnf->name, ';');
/freebsd-current/crypto/openssl/include/internal/
H A Dcryptlib.h250 if (strchr(path, ':') != NULL
/freebsd-current/crypto/openssl/apps/lib/
H A Dengine_loader.c80 q = strchr(p, ':');
/freebsd-current/crypto/openssl/crypto/conf/
H A Dconf_ssl.c114 name = strchr(cmd_conf->name, '.');
/freebsd-current/crypto/openssl/crypto/
H A Dcore_algorithm.c189 first_name_end = strchr(algo->algorithm_names, ':');
H A Dsparcv9cap.c98 if ((e = strchr(e, ':')))
/freebsd-current/contrib/lua/src/
H A Dloadlib.c456 sep = strchr(name, *LUA_PATH_SEP); /* find next separator */
490 if (*sep != '\0' && strchr(name, *sep) != NULL)
566 mark = strchr(modname, *LUA_IGMARK);
591 const char *p = strchr(name, '.');

Completed in 178 milliseconds

<<11121314151617181920>>