Searched refs:group (Results 1 - 25 of 1023) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Dgrp.h27 struct group { struct
28 char *gr_name; /* group name */
31 struct group *getgrgid(gid_t);
/macosx-10.9.5/emacs-92/emacs/nt/inc/
H A Dgrp.h27 struct group { struct
28 char *gr_name; /* group name */
31 struct group *getgrgid(gid_t);
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dgrp.h50 #define _PATH_GROUP "/etc/group"
53 struct group { struct
54 char *gr_name; /* [XBD] group name */
55 char *gr_passwd; /* [???] group password */
56 gid_t gr_gid; /* [XBD] group id */
57 char **gr_mem; /* [XBD] group members */
64 struct group *getgrgid(gid_t);
65 struct group *getgrnam(const char *);
67 int getgrgid_r(gid_t, struct group *, char *, size_t, struct group **);
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dopen_dir.h26 extern int open_dir_authorize_id (vchar_t *id, vchar_t *group);
/macosx-10.9.5/ruby-104/ruby/lib/webrick/httpauth/
H A Dhtgroup.rb16 # Htgroup accesses apache-compatible group files. Htgroup can be used to
17 # provide group-based authentication for users. Currently Htgroup is not
32 # Open a group database at +path+
37 @group = Hash.new
47 @group.clear
51 group, members = line.split(/:\s*/)
52 @group[group] = members.split(/\s+/)
60 # Flush the group database. If +output+ is given the database will be
67 @group
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitWebViewGroup.cpp39 * A WebKitWebViewGroup represents a group of #WebKitWebView<!-- -->s that
45 * WebKitWebViewGroups are identified by a unique name given when the group is
48 * #WebKitWebView<!-- -->s of the group. You can get the settings with
52 * is emitted on the group.
71 WebKitWebViewGroup* group = WEBKIT_WEB_VIEW_GROUP(object); local
75 webkit_web_view_group_set_settings(group, WEBKIT_SETTINGS(g_value_get_object(value)));
84 WebKitWebViewGroup* group = WEBKIT_WEB_VIEW_GROUP(object); local
88 g_value_set_object(value, webkit_web_view_group_get_settings(group));
113 * The #WebKitSettings of the web view group.
121 _("The settings of the web view group"),
126 webkitWebViewGroupAttachSettingsToPageGroup(WebKitWebViewGroup* group) argument
133 WebKitWebViewGroup* group = WEBKIT_WEB_VIEW_GROUP(g_object_new(WEBKIT_TYPE_WEB_VIEW_GROUP, NULL)); local
139 webkitWebViewGroupGetPageGroup(WebKitWebViewGroup* group) argument
159 WebKitWebViewGroup* group = WEBKIT_WEB_VIEW_GROUP(g_object_new(WEBKIT_TYPE_WEB_VIEW_GROUP, NULL)); local
173 webkit_web_view_group_get_name(WebKitWebViewGroup* group) argument
192 webkit_web_view_group_get_settings(WebKitWebViewGroup* group) argument
213 webkit_web_view_group_set_settings(WebKitWebViewGroup* group, WebKitSettings* settings) argument
258 webkit_web_view_group_add_user_style_sheet(WebKitWebViewGroup* group, const char* source, const char* baseURI, const char* const* whitelist, const char* const* blacklist, WebKitInjectedContentFrames injectedFrames) argument
283 webkit_web_view_group_remove_all_user_style_sheets(WebKitWebViewGroup* group) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dchown.c39 chown(const char *path, uid_t owner, gid_t group) argument
H A Dfchown.c39 fchown(int fd, uid_t owner, gid_t group) argument
/macosx-10.9.5/sudo-72/src/
H A Dnonunix.h41 sudo_nonunix_groupcheck( const char* group, const char* user, const struct passwd* pwd );
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/t/lib/Test/SubExporter/
H A DGroupGenSubclass.pm8 my ($class, $group, $arg, $collection) = @_;
12 group => $group,
H A DGroupGen.pm13 my ($class, $group, $arg, $collection) = @_;
17 group => $group,
29 my ($class, $group, $arg, $collection) = @_;
33 group => $group,
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A Dnews.pm15 # refbygroup = group [ "/" messageno [ "-" messageno ] ]
23 my($group,$from,$to) = @_;
24 if ($group =~ /\@/) {
25 $group =~ s/^<(.*)>$/$1/; # "<" and ">" should not be part of it
27 $group =~ s,%,%25,g;
28 $group =~ s,/,%2F,g;
29 my $path = $group;
46 sub group subroutine
/macosx-10.9.5/files-638.1.4/System/Library/DirectoryServices/DefaultLocalDB/Default/
H A Dgroups.py12 def printgroup(group):
13 name = deref(group["name"])
14 gid = deref(group["gid"])
16 if "users" in group:
17 users = ",".join(group["users"])
42 for group in groups:
43 printgroup(group)
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Ds_javadoc_merge11 return '%s%s' % (m.group('field_name'), paramre.sub('\g<param_type>\g<comma>', m.group('params') or ''))
16 javadoc[m.group('class_name')] = m.group('javadoc')
18 javadoc[fieldsig(m)] = m.group('javadoc')
23 #print "Looking up", m.group('class_name')
24 return '%s%s%s%s %s' % (javadoc.get(m.group('class_name'), '/** TODO */\n'), m.group('mods'), (m.group('class_type') or ''), m.group('class_nam
[all...]
/macosx-10.9.5/CPANInternal-140/URI/t/
H A Dnews.t9 print "not " unless $u->group eq "comp.lang.perl.misc" &&
17 print "not " unless $u->group eq "comp.lang.perl.misc" &&
22 $u->group("no.perl", 1 => 10);
26 @g = $u->group;
34 !defined($u->group) &&
40 print "not " unless $u->group eq "no.perl" &&
46 print "not " unless $u->group eq "no.perl" &&
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-int.el37 (autoload 'gnus-agent-regenerate-group "gnus-agent")
42 :group 'gnus-start
52 :group 'gnus-start
137 (defun gnus-check-group (group)
139 (let ((method (gnus-find-method-for-group group)))
323 If GNUS-COMMAND-METHOD is a string, it is interpreted as a group
324 name. The method this group uses will be queried."
327 (gnus-find-method-for-group gnu
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dthread_call.c101 static __inline__ boolean_t _pending_call_enqueue(thread_call_t call, thread_call_group_t group);
102 static __inline__ boolean_t _delayed_call_enqueue(thread_call_t call, thread_call_group_t group, uint64_t deadline);
103 static __inline__ boolean_t _call_dequeue(thread_call_t call, thread_call_group_t group);
104 static __inline__ void thread_call_wake(thread_call_group_t group);
105 static __inline__ void _set_delayed_call_timer(thread_call_t call, thread_call_group_t group);
109 static void thread_call_thread(thread_call_group_t group, wait_result_t wres);
112 static void thread_call_group_setup(thread_call_group_t group, thread_call_priority_t pri, uint32_t target_thread_count, boolean_t parallel);
114 static void thread_call_start_deallocate_timer(thread_call_group_t group);
165 group_isparallel(thread_call_group_t group) argument
167 return ((group
171 thread_call_group_should_add_thread(thread_call_group_t group) argument
244 thread_call_group_setup( thread_call_group_t group, thread_call_priority_t pri, uint32_t target_thread_count, boolean_t parallel) argument
273 thread_call_thread_create( thread_call_group_t group) argument
428 _pending_call_enqueue( thread_call_t call, thread_call_group_t group) argument
460 _delayed_call_enqueue( thread_call_t call, thread_call_group_t group, uint64_t deadline) argument
487 _call_dequeue( thread_call_t call, thread_call_group_t group) argument
513 _set_delayed_call_timer( thread_call_t call, thread_call_group_t group) argument
547 thread_call_group_t group = &thread_call_groups[THREAD_CALL_PRIORITY_HIGH]; local
592 thread_call_group_t group = &thread_call_groups[THREAD_CALL_PRIORITY_HIGH]; local
783 thread_call_group_t group; local
809 thread_call_group_t group; local
894 thread_call_group_t group; local
969 thread_call_group_t group; local
1014 thread_call_group_t group; local
1051 thread_call_wake( thread_call_group_t group) argument
1086 thread_call_group_t group; local
1154 thread_call_thread( thread_call_group_t group, wait_result_t wres) argument
1308 thread_call_group_t group; local
1364 thread_call_start_deallocate_timer( thread_call_group_t group) argument
1388 thread_call_group_t group = p0; local
1428 thread_call_group_t group = p0; local
1484 thread_call_group_t group = (thread_call_group_t)p0; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dstrip-2.d2 #source: group.s
5 #name: strip with section group 2
14 COMDAT group section \[[ 0-9]+\] `foo_group' \[foo_group\] contains 2 sections:
/macosx-10.9.5/ruby-104/ruby/test/net/http/
H A Dtest_httpresponses.rb9 group = Net::HTTPInformation
11 group = Net::HTTPSuccess
13 group = Net::HTTPRedirection
15 group = Net::HTTPClientError
17 group = Net::HTTPServerError
21 assert(klass < group, "#{klass.name} (#{code}) must inherit from #{group.name}")
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DPageGroupIndexedDatabase.cpp49 PageGroupIndexedDatabase* PageGroupIndexedDatabase::from(PageGroup& group) argument
51 PageGroupIndexedDatabase* supplement = static_cast<PageGroupIndexedDatabase*>(Supplement<PageGroup>::from(&group, supplementName()));
54 provideTo(&group, supplementName(), adoptPtr(supplement));
62 // the group and having per-page controls is misleading.
/macosx-10.9.5/net_snmp-140.1/
H A Dsnmpd.conf65 # Second, map the security names into group names:
68 group MyRWGroup v1 local
69 group MyRWGroup v2c local
70 group MyRWGroup usm local
71 group MyROGroup v1 mynetwork
72 group MyROGroup v2c mynetwork
73 group MyROGroup usm mynetwork
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DColumnGroups.pm16 my $group = shift || "All";
19 $class->_add_column_group($group => @_) if @_;
20 return $class->all_columns if $group eq "All";
21 return $class->primary_column if $group eq "Primary";
22 return keys %{$class->_column_groups->{$group}};
26 my ($class, $group, @cols) = @_;
29 $class->_register_column_group($group => @cols);
38 my ($class, $group, @cols) = @_;
44 if ($group eq 'Primary') {
49 if ($group e
[all...]
/macosx-10.9.5/network_cmds-433/mnc.tproj/
H A Dmnc_multicast.c67 int mnc_join_ipv4_ssm(int socket, struct addrinfo * group, argument
89 ((struct sockaddr_in *)group->ai_addr)->sin_addr.s_addr;
99 mnc_warning("Could not join the multicast group: %s\n",
109 int mnc_join_ipv4_ssm(int socket, struct addrinfo * group, argument
118 int mnc_join_ipv6_ssm(int socket, struct addrinfo * group, argument
130 int mnc_join_ip_asm(int socket, struct addrinfo * group, char * iface) argument
135 if (group->ai_family == AF_INET6)
157 memcpy(&multicast_request.gr_group, group->ai_addr, group->ai_addrlen);
163 mnc_warning("Could not join the multicast group
175 mnc_join_ipv4_asm(int socket, struct addrinfo * group, char * iface) argument
212 mnc_join_ipv6_asm(int socket, struct addrinfo * group, char * iface) argument
223 mnc_join_ip_ssm(int socket, struct addrinfo * group, struct addrinfo * source, char * iface) argument
271 multicast_setup_listen(int socket, struct addrinfo * group, struct addrinfo * source, char * iface) argument
369 multicast_setup_send(int socket, struct addrinfo * group, struct addrinfo * source) argument
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dfchownat.c48 #define AT_FUNC_POST_FILE_PARAM_DECLS , uid_t owner, gid_t group, int flag
49 #define AT_FUNC_POST_FILE_ARGS , owner, group
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dlchown.c45 lchown(const char *path, uid_t owner, gid_t group) argument
47 int ret = __lchown(path, owner, group);

Completed in 242 milliseconds

1234567891011>>