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

12

/osnet-11/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)"))
/osnet-11/usr/src/lib/libpp/common/
H A Dppargs.c172 if (strmatch(comment, "(ARGSUSED|PRINTFLIKE|PROTOLIB|SCANFLIKE|VARARGS)*([0-9])|CONSTCOND|CONSTANTCOND|CONSTANTCONDITION|EMPTY|FALLTHRU|FALLTHROUGH|LINTLIBRARY|LINTED*|NOTREACHED"))
313 if (strmatch(s, "__GNUC__*"))
315 else if (strmatch(s, "__(ANSI|STDC|STRICT)__*") || !(pp.arg_style & STYLE_gnu) && strmatch(s, "__STRICT_ANSI__*"))
317 else if (strmatch(s, "__cplusplus*"))
543 if (strmatch(s, "i*.h"))
545 else if (strmatch(s, "*@(nostandard|nostdinc)*"))
547 else if (strmatch(s, "*@(exten|xansi)*|std"))
552 else if (strmatch(s, "*@(ansi|conform|pedantic|stand|std1|strict[!-])*"))
556 if (strmatch(
[all...]
/osnet-11/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))
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dcflow.c55 if(!strmatch(argv[opt_info.index],"[+-]+([0-9])"))
H A Dgetopts.c130 if(strmatch(opt_info.arg,"*unknown*"))
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrmatch.c152 strmatch(const char* s, const char* p) function
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h352 #undef strmatch macro
353 #define strmatch _ast_strmatch macro
H A Dast.h351 extern __MANGLE__ int strmatch __PROTO__((const char*, const char*));
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h331 #undef strmatch macro
332 #define strmatch _ast_strmatch macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h352 #undef strmatch macro
353 #define strmatch _ast_strmatch macro
H A Dast.h351 extern __MANGLE__ int strmatch __PROTO__((const char*, const char*));
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h331 #undef strmatch macro
332 #define strmatch _ast_strmatch macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h352 #undef strmatch macro
353 #define strmatch _ast_strmatch macro
H A Dast.h351 extern __MANGLE__ int strmatch __PROTO__((const char*, const char*));
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h331 #undef strmatch macro
332 #define strmatch _ast_strmatch macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h352 #undef strmatch macro
353 #define strmatch _ast_strmatch macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h331 #undef strmatch macro
332 #define strmatch _ast_strmatch macro
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmain.c252 if(!strmatch(name, "?(.)/./*"))
285 if(strmatch(name,e_devfdNN))
H A Dexpand.c228 if(strmatch(cp=nv_name(np),pattern))
/osnet-11/usr/src/lib/libdll/common/
H A Ddllscan.c141 if (strmatch(h, pat))
440 } while (!strmatch(scan->ent->fts_name, scan->pat));
/osnet-11/usr/src/lib/libast/common/comp/
H A Dsyslog.c225 if (!strmatch(buf, "/dev/(tcp|udp)/*/*"))
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c264 if (strmatch(s, a))
/osnet-11/usr/src/lib/libast/common/include/
H A Dast.h333 extern int strmatch(const char*, const char*);
/osnet-11/usr/src/lib/libcmd/common/
H A Dls.c251 #define VISIBLE(f) ((f)->level<=0||(!state.ignore||!strmatch((f)->name,state.ignore))&&(!(state.lsflags&LS_NOBACKUP)||(f)->name[(f)->namelen-1]!='~')&&((state.lsflags&LS_ALL)||(f)->name[0]!='.'||(state.lsflags&LS_MOST)&&((f)->name[1]&&(f)->name[1]!='.'||(f)->name[2])))
1339 if (!strmatch(setlocale(LC_ALL, NiL), "*[Uu][Tt][Ff]?(-)8"))
1546 if (strmatch(s, "*:case:*"))

Completed in 73 milliseconds

12