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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dprocps.c41 static char* get_cached(cache_t *cp, unsigned id, ug_func* fp) function
56 return get_cached(&username, uid, bb_getpwuid);
60 return get_cached(&groupname, gid, bb_getgrgid);

Completed in 96 milliseconds