Searched refs:group (Results 426 - 450 of 1001) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Libinfo-459/membership.subproj/
H A Dmembership.c406 mbr_check_membership(const uuid_t user, const uuid_t group, int *ismember) argument
408 return mbr_check_membership_ext(ID_TYPE_UUID, user, sizeof(uuid_t), ID_TYPE_UUID, group, 0, ismember);
412 mbr_check_membership_refresh(const uuid_t user, uuid_t group, int *ismember) argument
414 return mbr_check_membership_ext(ID_TYPE_UUID, user, sizeof(uuid_t), ID_TYPE_UUID, group, 1, ismember);
474 mbr_check_membership_by_id(uuid_t user, gid_t group, int *ismember) argument
476 return mbr_check_membership_ext(ID_TYPE_UUID, user, sizeof(uuid_t), ID_TYPE_GID, &group, 0, ismember);
/macosx-10.10/cups-408/cups/cups/
H A Dtestipp.c82 IPP_TAG_JOB, /* job group tag */
816 ipp_tag_t group; /* Current group */ local
819 static const char * const tags[] = /* Value/group tag strings */
899 for (group = IPP_TAG_ZERO, attr = ipp->attrs; attr; attr = attr->next)
903 group = IPP_TAG_ZERO;
908 if (group != attr->group_tag)
910 group = attr->group_tag;
912 printf("\n%*s%s:\n\n", indent - 4, "", tags[group]);
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-soup.el41 :group 'gnus)
49 :group 'gnus-soup)
56 :group 'gnus-soup)
62 :group 'gnus-soup)
71 :group 'gnus-soup)
78 :group 'gnus-soup)
84 :group 'gnus-soup)
90 :group 'gnus-soup)
96 :group 'gnus-soup)
205 (defun gnus-group
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/counter/
H A Dcounter.tcl169 -group {
176 set counter(group) $value
225 # Useful when disabling predefined -timehist or -group counter
229 Must be -timehist, -group, -lastn, -hist, -hist2x, -hist10x, -histlog, or -simple."
245 -timehist, -group, -lastn, -hist, -hist2x, -hist10x, -histlog, -disabled."
273 -group {
278 set args [list -group $counter(group)]
321 # arg For -group types, this is the histogram index.
343 -group {
[all...]
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authz_dbd.c200 /* SELECT group FROM authz WHERE user = %s */
207 const char **group; local
211 "No query configured for dbd-group!");
217 "Error retrieving query for dbd-group!");
227 group = apr_array_push(groups);
228 *group = apr_dbd_get_entry(dbd->driver, row, 0);
233 "authz_dbd in get_row; group query for user=%s [%s]",
280 "authz_dbd authorize: require dbd-group: Can't "
366 ap_register_auth_provider(p, AUTHZ_PROVIDER_GROUP, "dbd-group",
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dderived.el136 :group GROUP
137 Declare the customization group that corresponds to this mode.
185 (group nil))
190 (:group (setq group (pop body)))
219 ,(if group `(put ',child 'custom-mode-group ,group))
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dntport.h265 gid_t pw_gid; /* group id */
270 struct group { struct
271 char *gr_name; /* group name */
272 char *gr_passwd; /* group password */
273 gid_t gr_gid; /* group id */
274 char **gr_mem; /* group members */
288 extern struct group * getgrgid(gid_t ) ;
290 extern struct group* getgrnam(char* ) ;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest023-refint196 dn: cn=group,o=refint
199 cn: group
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecTransform.h43 Group A transform group is a directed (typically) acyclic
143 An illegal action on a group transform such as
359 @param group In order to ensure referential integrity, transforms
361 placed into a group. Each transform that makes up the
362 graph must be placed into the same group. After
363 a SecTransformRef has been placed into a group by
365 released as the group will retain the transform.
366 CFRelease the group after you execute
372 same group was used for the connections, the three
373 transforms are in the same group
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/scrollbar/
H A Dscrollbar.edc20 group {
197 group {
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dsec_id.c174 sec_id_free(&v1->group);
/macosx-10.10/files-662.1.1/private/etc/
H A DMakefile17 SRC_GROUP=group.iPhone
55 $(_v) $(INSTALL_FILE) -m 0644 -c $(SRC_GROUP) "$(Destination)/group"
/macosx-10.10/hfs-285/newfs_hfs/
H A Dnewfs_hfs.h249 gid_t group; member in struct:hfsparams
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dchvalid.h55 xmlCharInRange(unsigned int val, const xmlChRangeGroup *group);
/macosx-10.10/mail_cmds-30/mail/
H A Dvars.c145 * Locate a group name and return it.
161 * Print a group out on stdout
168 struct group *gp;
171 printf("\"%s\": not a group\n", name);
182 * the variable or group hash table.
/macosx-10.10/postfix-255/postfix/src/util/
H A Ddict_unix.c22 /* .IP group.byname
23 /* The table is the UNIX group database. The key is a group name.
24 /* The result is a group file entry in group(5) format.
105 /* dict_unix_getgrnam - find group table entry */
109 struct group *grp;
130 msg_warn("cannot access UNIX group database: %m");
171 "group.byname", dict_unix_getgrnam,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dchvalid.h55 xmlCharInRange(unsigned int val, const xmlChRangeGroup *group);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dlabelframe.rb26 Labelframes are used to group related widgets together. \
51 # A group of radiobuttons in a labelframe
66 # Using a label window to control a group of options.
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dattr.rb151 q.group 2, "[#{self.class.name} #{full_name} #{rw} #{visibility}", "]" do
H A Dconstant.rb149 q.group 2, "[#{self.class.name} #{full_name}", "]" do
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Ddocument.rb140 q.group 2, start, ']' do
/macosx-10.10/ruby-106/ruby/missing/
H A Dos2.c15 chown(char *path, int owner, int group) argument
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_package_tar_header.rb19 :gname => 'group',
41 assert_equal 'group', @tar_header.gname, 'gname'
105 group\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixId.c123 * id group ?name?
124 * id convert group <name>
135 * id process group
136 * id process group set
141 * id effective group
201 struct group *grp = getgrgid (groupId);
209 "unknown group id: ",
225 struct group *grp = getgrnam (groupName);
229 "unknown group id: ",
267 if (STREQU (subCommand, "group"))
[all...]
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dcucumber.vim96 let group = synIDattr(synID(line('.'),indent+1,1),'name')
97 let type = matchstr(group,'\Ccucumber\zs\%(Given\|When\|Then\)')

Completed in 324 milliseconds

<<11121314151617181920>>