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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/sysklogd/
H A Dlogger.c87 char *str_p, *str_t; local
93 str_t = name;
96 getopt32(argv, "p:st:", &str_p, &str_t);
101 openlog(str_t, i, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dsort.c281 char *str_ignored, *str_o, *str_t; local
292 getopt32(argv, OPT_STR, &str_ignored, &str_ignored, &str_o, &lst_k, &str_t);
296 if (!str_t[0] || str_t[1])
298 key_separator = str_t[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c126 char *str_c, *str_C, *str_b, *str_t; local
157 &str_b, &str_t, &ssluser, &root, &cert, &key, &verbose
162 &str_b, &str_t, &verbose
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpc.c147 char *str_c, *str_V, *str_h, *str_F, *str_r, *str_T, *str_t; local
221 &client_config.script, &str_T, &str_t
261 client_config.retries = xatoi_u(str_t);

Completed in 51 milliseconds