Searched defs:optstr (Results 1 – 7 of 7) sorted by relevance
51 struct optstr {char *optnam; int *optadd;} options [] = { argument
66 char *optstr; in main() local
125 static const char *optstr = "0123456789A:B:CEFGHILPSRUVabce:f:hilnoqrsuvwxy"; variable127 static const char *optstr = "0123456789A:B:CEFGHILPSRUVZabce:f:hilnoqrsuvwxy"; variable
64 static const char *optstr[3] = { local
360 addoption(char *optstr) in addoption()
1194 const char *optstr; in cpio_options() local
361 static const char *add_opts(cmd_parms *cmd, void *d, const char *optstr) in add_opts()