Searched defs:OPTARG (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/sbin/ifparse/ |
H A D | ifparse.c | 99 #define OPTARG (-2) /* command takes an optional argument */ macro 132 * may not have an argument, as indicated by whether NEXTARG/OPTARG is 214 { "ether", OPTARG, AF_ANY, PARSENOW }, 494 if (p->c_parameter == NEXTARG || p->c_parameter == OPTARG) {
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | fsck.c | 60 #define OPTARG(flag)\ macro 282 OPTARG("-o");
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 160 #define OPTARG(c,v) (_O&2?**v||(++v,--c)?(_O=1,--c,*v++): \ macro 314 if ((arg = OPTARG(argc, argv)) != NULL) 321 if ((arg = OPTARG(argc, argv)) != NULL) 328 arg = OPTARG (argc, argv); 344 if ((arg = OPTARG(argc, argv)) != NULL) 351 if ((arg = OPTARG(argc, argv)) != NULL)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 228 #define OPTARG 0xfffffe /* command takes an optional argument */ macro 306 { "ether", OPTARG, setifether, 0, AF_ANY }, 788 p->c_parameter == OPTARG) {
|
Completed in 149 milliseconds