/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppargs.c | 170 …if (strmatch(comment, "(ARGSUSED|PRINTFLIKE|PROTOLIB|SCANFLIKE|VARARGS)*([0-9])|CONSTCOND|CONSTANT… in pplint() 311 if (strmatch(s, "__GNUC__*")) in ppargs() 313 …else if (strmatch(s, "__(ANSI|STDC|STRICT)__*") || !(pp.arg_style & STYLE_gnu) && strmatch(s, "__S… in ppargs() 315 else if (strmatch(s, "__cplusplus*")) in ppargs() 540 if (strmatch(s, "i*.h")) in ppargs() 542 else if (strmatch(s, "*@(nostandard|nostdinc)*")) in ppargs() 544 else if (strmatch(s, "*@(exten|xansi)*|std")) in ppargs() 549 else if (strmatch(s, "*@(ansi|conform|pedantic|stand|std1|strict[!-])*")) in ppargs() 553 if (strmatch(s, "*pedantic*")) in ppargs() 556 else if (strmatch(s, "*@(trans)*")) in ppargs() [all …]
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | strptime.c | 40 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) in strmatch() function
|
/titanic_41/usr/src/lib/libast/common/path/ |
H A D | pathcheck.c | 58 …if (strmatch(tool, PARANOID) && environ && (s = *environ) && *s++ == '_' && *s++ == '=' && !stat(s… in pathcheck() 75 if (strmatch(s, PARANOID_PAY)) in pathcheck() 80 …else if (*s != '#' && !isspace(*s) && !strneq(s, "127.", 4) && !strmatch(s, PARANOID_FREE) && o++ … in pathcheck()
|
H A D | pathshell.c | 62 …if ((sh = getenv("SHELL")) && *sh == '/' && strmatch(sh, "*/(sh|*[!cC]sh)*([[:digit:]])?(-+([.[:al… in pathshell() 68 if (ru != st.st_uid && !strmatch(sh, "?(/usr)?(/local)/?([ls])bin/?([[:lower:]])sh?(.exe)")) in pathshell()
|
/titanic_41/usr/src/cmd/ast/msgcc/ |
H A D | msgcpp.c | 241 if (x > 0 && !strmatch(pp.token, OMIT)) in main() 270 if (c == '=' && (c = pplex()) == T_STRING && !strmatch(pp.token, OMIT)) in main()
|
/titanic_41/usr/src/lib/libast/common/string/ |
H A D | strmatch.c | 152 strmatch(const char* s, const char* p) in strmatch() function
|
H A D | tokline.c | 183 …else if ((p = sfreserve(f, 0, 0)) && sfvalue(f) > 11 && strmatch(p, "#!!! +([-0-9]) *([!\n]) !!!\n… in tokline()
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | cflow.c | 55 if(!strmatch(argv[opt_info.index],"[+-]+([0-9])")) in b_return()
|
H A D | getopts.c | 126 if(strmatch(opt_info.arg,"*unknown*")) in b_getopts()
|
H A D | test.c | 558 if(strmatch(name,(char*)e_devfdNN)) in sh_access() 659 if(strmatch(name,(char*)e_devfdNN)) in test_stat()
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 331 #undef strmatch 332 #define strmatch _ast_strmatch macro
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 352 #undef strmatch 353 #define strmatch _ast_strmatch macro
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 352 #undef strmatch 353 #define strmatch _ast_strmatch macro
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 352 #undef strmatch 353 #define strmatch _ast_strmatch macro
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 331 #undef strmatch 332 #define strmatch _ast_strmatch macro
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 331 #undef strmatch 332 #define strmatch _ast_strmatch macro
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 352 #undef strmatch 353 #define strmatch _ast_strmatch macro
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 331 #undef strmatch 332 #define strmatch _ast_strmatch macro
|
/titanic_41/usr/src/lib/libdll/common/ |
H A D | dllscan.c | 141 if (strmatch(h, pat)) in dllinfo() 420 } while (!strmatch(scan->ent->fts_name, scan->pat)); in dllsread()
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | syslog.c | 225 if (!strmatch(buf, "/dev/(tcp|udp)/*/*"))
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | ast.h | 311 extern int strmatch(const char*, const char*);
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | main.c | 248 if(!strmatch(name, "?(.)/./*")) in sh_main() 281 if(strmatch(name,e_devfdNN)) in sh_main()
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 331 #undef strmatch 332 #define strmatch _ast_strmatch
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 331 #undef strmatch 332 #define strmatch _ast_strmatch
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 331 #undef strmatch 332 #define strmatch _ast_strmatch
|