Searched refs:stupid (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_srt0.s113 ! print stupid error message here!
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c48 va_list stupid; local
51 va_start(stupid, format);
52 _print(p, &stupid);
53 va_end(stupid);
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c159 typedef char * const * stupid; /* dumb-ass ANSI C */ typedef
161 typedef char ** stupid; typedef
175 while ((optsw = getopt(ac, (stupid)av, OPT_LIST)) != EOF) {

Completed in 61 milliseconds