Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c102 { 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 */
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_CRIT, 0, opt_term, 0 }, /* -t term */
148 { OPT_FUNC | OPT_CRIT, 0, opt_euid, 0 }, /* -u euid */
153 { OPT_FUNC | OPT_CRIT, 0, opt_zoneid, 0 } /* -z zoneid */
[all …]