Searched refs:strchr (Results 26 - 50 of 1441) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dpath.h24 # define SM_FIRST_DIR_DELIM(s) strchr(s, '/')
/freebsd-10-stable/sys/libkern/
H A Dstrchr.c37 strchr(const char *p, int ch) function
/freebsd-10-stable/contrib/opie/libopie/
H A Dunlock.c65 if (!(c = strchr(buffer, '\n')))
70 if (!(c2 = strchr(c, '\n')))
H A Dinsecure.c80 if (s = strchr(display_name, ':')) {
100 if (s = strchr(display_name, '.')) {
141 if (s = strchr(host, ':')) {
151 if (s = strchr(host, ' ')) {
153 if (s = strchr(s + 1, ' '))
H A Dreadrec.c48 if (!(c2 = strchr(opie->opie_principal = opie->opie_buf, ' ')))
54 if (!(c2 = strchr(c = c2, ' ')))
68 if (!(c2 = strchr(opie->opie_seed = c2, ' ')))
79 if (!(c2 = strchr(opie->opie_val = c2, ' ')))
142 if (c = strchr(opie->opie_principal, ':'))
/freebsd-10-stable/lib/libc/mips/string/
H A DMakefile.inc6 strcat.c strchr.S strcmp.S strcpy.c strcspn.c strlen.S \
/freebsd-10-stable/lib/libpam/libpam/
H A Dpam_debug_log.c52 period = strchr(modname, '.');
54 period = strchr(modname, '\0');
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dtcpflags.c38 if (!(t = strchr(flagset, *s))) {
H A Dload_file.c37 s = strchr(line, '\n');
52 s = strchr(line, '\r');
66 s = strchr(t, '#');
H A Dparsewhoisline.c28 s = strchr(src, '(');
48 s = strchr(s, ')');
57 s = strchr(s, ' ');
95 s = strchr(s, ')');
104 s = strchr(s, ' ');
H A Dload_http.c66 t = strchr(s, '/');
83 u = strchr(s, '@');
93 u = strchr(s, ':');
124 t = strchr(buffer, ' ');
133 while ((t = strchr(u, '\r')) != NULL) {
156 t = strchr(buffer, '\n');
167 u = strchr(buffer, '#');
H A Dipft_hx.c82 if ((s = strchr(line, '\n'))) {
89 if ((s = strchr(line, '#')))
97 if ((*line == '[') && (s = strchr(line, ']'))) {
101 if ((u = strchr(t, ',')) && (u < s)) {
H A Dtcp_flags.c25 s = strchr(flgs, '/');
/freebsd-10-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dimport_name.c71 p = strchr(name, '@');
78 p2 = strchr(p, '.');
82 p2 = strchr(p, '.');
/freebsd-10-stable/contrib/ntp/libntp/
H A Ddecodenetnum.c51 pp = strchr(num, ':');
54 else if (NULL != strchr(pp + 1, ':'))
59 pp = strchr(cp, ':');
/freebsd-10-stable/contrib/groff/src/libs/libgroff/
H A Dsearchpath.cpp113 char *end = strchr(p, PATH_SEP_CHAR);
115 end = strchr(p, '\0');
116 int need_slash = end > p && strchr(DIR_SEPS, end[-1]) == 0;
151 bool reading = (strchr(mode, 'r') != 0);
170 char *end = strchr(p, PATH_SEP_CHAR);
172 end = strchr(p, '\0');
173 int need_slash = end > p && strchr(DIR_SEPS, end[-1]) == 0;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DBuiltins.cpp52 strchr(BuiltinInfo.Attributes, 'f');
79 if (!LangOpts.NoBuiltin || !strchr(TSRecords[i].Attributes, 'f'))
87 if (!strchr(BuiltinInfo[i].Attributes, 'f'))
92 if (!strchr(TSRecords[i].Attributes, 'f'))
113 assert(strchr(Printf, ':') && "printf specifier must end with a ':'");
132 assert(strchr(Scanf, ':') && "printf specifier must end with a ':'");
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h67 #undef strchr macro
104 using ::strchr;
107 strchr(char* __s1, int __n) function
/freebsd-10-stable/contrib/amd/amd/
H A Dinfo_passwd.c135 p = strchr(dir + 1, '/');
166 q = strchr(rhost, '.');
169 p = strchr(map, ':');
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dputenv.c72 const char *const name_end = strchr (string, '=');
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dputenv.c72 const char *const name_end = strchr (string, '=');
/freebsd-10-stable/contrib/openpam/lib/libpam/
H A Dpam_getenv.c66 if (name == NULL || strchr(name, '=') != NULL)
H A Dpam_setenv.c72 if (name == NULL || value == NULL || strchr(name, '=') != NULL)
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dputenv.c54 const char *eq = (const char *)strchr(string, '=');
/freebsd-10-stable/sys/boot/ofw/libofw/
H A Ddevicename.c54 ((strchr(devspec, '@') == NULL) &&
55 (strchr(devspec, ':') == NULL))) {
90 if ((s = strchr(p + 1, '/')) == NULL)
91 s = strchr(p, '\0');

Completed in 207 milliseconds

1234567891011>>