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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c496 static int globhack(const char *src, int flags, glob_t *pglob);
2220 static int globhack(const char *src, int flags, glob_t *pglob) function
2266 gr = globhack(dest->data, flags, pglob);
2267 debug_printf("globhack returned %d\n", gr);
2276 gr = globhack(dest->data, flags, pglob);
2277 debug_printf("globhack returned %d\n", gr);
2280 gr = globhack(dest->data, flags, pglob);
2281 debug_printf("globhack returned %d\n", gr);

Completed in 76 milliseconds