Home
last modified time | relevance | path

Searched refs:idtype (Results 1 – 25 of 1551) sorted by relevance

12345678910>>...63

/dports/shells/ksh93/ast-93u/src/lib/libast/features/
H A Dmode.c41 int idtype; in main() local
43 idperm = idtype = 1; in main()
52 if (!S_ISBLK(X_IFBLK)) idtype = 0; in main()
61 if (!S_ISCHR(X_IFCHR)) idtype = 0; in main()
70 if (!S_ISCTG(X_IFCTG)) idtype = 0; in main()
77 if (!S_ISDIR(X_IFDIR)) idtype = 0; in main()
86 if (!S_ISFIFO(X_IFIFO)) idtype = 0; in main()
95 if (!S_ISLNK(X_IFLNK)) idtype = 0; in main()
104 if (!S_ISREG(X_IFREG)) idtype = 0; in main()
113 if (!S_ISSOCK(X_IFSOCK)) idtype = 0; in main()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/features/
H A Dmode.c41 int idtype; in main() local
43 idperm = idtype = 1; in main()
52 if (!S_ISBLK(X_IFBLK)) idtype = 0; in main()
61 if (!S_ISCHR(X_IFCHR)) idtype = 0; in main()
70 if (!S_ISCTG(X_IFCTG)) idtype = 0; in main()
77 if (!S_ISDIR(X_IFDIR)) idtype = 0; in main()
86 if (!S_ISFIFO(X_IFIFO)) idtype = 0; in main()
95 if (!S_ISLNK(X_IFLNK)) idtype = 0; in main()
104 if (!S_ISREG(X_IFREG)) idtype = 0; in main()
113 if (!S_ISSOCK(X_IFSOCK)) idtype = 0; in main()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/features/
H A Dmode.c41 int idtype; in main() local
43 idperm = idtype = 1; in main()
52 if (!S_ISBLK(X_IFBLK)) idtype = 0; in main()
61 if (!S_ISCHR(X_IFCHR)) idtype = 0; in main()
70 if (!S_ISCTG(X_IFCTG)) idtype = 0; in main()
77 if (!S_ISDIR(X_IFDIR)) idtype = 0; in main()
86 if (!S_ISFIFO(X_IFIFO)) idtype = 0; in main()
95 if (!S_ISLNK(X_IFLNK)) idtype = 0; in main()
104 if (!S_ISREG(X_IFREG)) idtype = 0; in main()
113 if (!S_ISSOCK(X_IFSOCK)) idtype = 0; in main()
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/sys-utils/
H A Drenice.c161 const char *idtype = _("process ID"); in donice() local
164 idtype = _("user ID"); in donice()
166 idtype = _("process group ID"); in donice()
171 warn(_("failed to get priority for %d (%s)"), who, idtype); in donice()
175 warn(_("failed to set priority for %d (%s)"), who, idtype); in donice()
181 warn(_("failed to get priority for %d (%s)"), who, idtype); in donice()
186 who, idtype, oldprio, newprio); in donice()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dvfs_quotactl.c48 vfs_quotactl_idtypestat(struct mount *mp, int idtype, in vfs_quotactl_idtypestat() argument
54 args.u.idtypestat.qc_idtype = idtype; in vfs_quotactl_idtypestat()
127 int idtype) in vfs_quotactl_cursorskipidtype() argument
133 args.u.cursorskipidtype.qc_idtype = idtype; in vfs_quotactl_cursorskipidtype()
176 vfs_quotactl_quotaon(struct mount *mp, int idtype, const char *path) in vfs_quotactl_quotaon() argument
181 args.u.quotaon.qc_idtype = idtype; in vfs_quotactl_quotaon()
187 vfs_quotactl_quotaoff(struct mount *mp, int idtype) in vfs_quotactl_quotaoff() argument
192 args.u.quotaoff.qc_idtype = idtype; in vfs_quotactl_quotaoff()
H A Dkern_exit.c668 error = find_stopped_child(curproc, idtype, id, options, &child, in do_sys_waitid()
698 idtype_t idtype; in do_sys_wait() local
709 idtype = P_ALL; in do_sys_wait()
712 idtype = P_PGID; in do_sys_wait()
715 idtype = P_PID; in do_sys_wait()
768 idtype_t idtype; in sys_wait6() local
773 idtype = SCARG(uap, idtype); in sys_wait6()
833 switch (idtype) { in match_process()
961 if ((pid_t)id == WAIT_MYPGRP && (idtype == P_PID || idtype == P_PGID)) { in find_stopped_child()
965 idtype = P_PGID; in find_stopped_child()
[all …]
/dports/dns/idnkit2/idnkit-2.3/util/
H A DSparseMap.pm336 $idtype = 'char';
340 $idtype = 'short';
344 $idtype = 'long';
668 $idtype = $opt{MAPTYPE};
674 $idtype = "unsigned char";
678 $idtype = "unsigned short";
682 $idtype = "unsigned long";
688 $idtype = "signed char";
692 $idtype = "short";
696 $idtype = "long";
[all …]
/dports/devel/sunpromake/schily-2021-09-18/libschily/
H A Dwaitid.c26 waitid(idtype, id, infop, opts) in waitid() argument
27 idtype_t idtype; in waitid()
46 if (idtype == P_PID)
48 else if (idtype == P_PGID)
50 else if (idtype == P_ALL)
/dports/devel/smake/schily-2021-09-18/libschily/
H A Dwaitid.c26 waitid(idtype, id, infop, opts) in waitid() argument
27 idtype_t idtype; in waitid()
46 if (idtype == P_PID)
48 else if (idtype == P_PGID)
50 else if (idtype == P_ALL)
/dports/net/rscsi/schily-2021-09-18/libschily/
H A Dwaitid.c26 waitid(idtype, id, infop, opts) in waitid() argument
27 idtype_t idtype; in waitid()
46 if (idtype == P_PID)
48 else if (idtype == P_PGID)
50 else if (idtype == P_ALL)
/dports/archivers/star/schily-2021-09-18/libschily/
H A Dwaitid.c26 waitid(idtype, id, infop, opts) in waitid() argument
27 idtype_t idtype; in waitid()
46 if (idtype == P_PID)
48 else if (idtype == P_PGID)
50 else if (idtype == P_ALL)
/dports/sysutils/cdrtools/schily-2021-09-18/libschily/
H A Dwaitid.c26 waitid(idtype, id, infop, opts) in waitid() argument
27 idtype_t idtype; in waitid()
46 if (idtype == P_PID)
48 else if (idtype == P_PGID)
50 else if (idtype == P_ALL)
/dports/editors/ved/schily-2021-09-18/libschily/
H A Dwaitid.c26 waitid(idtype, id, infop, opts) in waitid() argument
27 idtype_t idtype; in waitid()
46 if (idtype == P_PID)
48 else if (idtype == P_PGID)
50 else if (idtype == P_ALL)
/dports/devel/sccs/schily-2021-09-18/libschily/
H A Dwaitid.c26 waitid(idtype, id, infop, opts) in waitid() argument
27 idtype_t idtype; in waitid()
46 if (idtype == P_PID)
48 else if (idtype == P_PGID)
50 else if (idtype == P_ALL)
/dports/devel/schilybase/schily-2021-09-18/libschily/
H A Dwaitid.c26 waitid(idtype, id, infop, opts) in waitid() argument
27 idtype_t idtype; in waitid()
46 if (idtype == P_PID)
48 else if (idtype == P_PGID)
50 else if (idtype == P_ALL)
/dports/sysutils/schilyutils/schily-2021-09-18/libschily/
H A Dwaitid.c26 waitid(idtype, id, infop, opts) in waitid() argument
27 idtype_t idtype; in waitid()
46 if (idtype == P_PID)
48 else if (idtype == P_PGID)
50 else if (idtype == P_ALL)
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_identity.c82 idtype2string(int idtype) in idtype2string() argument
84 switch(idtype) { in idtype2string()
384 int idtype; in process_option_identity() local
398 idtype = IDTYPE_FILE; in process_option_identity()
406 idtype = IDTYPE_DIR; in process_option_identity()
418 idtype = IDTYPE_FILE; in process_option_identity()
422 idopts->idtype = idtype; in process_option_identity()
424 switch (idtype) { in process_option_identity()
467 int idtype; in process_option_ca_crl() local
479 idtype = IDTYPE_FILE; in process_option_ca_crl()
[all …]
/dports/security/krb5/krb5-1.19.2/src/plugins/preauth/pkinit/
H A Dpkinit_identity.c82 idtype2string(int idtype) in idtype2string() argument
84 switch(idtype) { in idtype2string()
384 int idtype; in process_option_identity() local
398 idtype = IDTYPE_FILE; in process_option_identity()
406 idtype = IDTYPE_DIR; in process_option_identity()
418 idtype = IDTYPE_FILE; in process_option_identity()
422 idopts->idtype = idtype; in process_option_identity()
424 switch (idtype) { in process_option_identity()
476 int idtype; in process_option_ca_crl() local
488 idtype = IDTYPE_FILE; in process_option_ca_crl()
[all …]
/dports/dns/idnkit/idnkit-1.0-src/util/
H A DSparseMap.pm189 my ($idtype, $idcol, $idwid);
195 $idtype = 'char';
199 $idtype = 'short';
203 $idtype = 'long';
207 $prog = "static const unsigned $idtype ${name}_imap[] = {\n";
498 my ($idtype, $idcol, $idwid);
509 $idtype = $opt{MAPTYPE};
516 $idtype = "${u}char";
518 $idtype = "${u}short";
520 $idtype = "${u}long";
[all …]
/dports/dns/bind911/bind-9.11.37/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm189 my ($idtype, $idcol, $idwid);
195 $idtype = 'char';
199 $idtype = 'short';
203 $idtype = 'long';
207 $prog = "static const unsigned $idtype ${name}_imap[] = {\n";
498 my ($idtype, $idcol, $idwid);
509 $idtype = $opt{MAPTYPE};
516 $idtype = "${u}char";
518 $idtype = "${u}short";
520 $idtype = "${u}long";
[all …]
/dports/devel/util-linux/util-linux-2.36/sys-utils/
H A Drenice.c51 static const char *idtype[] = { variable
86 warn(_("failed to get priority for %d (%s)"), who, idtype[which]); in getprio()
99 warn(_("failed to set priority for %d (%s)"), who, idtype[which]); in donice()
105 who, idtype[which], oldprio, newprio); in donice()
186 warnx(_("bad %s value: %s"), idtype[which], *argv); in main()
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/ufs/
H A Dufs_quota2.c682 int idtype; in quota2_handle_cmd_del() local
693 idtype = qk->qk_idtype; in quota2_handle_cmd_del()
697 if (ump->um_quotas[idtype] == NULLVP) in quota2_handle_cmd_del()
777 error = quota2_walk_list(ump, hbp, idtype, in quota2_handle_cmd_del()
957 int idtype; member
1108 q2cursor_addid(gi->state, gi->idtype, id); in q2cursor_getids_callback()
1167 gi.idtype = idtype; in q2cursor_getkeys()
1281 int idtype; in quota2_handle_cmd_cursorget() local
1357 if (idtype == QUOTA_IDTYPE_USER) in quota2_handle_cmd_cursorget()
1426 struct quotakcursor *qkc, int idtype) in quota2_handle_cmd_cursorskipidtype() argument
[all …]
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc/src/
H A Dtopology-solaris.c48 if (processor_bind(idtype, id, PBIND_NONE, NULL) != 0) in hwloc_solaris_set_sth_cpubind()
59 lgrp_affinity_set(idtype, id, obj->os_index, LGRP_AFF_NONE); in hwloc_solaris_set_sth_cpubind()
92 lgrp_affinity_set(idtype, id, obj->os_index, LGRP_AFF_STRONG); in hwloc_solaris_set_sth_cpubind()
95 lgrp_affinity_set(idtype, id, obj->os_index, LGRP_AFF_NONE); in hwloc_solaris_set_sth_cpubind()
97 lgrp_affinity_set(idtype, id, obj->os_index, LGRP_AFF_WEAK); in hwloc_solaris_set_sth_cpubind()
114 if (processor_bind(idtype, id, in hwloc_solaris_set_sth_cpubind()
157 lgrp_affinity_t aff = lgrp_affinity_get(idtype, id, obj->os_index); in hwloc_solaris_get_sth_cpubind()
220 lgrp_affinity_set(idtype, id, obj->os_index, LGRP_AFF_STRONG); in hwloc_solaris_set_sth_membind()
223 lgrp_affinity_set(idtype, id, obj->os_index, LGRP_AFF_NONE); in hwloc_solaris_set_sth_membind()
225 lgrp_affinity_set(idtype, id, obj->os_index, LGRP_AFF_WEAK); in hwloc_solaris_set_sth_membind()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/src/
H A Dtopology-solaris.c48 if (processor_bind(idtype, id, PBIND_NONE, NULL) != 0) in hwloc_solaris_set_sth_cpubind()
59 lgrp_affinity_set(idtype, id, obj->os_index, LGRP_AFF_NONE); in hwloc_solaris_set_sth_cpubind()
92 lgrp_affinity_set(idtype, id, obj->os_index, LGRP_AFF_STRONG); in hwloc_solaris_set_sth_cpubind()
95 lgrp_affinity_set(idtype, id, obj->os_index, LGRP_AFF_NONE); in hwloc_solaris_set_sth_cpubind()
97 lgrp_affinity_set(idtype, id, obj->os_index, LGRP_AFF_WEAK); in hwloc_solaris_set_sth_cpubind()
114 if (processor_bind(idtype, id, in hwloc_solaris_set_sth_cpubind()
164 lgrp_affinity_t aff = lgrp_affinity_get(idtype, id, obj->os_index); in hwloc_solaris_get_sth_cpubind()
227 lgrp_affinity_set(idtype, id, obj->os_index, LGRP_AFF_STRONG); in hwloc_solaris_set_sth_membind()
230 lgrp_affinity_set(idtype, id, obj->os_index, LGRP_AFF_NONE); in hwloc_solaris_set_sth_membind()
232 lgrp_affinity_set(idtype, id, obj->os_index, LGRP_AFF_WEAK); in hwloc_solaris_set_sth_membind()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/lfs/
H A Dulfs_quota2.c685 int idtype; in lfsquota2_handle_cmd_del() local
696 idtype = qk->qk_idtype; in lfsquota2_handle_cmd_del()
700 if (ump->um_quotas[idtype] == NULLVP) in lfsquota2_handle_cmd_del()
777 error = quota2_walk_list(ump, hbp, idtype, in lfsquota2_handle_cmd_del()
958 int idtype; member
1110 q2cursor_addid(gi->state, gi->idtype, id); in q2cursor_getids_callback()
1170 gi.idtype = idtype; in q2cursor_getkeys()
1284 int idtype; in lfsquota2_handle_cmd_cursorget() local
1360 if (idtype == QUOTA_IDTYPE_USER) in lfsquota2_handle_cmd_cursorget()
1429 struct quotakcursor *qkc, int idtype) in lfsquota2_handle_cmd_cursorskipidtype() argument
[all …]

12345678910>>...63