Searched refs:strchr (Results 251 - 275 of 1397) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dgetnameinfo.c58 char *dot = strchr (host, '.');
/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c188 if ((has_equal = strchr(current_argv, '=')) != NULL) {
349 (place[1] == '\0' && strchr(options, '-') == NULL)) {
414 else if (*place != ':' && strchr(options, *place) != NULL)
427 (oli = strchr(options, optchar)) == NULL) {
/freebsd-10.1-release/include/
H A Dstring.h76 char *strchr(const char *, int) __pure;
/freebsd-10.1-release/lib/libc/rpc/
H A Dgetpublickey.c76 p = strchr(lookup, ':');
/freebsd-10.1-release/lib/libc/stdlib/
H A Dgetopt_long.c225 if ((has_equal = strchr(current_argv, '=')) != NULL) {
415 (place[1] == '\0' && strchr(options, '-') == NULL)) {
487 } else if (*place != ':' && strchr(options, *place) != NULL)
500 (oli = strchr(options, optchar)) == NULL) {
/freebsd-10.1-release/lib/libedit/
H A Dchared.h121 #define isglob(a) (strchr("*[]?", (a)) != NULL)
/freebsd-10.1-release/lib/libfetch/
H A Dcommon.h129 #define CHECK_FLAG(x) (flags && strchr(flags, (x)))
/freebsd-10.1-release/sbin/ddb/
H A Dddb_script.c127 if (strchr(argv[0], '=') != 0) {
/freebsd-10.1-release/sbin/mount/
H A Dmount_fs.c98 p = strchr(optarg, '=');
/freebsd-10.1-release/sbin/mount_nullfs/
H A Dmount_nullfs.c81 p = strchr(optarg, '=');
/freebsd-10.1-release/sys/contrib/dev/acpica/common/
H A Dgetopt.c164 (OptsPtr = strchr (opts, CurrentChar)) == NULL)
/freebsd-10.1-release/usr.bin/basename/
H A Dbasename.c118 if (suffixlen && (q = strchr(p, '\0') - suffixlen) > p &&
/freebsd-10.1-release/usr.bin/env/
H A Denv.c109 for (argv += optind; *argv && (p = strchr(*argv, '=')); ++argv) {
/freebsd-10.1-release/usr.bin/hexdump/
H A Dparse.c61 if (!(p = strchr(buf, '\n'))) {
170 while (strchr(spec + 1, *++fmt));
243 for (++p1; strchr(spec, *p1); ++p1);
246 while (strchr(spec + 1, *++p1));
/freebsd-10.1-release/usr.bin/login/
H A Dlogin_fbtab.c98 if ((cp = strchr(buf, '#')))
/freebsd-10.1-release/usr.bin/tset/
H A Dterm.c149 if ((p = strchr(answer, '\n')))
/freebsd-10.1-release/usr.bin/which/
H A Dwhich.c129 if (strchr(filename, '/') != NULL)
/freebsd-10.1-release/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c136 if ( (where = strchr(buffer,':')) ) {
231 "%s",strchr(strstr(result,fileid), '=') + 1);
232 if (strchr(buffer, ' ') != NULL)
233 *(char *)(strchr(buffer, ' ')) = '\0';
/freebsd-10.1-release/usr.sbin/cron/cron/
H A Dexterns.h58 extern char *getenv(), *strcpy(), *strchr(), *strtok();
/freebsd-10.1-release/contrib/apr/strings/
H A Dapr_fnmatch.c244 strendseg = strchr(string, '/');
246 strendseg = strchr(string, '\0');
249 strendseg = strchr(string, '\0');
/freebsd-10.1-release/contrib/mtree/
H A Dgetid.c226 if (!strchr(grline, '\n')) {
370 if (!strchr(pwline, '\n')) {
432 if (strchr(bp, ':') != NULL)
/freebsd-10.1-release/contrib/sendmail/praliases/
H A Dpraliases.c129 b = strchr(buf, '\n');
141 b = strchr(b, '=');
247 colon = strchr(filename, PATH_SEPARATOR);
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Ddate.c129 && (!vchar || !strchr(match->valid, vchar))))
158 if (!strchr(match->valid, vchar))
159 template = strchr(template, ']') + 1;
/freebsd-10.1-release/contrib/telnet/libtelnet/
H A Dkrb4encpwd.c166 cp = strchr(hostname, '.');
216 if ((cp = strchr(lhostname, '.')) != 0) *cp = '\0';
315 if ((cp = strchr(instance, '.')) != 0) *cp = '\0';
/freebsd-10.1-release/contrib/tnftp/src/
H A Druserpass.c109 if ((mydomain = strchr(myname, '.')) == NULL)
133 if ((tmp = strchr(hostname, '.')) != NULL &&
138 if ((tmp = strchr(host, '.')) != NULL &&

Completed in 302 milliseconds

<<11121314151617181920>>