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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c495 static int globhack(const char *src, int flags, glob_t *pglob);
2219 static int globhack(const char *src, int flags, glob_t *pglob) function
2265 gr = globhack(dest->data, flags, pglob);
2266 debug_printf("globhack returned %d\n", gr);
2275 gr = globhack(dest->data, flags, pglob);
2276 debug_printf("globhack returned %d\n", gr);
2279 gr = globhack(dest->data, flags, pglob);
2280 debug_printf("globhack returned %d\n", gr);

Completed in 279 milliseconds