Home
last modified time | relevance | path

Searched refs:NOT_LONE_DASH (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dwfopen_input.c22 && NOT_LONE_DASH(filename) in fopen_or_warn_stdin()
42 && NOT_LONE_DASH(filename) in open_or_warn_stdin()
/dports/sysutils/busybox/busybox-1.26.2/mailutils/
H A Dmail.c132 fp = (NOT_LONE_DASH(fname)) ? xfopen_for_read(fname) : (FILE *)text; in encode_base64()
164 if (fname && NOT_LONE_DASH(fname)) in encode_base64()
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dtee.c84 if (NOT_LONE_DASH(*argv)) { in tee_main()
H A Duudecode.c155 if (NOT_LONE_DASH(outname)) { in uudecode_main()
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dcrontab.c130 if (NOT_LONE_DASH(argv[0])) { in crontab_main()
H A Dmakedevs.c195 if (NOT_LONE_DASH(line)) { in makedevs_main()
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dftpgetput.c313 if (NOT_LONE_DASH(local_path)) in ftp_send()
H A Dtftp.c427 if (NOT_LONE_DASH(local_file))
820 if (result != EXIT_SUCCESS && NOT_LONE_DASH(local_file) && CMD_GET(opt)) { in tftp_main()
/dports/sysutils/busybox/busybox-1.26.2/loginutils/
H A Dgetty.c215 if (NOT_LONE_DASH(G.tty_name)) { in open_tty()
/dports/sysutils/busybox/busybox-1.26.2/include/
H A Dlibbb.h730 #define NOT_LONE_DASH(s) ((s)[0] != '-' || (s)[1]) macro