Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/release/picobsd/tinyware/msh/
H A Dsh1.c728 gmatch(s, p) in gmatch() function
/freebsd-12.1/usr.sbin/newsyslog/
H A Dnewsyslog.c810 int gmatch, fnres; in get_worklist() local
973 int gmatch, gres; in expand_globs() local
/freebsd-12.1/contrib/lua/src/
H A Dlstrlib.c689 static int gmatch (lua_State *L) { in gmatch() function