Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/getconf/
H A Dgetconf.c60 #define INVAL_ARG "getconf: Invalid argument (%s)\n" macro
824 gettext(INVAL_ARG), name); in getconf()
842 (void) fprintf(stderr, gettext(INVAL_ARG), in getconf()
999 (void) fprintf(stderr, gettext(INVAL_ARG), argv[1]); in main()