Home
last modified time | relevance | path

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

/busybox-1.35.0/sysklogd/
Dlogger.c98 char *str_p, *str_t; in logger_main() local
105 str_t = uid2uname_utoa(geteuid()); in logger_main()
108 opt = getopt32(argv, "p:st:", &str_p, &str_t); in logger_main()
113 openlog(str_t, i, 0); in logger_main()
/busybox-1.35.0/util-linux/
Dscript.c60 const char *str_t = NULL; in script_main() local
85 &shell_arg, &str_t in script_main()
103 if (str_t) { in script_main()
104 timing_fp = xfopen_for_write(str_t); in script_main()
/busybox-1.35.0/coreutils/
Dsort.c414 char *str_ignored, *str_o, *str_t; in sort_main() local
434 &str_ignored, &str_ignored, &str_o, &lst_k, &str_t in sort_main()
464 if (!str_t[0] || str_t[1]) in sort_main()
466 key_separator = str_t[0]; in sort_main()
/busybox-1.35.0/networking/
Dtcpudp.c254 char *str_C, *str_t; in tcpudpsvd_main() local
289 &backlog, &str_t, &ssluser, &root, &cert, &key, &verbose in tcpudpsvd_main()
298 &backlog, &str_t, &verbose in tcpudpsvd_main()