Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c6397 char *opts_p = "zabcdfiklmopqrstuvABC:DE:H:I:LM:O:PR:SV6@/"; in setup() local
6399 char *opts_p = "abcdfiklmopqrstuvABC:DE:H:I:LM:O:PR:SV6@/"; in setup() local
6404 char *opts_p = "zabcdfiklmopqrstuvABC:DE:H:I:LM:O:PR:SV6@"; in setup() local
6406 char *opts_p = "abcdfiklmopqrstuvABC:DE:H:I:LM:O:PR:SV6@"; in setup() local
6412 char *opts_p = "zabcdfiklmopqrstuvABC:DE:H:I:LM:O:PR:SV6"; in setup() local
6414 char *opts_p = "abcdfiklmopqrstuvABC:DE:H:I:LM:O:PR:SV6"; in setup() local
6439 while ((option = getopt(largc, largv, opts_p)) != EOF) { in setup()