Searched refs:strchr (Results 426 - 450 of 1808) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/path/
H A Dpathkey.c96 if (flags = strchr(path, ' '))
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dcksum.c272 if (t = strchr(s, ' '))
274 if ((t - s) > 10 || !(file = strchr(t + 1, ' ')))
281 if (t = strchr(++e, ' '))
291 if (e = strchr(++t, ' '))
H A Dcmd.h116 if (t = strchr(buf, '.'))
/macosx-10.9.5/libarchive-29/libarchive/libarchive_fe/
H A Dpathmatch.c244 for ( ; s != NULL; s = strchr(s, '/')) {
/macosx-10.9.5/libedit-39/src/
H A Dchared.h132 #define isglob(a) (strchr("*[]?", (a)) != NULL)
/macosx-10.9.5/libpcap-42/libpcap/
H A Dfad-getad.c244 p = strchr(ifa->ifa_name, ':');
/macosx-10.9.5/libutil-34/
H A Dgetmntopts.c165 p = strchr(opt, '=');
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dparse.c99 ptr = strchr(argv[0], ':');
/macosx-10.9.5/man-16/man/src/
H A Dman-iconv.c119 p = strchr(charset, '\n');
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Ddb_iterator.c113 char *marker = strchr(result, NCURSES_PATHSEP);
/macosx-10.9.5/ntp-88/libntp/
H A Dauthreadkeys.c187 ptr = strchr(hex, tolower(token[j]));
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dauth_krb4.c218 user_specified = strchr(aname, '.');
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dstrip_addr.c69 if (delimiter == 0 || strchr(full, delimiter) == 0) {
H A Dxtext.c74 && (*special == 0 || strchr(special, ch) == 0)) {
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dinet_addr_host.c100 if (strchr((char *) proto_info->sa_family_list, res->ai_family) == 0) {
H A Dinet_listen.c122 if (strchr((char *) proto_info->sa_family_list, res->ai_family) != 0)
/macosx-10.9.5/procmail-14/procmail/src/
H A Dprocmail.c351 (chp+=STRLEN(pardir),strchr(dirsep,*chp)))
453 if(strchr(dirsep,*rcfile)) /* absolute? */
455 else if(*rcfile==chCURDIR&&strchr(dirsep,rcfile[1])) /* ./ prefix? */
484 { rctype=strchr(dirsep,*rcfile)?rct_ABSOLUTE:rct_CURRENT;
662 if(!(flg=strchr(exflags,i))) /* a valid flag? */
674 tolock=tstrdup(chp),chp=strchr(chp,'\0')+1;
705 chp=strchr(buf,'\0');
814 else if((chp=strchr(buf,'\0'))==buf&&
885 if(writefolder(buf,strchr(buf,'\0')+1,startchar,tobesent,
/macosx-10.9.5/remote_cmds-41.90.1/wall.tproj/
H A Dttymsg.c87 if (strchr(p, '/') != NULL) {
/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_strftime.c19 #undef strchr /* avoid AIX weirdness */ macro
83 if (strchr(format, '%') == NULL && strlen(format) + 1 >= maxsize) {
527 if (*(format + 1) && strchr("cCxXyY", *(format + 1)))
533 if (*(format + 1) && strchr("deHkIlmMSuUVwWy", *(format + 1)))
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dmissing.h185 RUBY_EXTERN char *strchr(const char *, int);
/macosx-10.9.5/ruby-104/ruby/missing/
H A Dlanginfo.c76 p = strchr(l, '.');
/macosx-10.9.5/shell_cmds-175/chroot/
H A Dchroot.c116 comma = strchr(grouplist, ',');
/macosx-10.9.5/sudo-72/src/
H A Dfileops.c166 if ((cp = strchr(buf, '#')) != NULL)
/macosx-10.9.5/system_cmds-597.90.1/chkpasswd.tproj/
H A Dnis_passwd.c163 if(!strchr(p, ':'))
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dchat.c118 const char * s = strchr(xdigits, tolower(*q));

Completed in 406 milliseconds

<<11121314151617181920>>