Home
last modified time | relevance | path

Searched refs:STDPARAM_OPT (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Ddiscon.c65 while ((opt = getopt(argc, argv, STDPARAM_OPT)) != EOF) { in cmd_discon()
H A Dview.c84 while ((opt = getopt(argc, argv, STDPARAM_OPT)) != EOF) { in cmd_view()
H A Dprint.c96 while ((opt = getopt(argc-1, argv, STDPARAM_OPT)) != EOF) { in cmd_print()
H A Dinfo.c80 while ((opt = getopt(argc, argv, STDPARAM_OPT)) != EOF) { in cmd_info()
/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h58 #define STDPARAM_OPT smbutil_std_opts macro