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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c431 xsetenv("TCPCONCURRENCY", utoa(cur_per_host));
443 strcpy(id, utoa(pid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dlogin.c420 xsetenv("LOGIN_UID", utoa(pw->pw_uid));
421 xsetenv("LOGIN_GID", utoa(pw->pw_gid));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Dchpst.c78 xsetenv("GID", utoa(ugid.gid));
79 xsetenv("UID", utoa(ugid.uid));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxfuncs.c359 char *utoa(unsigned n) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c2441 val = utoa(getpid());
2444 val = last_bg_pid ? utoa(last_bg_pid) : (char*)"";
2447 val = utoa(last_return_code);
2450 val = utoa(global_argc ? global_argc-1 : 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h450 char *utoa(unsigned n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Difupdown.c262 const char *argument = utoa(res);

Completed in 53 milliseconds