Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c507 } whattodo[] = { local
514 #define TABSIZE sizeof (whattodo)/sizeof (whattodo[0])
526 if (whattodo[j].letter == argv[i][1]) {
527 if (*whattodo[j].filename !=
528 whattodo[j].standard) {
534 *whattodo[j].filename = argv[i];
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c73 static int whattodo();
547 if ((whattodo(statefound) != TRUE))
650 whattodo(inputint) in whattodo() function