Home
last modified time | relevance | path

Searched defs:gmatch (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/cddl/contrib/opensolaris/lib/libgen/common/
H A Dgmatch.c33 #pragma weak gmatch = _gmatch macro
62 gmatch(const char *s, const char *p) in gmatch() function
/freebsd-src/usr.sbin/newsyslog/
H A Dnewsyslog.c896 int gmatch, fnres; get_worklist() local
1059 int gmatch, gres; expand_globs() local
[all...]
/freebsd-src/contrib/lua/src/
H A Dlstrlib.c854 static int gmatch (lua_State *L) { in gmatch() function