Searched refs:strchr (Results 1 - 25 of 195) sorted by relevance

12345678

/ast/src/lib/libast/comp/
H A Dstrchr.c28 NoN(strchr)
32 #undef strchr
41 strchr(const char* s, int c)
49 strchr(register const char* s, register int c)
H A Dunsetenv.c46 if (!strchr(name, '='))
H A Dwordexp.c94 if(c=='\\' && (!quoted || strchr("\\\"`\n$",c)))
115 else if(!quoted && strchr("|&\n;<>"+ac,c))
H A Dfmtmsglib.c222 if (t = strchr(s, ':'))
245 if (t = strchr(s, ':'))
310 if (!tag || label && !strchr(tag, ':'))
/ast/src/cmd/mailx/
H A Dspam.c182 if (ae = strchr(ap, ','))
190 if (be = strchr(bp, ','))
198 if (host = *bp == '@' && (tp = strchr(ap, '@')))
213 if (!host || !(tp = strchr(ap, '.')))
246 if (ae = strchr(ap, ','))
248 if ((ad = strchr(ap, '.')) && !strchr(++ad, '.'))
255 if (be = strchr(bp, ','))
257 if (strchr(bp, ' '))
259 else if (bp = strchr(b
[all...]
H A Dmisc.c299 hx = strchr(host, '.');
302 if (le = strchr(lp, ','))
348 if ((p = strchr(addr, '%')) || (p = strchr(addr, '@'))) {
376 if (p = strchr(user, '@')) {
381 if (p = strchr(user, '%')) {
441 if (!strchr(name, '(') && !strchr(name, '<') && !strchr(name, ' '))
535 if (strchr(s
[all...]
/ast/src/lib/libast/uwin/
H A Da64l.c55 if(!(cp=strchr(letter,c)))
/ast/src/lib/libast/path/
H A Dpathpath.c93 if (strchr(p, '/'))
100 if ((!cmd || *cmd) && (strchr(s, '/') || (s = cmd)))
123 x = !a && strchr(p, '/') ? "" : pathbin();
H A Dpathtemp.c193 while (s = strchr(s, ':'))
203 while (x = strchr(x, ':'))
257 else if (strchr(pfx, '.'))
/ast/src/cmd/cs/vcs_src/
H A Dmnt_mount.c43 if (!(s = strchr(data, '-')) || s[1] != '@') {
47 t = strchr( s, '/' );
146 if ((s = strchr(buf, '#')) != NULL)
H A Difs_http.c74 while( (p1 = strchr( ptr, '<' )) != NULL &&
75 (p2 = strchr( p1, '>' )) != NULL ) {
159 if( (ptr = strchr( line, ' ' )) != NULL ) {
H A Difs_news.c86 if( (ptr = strchr( buf, '\r' )) != NULL && ptr[1] == '\n' ) {
285 if( (article = strchr( group, '/' )) == NULL ) {
290 if( strchr( article, '/' ) != NULL ) { /* too many arguments */
/ast/src/lib/libpz/
H A Dpzinit.c40 if (id = strchr((char*)state.id, ':'))
H A Dsfdczip.c64 if (part = (const char*)strchr(meth, ' '))
145 if (!(meth = (const char*)strchr(part, ' ')))
/ast/src/lib/libast/misc/
H A Dsetenviron.c135 return (s = strchr(key, '=')) ? s + 1 : (char*)0;
141 if (!(s = strchr(key, '=')))
H A Dfs3d.c63 if (v = strchr(val, ' '))
/ast/src/lib/libcs/
H A Dcsname.c115 if (t = strchr(s, '.'))
174 if (s = strchr(state->name, '.')) *s = 0;
H A Dcsinfo.c43 else if (!strchr(file, '/') || stat(file, &st) || S_ISDIR(st.st_mode) || !(sp = tokline(file, SF_READ, line)))
H A Dcsaddr.c170 if (s = strchr(name, '@'))
199 if ((flags & CS_ADDR_SHARE) && !(state->flags & CS_ADDR_NUMERIC) && (s = strchr(name, '.')))
243 if (s = strchr(t, '@')) s++;
284 if (s = strchr(name, '.'))
/ast/src/lib/libjcl/
H A Dsym.c48 else if (value = (const char*)strchr(name, '='))
88 if (v->value = strchr(v->name, '='))
/ast/src/lib/libast/string/
H A Dstrelapsed.c117 v *= strchr(s, ':') ? (60 * 60) : 60;
/ast/src/cmd/msgcc/
H A Dmsgget.c91 if (cat = strchr(cmd, ':'))
/ast/src/cmd/dsslib/tests/
H A Dtest.c54 sfprintf(cx->buf, "%s%s", strchr(dss_lib_test.description, '['), even_usage);
134 sfprintf(cx->buf, "%s%s", strchr(dss_lib_test.description, '['), odd_usage);
/ast/src/lib/libdll/
H A Ddllplug.c80 if ((s = dllerror(1)) && (e = strchr(s, ':')))
/ast/src/cmd/ksh93/edit/
H A Dcompletion.c294 if(*begin=='~' && !strchr(begin,'/'))
308 if(!var && !strchr(ap->argval,'/') && (((cp==outbuff&&ep->sh->nextprompt==1) || (strchr(";&|(",size)) && (cp==outbuff+1||size=='('||cp[-2]!='>') && *begin!='~' )))
370 nocase = (strchr(saveout,'c')!=0);

Completed in 70 milliseconds

12345678