Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c66 static char prog_opts[] = "aft:v:d:i:e:s:c:T:?"; /* getopt() flags */ variable
210 while ((i = getopt(argc, argv, prog_opts)) != EOF) { in main()
/titanic_41/usr/src/cmd/audio/audioplay/
H A Daudioplay.c64 static char prog_opts[] = "VEiv:d:?"; /* getopt() flags */ variable
288 while ((i = getopt(argc, argv, prog_opts)) != EOF) { in main()