Home
last modified time | relevance | path

Searched refs:opt_str (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/util-linux/
Dnsenter.c108 static const char opt_str[] ALIGN1 = "+""U::i::u::n::p::m::""t:+S:+G:+r::w::F"; variable
170 opts = getopt32long(argv, opt_str, nsenter_longopts, in nsenter_main()
/busybox-1.35.0/networking/
Dtftp.c960 char *opt_str = mode + sizeof("octet"); in tftpd_main() local
961 int opt_len = G.block_buf + result - opt_str; in tftpd_main()
963 res = tftp_get_option("blksize", opt_str, opt_len); in tftpd_main()
974 && tftp_get_option("tsize", opt_str, opt_len) in tftpd_main()