Home
last modified time | relevance | path

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

/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/
H A Dnagios-plugins.spec.in16 %define npgrp nagios
135 lsgroup %{npgrp} > /dev/null 2> /dev/null
137 mkgroup %{npgrp} || %nnmmsg Unexpected error adding group "%{npgrp}". Aborting install process.
141 getent group %{npgrp} > /dev/null 2> /dev/null
143 groupadd %{npgrp} || %nnmmsg Unexpected error adding group "%{npgrp}". Aborting install process.
151 useradd -d %{nphome} -c "%{npusr}" -g %{npgrp} %{npusr} || \
158 useradd -r -d %{nphome} -c "%{npusr}" -g %{npgrp} %{npusr} || \
168 echo "%defattr(755,%{npusr},%{npgrp})" >> %{name}.lang
170 echo "%defattr(4555,root,%{npgrp})" >> %{name}.lang
172 echo "%defattr(755,%{npusr},%{npgrp})" >> %{name}.lang
H A Dnagios-plugins.spec16 %define npgrp nagios
135 lsgroup %{npgrp} > /dev/null 2> /dev/null
137 mkgroup %{npgrp} || %nnmmsg Unexpected error adding group "%{npgrp}". Aborting install process.
141 getent group %{npgrp} > /dev/null 2> /dev/null
143 groupadd %{npgrp} || %nnmmsg Unexpected error adding group "%{npgrp}". Aborting install process.
151 useradd -d %{nphome} -c "%{npusr}" -g %{npgrp} %{npusr} || \
158 useradd -r -d %{nphome} -c "%{npusr}" -g %{npgrp} %{npusr} || \
/dports/www/tikiwiki/tiki-21.2/lib/wiki-plugins/
H A Dwikiplugin_group.php108 foreach ($notpending as $npgrp) {
109 $grpinfo = $userlib->get_group_info($npgrp);
112 $userNotPending[] = $npgrp;
/dports/shells/bash/bash-5.1/
H A Djobs.c4694 maybe_give_terminal_to (opgrp, npgrp, flags) in maybe_give_terminal_to() argument
4695 pid_t opgrp, npgrp; in maybe_give_terminal_to()
4703 if (tpgrp == npgrp)
4705 terminal_pgrp = npgrp;
4711 …pgrp = %d new pgrp = %d in_background = %d", (int)getpid(), tpgrp, opgrp, npgrp, running_in_backgr…
4716 return (give_terminal_to (npgrp, flags));
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_prp.c3171 npp->npaux->npu.npgrp = grp; in conn_xmr_npin()
3329 npauxp->npu.npgrp = NULL; in __alloc_npaux()
H A Dv.h1589 struct gref_t *npgrp; /* xmr glb that needs normal downward proc. */ member
H A Dv_ex4.c1753 if (!__match_push_targ_to_ref(npp->np_xmrtyp, npp->npaux->npu.npgrp)) in __move_to_npprefloc()
4260 if (!__match_push_targ_to_ref(npp->np_xmrtyp, npp->npaux->npu.npgrp)) in emit1_load()
H A Dv_cnv.c2568 tmp_mdp = npauxp->npu.npgrp->gin_mdp; in __dmp1_nplstel()
2569 sprintf(s3, "(XMR %s mod=%s)", npauxp->npu.npgrp->gnam, in __dmp1_nplstel()
H A Dv_trch.c1063 if (vt1_itp->itip->imsym->el.emdp == npp->npaux->npu.npgrp->gin_mdp) in trchan_get_oside_itp()