Searched refs:OPT_FUNC (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c64 #define OPT_FUNC 0x0004 /* Call the function specified by o_func */ macro
102 { OPT_FUNC | OPT_CRIT, 0, opt_gid, 0 }, /* -G gid */
105 { OPT_FUNC | OPT_CRIT, 0, opt_projid, 0 }, /* -J projid */
111 { OPT_FUNC | OPT_CRIT, 0, opt_ppid, 0 }, /* -P ppid */
115 { OPT_FUNC | OPT_CRIT, 0, opt_taskid, 0 }, /* -T taskid */
116 { OPT_FUNC | OPT_CRIT, 0, opt_uid, 0 }, /* -U uid */
130 { OPT_FUNC | OPT_CRIT, 0, opt_ctid, 0 }, /* -c ctid */
134 { OPT_FUNC | OPT_CRIT, 0, opt_pgrp, 0 }, /* -g pgrp */
146 { OPT_FUNC | OPT_CRIT, 0, opt_sid, 0 }, /* -s sid */
147 { OPT_FUNC | OPT_CRI
[all...]

Completed in 55 milliseconds