Searched defs:commandline (Results 1 – 2 of 2) sorted by relevance
59 struct commandline { struct60 int cflag; /* xdr C routines */61 int hflag; /* header file */62 int lflag; /* client side stubs */63 int mflag; /* server side stubs */64 int nflag; /* netid flag */65 int sflag; /* server stubs for the given transport */66 int tflag; /* dispatch Table file */67 int Ssflag; /* produce server sample code */68 int Scflag; /* produce client sample code */[all …]
172 static char *commandline = NULL; variable