Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsactl/
Dalsactl.c60 #define INTARG 0x1000 macro
92 { INTARG | 'p', "period", "store period in seconds for the daemon command" },
100 { INTARG | 'n', "nice", "set the process priority (see 'man nice')" },
160 else if (sarg & (FILEARG|INTARG)) in help()
276 o->has_arg = (a->sarg & (ENVARG|FILEARG|INTARG)) != 0; in main()