Searched refs:rid (Results 1 - 25 of 471) sorted by path

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2346 userspace_cb(void *arg, const char *domain, uid_t rid, uint64_t space) argument
2387 (void) snprintf(sid, sizeof (sid), "%s-%u", domain, rid);
2403 rid = id;
2423 if ((g = getgrgid(rid)) != NULL)
2431 if ((p = getpwuid(rid)) != NULL)
2457 if (nvlist_add_uint64(props, "name", rid) != 0)
2459 namelen = snprintf(NULL, 0, "%u", rid);
4401 uid_t rid = 0; local
4409 rid = atoi(perm_name);
4410 p = getpwuid(rid);
4904 uid_t rid; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c762 dtrace_aggvarid_t lid, rid; local
765 rid = dt_aggregate_aggvarid(rh);
767 if (lid < rid)
770 if (lid > rid)
H A Ddt_printf.c1192 dt_ident_t *lid, *rid; local
1202 rid = rhs->dn_ident;
1205 rproto = ((dt_idsig_t *)rid->di_data)->dis_args;
1219 "key%s", lid->di_name, rid->di_name,
1221 rid->di_name, rargc, rargc == 1 ? "" : "s");
1228 rproto = ((dt_idsig_t *)rid->di_data)->dis_args;
1240 rid->di_name, argn, lid->di_name, lid->di_name, argn,
1241 dt_node_type_name(lproto, n1, sizeof (n1)), rid->di_name,
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h627 uid_t rid, uint64_t space);
H A Dlibzfs_dataset.c960 uint64_t rid; local
964 &uqtype, domain, sizeof (domain), &rid) != 0) {
1011 * userquota@<hex-rid>-domain, to make it easy
1016 (longlong_t)rid, domain);
1018 valary[1] = rid;
1685 * Normalize the name, to get rid of shorthand abbreviations.
2677 idmap_rid_t rid; local
2685 &mapdomain, &rid) != 0)
2688 *ridp = rid;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Ddataset.py176 returns 3-tuple of domain (string), rid (int), and space (int).
180 for ((domain, rid), space) in d.iteritems():
181 yield (domain, rid, space)
H A Duserspace.py62 def new_entry(options, isgroup, domain, rid):
63 """Return a dict("field": value) for this domain (string) + rid (int)"""
66 idstr = "%s-%u" % (domain, rid)
68 idstr = "%u" % rid
84 if not options.noname and rid < 1<<31:
95 v["name.sort"] = "%20d" % rid
107 (domain, rid, value) = elem
112 rid = solaris.misc.sid_to_id("%s-%u" % (domain, rid),
117 key = (isgroup, domain, rid)
[all...]
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex5740 % For \indexnofonts, we need to get rid of all macros, leaving only the
6667 % Following George Bush, just get rid of widows and orphans.
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssectool.c449 isc_uint32_t rid, roldid; local
456 rid = dst_key_rid(dstkey);
472 if (oldid == rid || roldid == id || id == oldid) {
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddst_api.c645 dns_keytag_t id, rid; local
660 rid = dst_region_computerid(&r, alg);
674 key->key_rid = rid;
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dmclex.c209 mc_add_keyword_ascii (const char *sz, int rid, const char *grp, rc_uint_type nv, const char *sv) argument
217 mc_add_keyword (usz, rid, grp, nv, usv);
221 mc_add_keyword (unichar *usz, int rid, const char *grp, rc_uint_type nv, unichar *sv) argument
242 c->rid = rid;
263 n->rid = rid;
317 if (k->rid == MCTOKEN)
319 return k->rid;
H A Dwindmc.h47 int rid; member in struct:mc_keyword
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in112 This version attempts to get rid the following bugs from the
173 Get rid of opaque "karma" messages in favor of user-friendly messages
/freebsd-9.3-release/contrib/gcc/
H A Dc-common.c485 const unsigned rid; /* RID number for the identifier. */
812 fname_decl (unsigned int rid, tree id)
818 if (fname_vars[ix].rid == rid)
484 const unsigned rid; /* RID number for the identifier. */ member in struct:fname_var_t
811 fname_decl(unsigned int rid, tree id) argument
H A Dc-common.h46 enum rid enum
114 #define OBJC_IS_AT_KEYWORD(rid) \
115 ((unsigned int) (rid) >= (unsigned int) RID_FIRST_AT && \
116 (unsigned int) (rid) <= (unsigned int) RID_LAST_AT)
118 #define OBJC_IS_PQ_KEYWORD(rid) \
119 ((unsigned int) (rid) >= (unsigned int) RID_FIRST_PQ && \
120 (unsigned int) (rid) <= (unsigned int) RID_LAST_PQ)
627 extern void record_builtin_type (enum rid, const char *, tree);
H A Dc-decl.c483 tree rid = ridpointers[C_RID_CODE (node)];
485 fprintf (file, "rid %p \"%s\"",
486 (void *) rid, IDENTIFIER_POINTER (rid));
6476 /* Get rid of the old-style declarations. */
7225 record_builtin_type (enum rid rid_index, const char *name, tree type)
7370 enum rid i;
7420 enum rid i = C_RID_CODE (type);
7790 enum rid i;
479 tree rid = ridpointers[C_RID_CODE (node)]; local
H A Dc-parser.c86 ENUM_BITFIELD(rid) rid : 16;
248 C_RID_CODE (id) = reswords[i].rid;
250 ridpointers [(int) reswords[i].rid] = id;
294 ENUM_BITFIELD (rid) keyword : 8;
355 enum rid rid_code = C_RID_CODE (token->value);
466 c_parser_next_token_is_keyword (c_parser *parser, enum rid keyword)
733 enum rid keyword,
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c3000 record_builtin_type (enum rid rid_index,
H A Dlex.c171 ENUM_BITFIELD(rid) const rid : 16;
324 C_RID_CODE (id) = reswords[i].rid;
325 ridpointers [(int) reswords[i].rid] = id;
H A Dparser.c71 ENUM_BITFIELD (rid) keyword : 8;
191 (cp_lexer *, enum rid);
523 cp_lexer_next_token_is_keyword (cp_lexer* lexer, enum rid keyword)
1844 (cp_parser *, enum rid);
1848 (cp_parser *, cp_decl_specifier_seq *, enum rid);
1856 (cp_parser *, enum rid, const char *);
1928 (cp_token *, enum rid);
1951 cp_parser_is_keyword (cp_token* token, enum rid keyword)
2859 /* Get rid of the token array; we don't need it any more. */
4096 enum rid keywor
[all...]
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex5936 % For \indexnofonts, we need to get rid of all macros, leaving only the
6868 % Following George Bush, just get rid of widows and orphans.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex5812 % For \indexnofonts, we need to get rid of all macros, leaving only the
6739 % Following George Bush, just get rid of widows and orphans.
/freebsd-9.3-release/contrib/groff/src/preproc/refer/
H A Dref.cpp62 rid = *ridp;
244 if (!rid.is_null())
245 h = rid.hash();
530 if (!r1.rid.is_null() && r1.rid == r2.rid)
H A Dref.h51 reference_id rid; member in class:reference
H A Drefer.cpp1009 reference_id rid; local
1012 if (!iter.next(&start, &len, &rid)) {
1028 reference *result = new reference(start, end - start, &rid);
1029 if (iter.next(&start, &len, &rid))

Completed in 358 milliseconds

1234567891011>>