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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dwho.c24 static void idle_string(char *str6, time_t t) argument
29 str6[0] = '.';
30 str6[1] = '\0';
34 sprintf(str6, "%02d:%02d",
39 strcpy(str6, "old");
45 char str6[6]; local
62 str6[0] = '?';
63 str6[1] = '\0';
65 idle_string(str6, st.st_atime);
67 ut->ut_user, ut->ut_line, str6,
[all...]

Completed in 82 milliseconds