Searched refs:strmatch (Results 1 - 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathcheck.c58 if (strmatch(tool, PARANOID) && environ && (s = *environ) && *s++ == '_' && *s++ == '=' && !stat(s, &st))
75 if (strmatch(s, PARANOID_PAY))
80 else if (*s != '#' && !isspace(*s) && !strneq(s, "127.", 4) && !strmatch(s, PARANOID_FREE) && o++ > 4)
H A Dpathshell.c62 if ((sh = getenv("SHELL")) && *sh == '/' && strmatch(sh, "*/(sh|*[!cC]sh)*([[:digit:]])?(-+([.[:alnum:]]))?(.exe)"))
68 if (ru != st.st_uid && !strmatch(sh, "?(/usr)?(/local)/?([ls])bin/?([[:lower:]])sh?(.exe)"))
/illumos-gate/usr/src/lib/libpp/common/
H A Dppargs.c170 if (strmatch(comment, "(ARGSUSED|PRINTFLIKE|PROTOLIB|SCANFLIKE|VARARGS)*([0-9])|CONSTCOND|CONSTANTCOND|CONSTANTCONDITION|EMPTY|FALLTHRU|FALLTHROUGH|LINTLIBRARY|LINTED*|NOTREACHED"))
311 if (strmatch(s, "__GNUC__*"))
313 else if (strmatch(s, "__(ANSI|STDC|STRICT)__*") || !(pp.arg_style & STYLE_gnu) && strmatch(s, "__STRICT_ANSI__*"))
315 else if (strmatch(s, "__cplusplus*"))
540 if (strmatch(s, "i*.h"))
542 else if (strmatch(s, "*@(nostandard|nostdinc)*"))
544 else if (strmatch(s, "*@(exten|xansi)*|std"))
549 else if (strmatch(s, "*@(ansi|conform|pedantic|stand|std1|strict[!-])*"))
553 if (strmatch(
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrptime.c40 static char *strmatch(/*char *cp, char *string*/);
77 if ((p = strmatch(cp,
80 || (p = strmatch(cp,
96 if ((p = strmatch(cp,
99 || (p = strmatch(cp,
207 if ((p = strmatch(cp, dtcp->am_string,
215 } else if ((p = strmatch(cp, dtcp->pm_string,
329 strmatch(cp, string, termc) function
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcpp.c241 if (x > 0 && !strmatch(pp.token, OMIT))
270 if (c == '=' && (c = pplex()) == T_STRING && !strmatch(pp.token, OMIT))
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dcflow.c55 if(!strmatch(argv[opt_info.index],"[+-]+([0-9])"))
H A Dgetopts.c126 if(strmatch(opt_info.arg,"*unknown*"))
H A Dtest.c558 if(strmatch(name,(char*)e_devfdNN))
659 if(strmatch(name,(char*)e_devfdNN))
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrmatch.c152 strmatch(const char* s, const char* p) function
/illumos-gate/usr/src/lib/libdll/common/
H A Ddllscan.c141 if (strmatch(h, pat))
420 } while (!strmatch(scan->ent->fts_name, scan->pat));
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h352 #undef strmatch macro
353 #define strmatch _ast_strmatch macro
H A Dast.h329 extern __MANGLE__ int strmatch __PROTO__((const char*, const char*));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h331 #undef strmatch macro
332 #define strmatch _ast_strmatch macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h352 #undef strmatch macro
353 #define strmatch _ast_strmatch macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h331 #undef strmatch macro
332 #define strmatch _ast_strmatch macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h352 #undef strmatch macro
353 #define strmatch _ast_strmatch macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h331 #undef strmatch macro
332 #define strmatch _ast_strmatch macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h352 #undef strmatch macro
353 #define strmatch _ast_strmatch macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h331 #undef strmatch macro
332 #define strmatch _ast_strmatch macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast.h311 extern int strmatch(const char*, const char*);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmain.c248 if(!strmatch(name, "?(.)/./*"))
281 if(strmatch(name,e_devfdNN))
H A Dexpand.c228 if(strmatch(cp=nv_name(np),pattern))
H A Dinit.c215 if(strmatch(cp,"*[Vv][Ii]*"))
217 else if(strmatch(cp,"*gmacs*"))
219 else if(strmatch(cp,"*macs*"))
1286 if(strmatch(argv[1],e_devfdNN))
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsyslog.c225 if (!strmatch(buf, "/dev/(tcp|udp)/*/*"))
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c262 if (strmatch(s, a))

Completed in 138 milliseconds

12