Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppargs.c313 if (strmatch(s, "__GNUC__*")) in ppargs()
315 …else if (strmatch(s, "__(ANSI|STDC|STRICT)__*") || !(pp.arg_style & STYLE_gnu) && strmatch(s, "__S… in ppargs()
317 else if (strmatch(s, "__cplusplus*")) in ppargs()
543 if (strmatch(s, "i*.h")) in ppargs()
545 else if (strmatch(s, "*@(nostandard|nostdinc)*")) in ppargs()
547 else if (strmatch(s, "*@(exten|xansi)*|std")) in ppargs()
552 else if (strmatch(s, "*@(ansi|conform|pedantic|stand|std1|strict[!-])*")) in ppargs()
556 if (strmatch(s, "*pedantic*")) in ppargs()
559 else if (strmatch(s, "*@(trans)*")) in ppargs()
569 else if (strmatch(s, "*@(plusplus|++)*")) in ppargs()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathcheck.c58 …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 Dpathshell.c62 …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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dastsa.omk47 strmatch.c \
70 sfstr.o strcopy.o strdup.o strmatch.o strtoip4.o strtoip6.o \
H A Dastsa.manifest47 strmatch.c
H A Dast.h153 extern int strmatch(const char*, const char*);
H A Dstrmatch.c594 strmatch(const char* s, const char* p) in strmatch() function
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgcpp.c241 if (x > 0 && !strmatch(pp.token, OMIT)) in main()
270 if (c == '=' && (c = pplex()) == T_STRING && !strmatch(pp.token, OMIT)) in main()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcflow.c55 if(!strmatch(argv[opt_info.index],"[+-]+([0-9])")) in b_return()
H A Dgetopts.c134 if(strmatch(opt_info.arg,"*unknown*")) in b_getopts()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrmatch.c177 strmatch(const char* s, const char* p) in strmatch() function
H A Dtokline.c183 …else if ((p = sfreserve(f, 0, 0)) && sfvalue(f) > 11 && strmatch(p, "#!!! +([-0-9]) *([!\n]) !!!\n… in tokline()
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddllscan.c141 if (strmatch(h, pat)) in dllinfo()
440 } while (!strmatch(scan->ent->fts_name, scan->pat)); in dllsread()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsyslog.c225 if (!strmatch(buf, "/dev/(tcp|udp)/*/*"))
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c232 if(!strmatch(name, "?(.)/./*")) in sh_main()
265 if(strmatch(name,e_devfdNN)) in sh_main()
H A Dexpand.c228 if(strmatch(cp=nv_name(np),pattern)) in scantree()
H A Dnvtype.c1532 else if(strmatch(fp->type+7,"*-*i*")==0) in nv_mkstruct()
1535 if(strmatch(fp->type+7,"*-*s*")==0) in nv_mkstruct()
1537 else if(strmatch(fp->type+7,"*-*l*")==0) in nv_mkstruct()
1539 if(strmatch(fp->type+7,"*-*u*")==0) in nv_mkstruct()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DREADME84 strmatch Korn shell file pattern match
H A DRELEASE340 08-02-02 string/strmatch.c: fix str="" pat="" sub values
512 06-03-09 string/strmatch.c: add REG_ADVANCE => REG_* flags
593 string/strmatch.c: flush cache on locale change
868 include/ast.h,string/strmatch.c: add STR_GROUP for REG_SHELL_GROUP
1190 strmatch,strgrpmatch: now a wrapper on regex
1223 strmatch: check AST_LC_multibyte
1408 98-11-11 strmatch: add STR_ICASE
1464 98-02-06 strmatch() char class range bug fix
1557 strmatch.c: don't forget <wctype.h>
1703 drop fnmatch from strmatch for sparc (solaris) until it collates
[all …]
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap331 #undef strmatch
332 #define strmatch _ast_strmatch
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap331 #undef strmatch
332 #define strmatch _ast_strmatch
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap331 #undef strmatch
332 #define strmatch _ast_strmatch
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap331 #undef strmatch
332 #define strmatch _ast_strmatch
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h334 extern int strmatch(const char*, const char*);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfkeyprintf.c262 if (strmatch(s, a)) in getfmt()

12