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

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_pid_apple.c69 if ((strisglob(pp->dpp_mod) && gmatch(class_name, pp->dpp_mod)) || (strcmp(class_name, pp->dpp_mod) == 0)) {
71 if ((strisglob(pp->dpp_func) && gmatch(method_name, pp->dpp_func)) || (strcmp(method_name, pp->dpp_func) == 0)) {
H A Ddt_pid.c156 if (!isdash && gmatch("return", pp->dpp_name)) {
168 if (!isdash && gmatch("entry", pp->dpp_name)) {
256 if ((pp->dpp_last_taken = gmatch(func, pp->dpp_func)) != 0) {
409 if (gmatch(obj, pp->dpp_mod))
421 if (gmatch(name, pp->dpp_mod))
858 if (gmatch(provname, pdp->dtpd_provider) != 0) {
887 if (gmatch(provname, pdp->dtpd_provider) != 0) {
891 if (gmatch(provname, pdp->dtpd_provider) != 0) {
895 if (gmatch(provname, pdp->dtpd_provider) != 0) {
1006 if (gmatch(provnam
[all...]
H A Ddt_isadep_x86.c422 if (gmatch(name, pattern))
H A Ddt_subr.c789 * dt_gmatch() is similar to gmatch(3GEN) and dtrace(7D) globbing, but also
795 return (p == NULL || *p == '\0' || gmatch(s, p));
/macosx-10.9.5/dtrace-118.1/head/
H A Ddarwin_shim.h103 extern int gmatch(const char *, const char *);
/macosx-10.9.5/dtrace-118.1/
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.9.5/crontabs-51/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.9.5/ICU-511.35/icuSources/i18n/
H A Dtzgnames.cpp234 GMatchInfo *gmatch = (GMatchInfo *)uprv_malloc(sizeof(GMatchInfo)); local
235 if (gmatch == NULL) {
239 gmatch->gnameInfo = nameinfo;
240 gmatch->matchLength = matchLength;
241 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN;
242 fResults->addElement(gmatch, status);
244 uprv_free(gmatch);
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dsmatch.c213 #define GMATCH gmatch
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dglob.c41 typedef struct gmatch *Gmatch;
43 struct gmatch { struct
438 sizeof(struct gmatch) * (matchsz *= 2));
1749 sizeof(struct gmatch));
1836 qsort((void *) & matchbuf[0], matchct, sizeof(struct gmatch),
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlua.vim186 syn match luaFunc /string\.gmatch/

Completed in 136 milliseconds