Searched refs:gmatch (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/dtrace-147/head/
H A Ddarwin_shim.h103 extern int gmatch(const char *, const char *);
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_pid_apple.c77 if ((strisglob(pp->dpp_mod) && gmatch(class_name, pp->dpp_mod)) || (strcmp(class_name, pp->dpp_mod) == 0)) {
79 if ((strisglob(pp->dpp_func) && gmatch(method_name, pp->dpp_func)) || (strcmp(method_name, pp->dpp_func) == 0)) {
H A Ddt_pid.c146 if (!isdash && gmatch("return", pp->dpp_name)) {
158 if (!isdash && gmatch("entry", pp->dpp_name)) {
277 if ((pp->dpp_last_taken = gmatch(func, pp->dpp_func)) != 0) {
399 if (gmatch(obj, pp->dpp_mod))
411 if (gmatch(name, pp->dpp_mod))
788 if (gmatch(provname, pdp->dtpd_provider) != 0) {
792 if (gmatch(provname, pdp->dtpd_provider) != 0) {
796 if (gmatch(provname, pdp->dtpd_provider) != 0) {
876 gmatch(pdp->dtpd_provider, provname) != 0) {
880 gmatch(pd
[all...]
H A Ddt_isadep_x86.c402 if (gmatch(name, pattern))
H A Ddt_subr.c768 * dt_gmatch() is similar to gmatch(3GEN) and dtrace(7D) globbing, but also
774 return (p == NULL || *p == '\0' || gmatch(s, p));
/macosx-10.10/dtrace-147/
H A Ddarwin_shim.c87 gmatch(const char *s, const char *p) function
89 // OS X's fnmatch return value is inverted relative to Solaris's gmatch
/macosx-10.10/crontabs-52/newsyslog/
H A Dnewsyslog.c750 int gmatch, fnres; local
838 gmatch = 0;
841 gmatch++;
850 if (gmatch) {
860 gmatch = 0;
869 gmatch++;
882 if (gmatch) {
925 int gmatch, gres; local
960 gmatch = 0;
963 gmatch
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtzgnames.cpp233 GMatchInfo *gmatch = (GMatchInfo *)uprv_malloc(sizeof(GMatchInfo)); local
234 if (gmatch == NULL) {
238 gmatch->gnameInfo = nameinfo;
239 gmatch->matchLength = matchLength;
240 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN;
241 fResults->addElement(gmatch, status);
243 uprv_free(gmatch);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/glob/
H A Dsmatch.c213 #define GMATCH gmatch
/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c41 typedef struct gmatch *Gmatch;
43 struct gmatch { struct
438 sizeof(struct gmatch) * (matchsz *= 2));
1718 sizeof(struct gmatch));
1805 qsort((void *) & matchbuf[0], matchct, sizeof(struct gmatch),
/macosx-10.10/vim-55/runtime/syntax/
H A Dlua.vim186 syn match luaFunc /string\.gmatch/

Completed in 230 milliseconds