Searched refs:domain (Results 26 - 50 of 470) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Dat_proto.c14 #include <sys/domain.h>
54 struct domain atalkdomain = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-110 tmpfiles="$tmpfiles zero-domain.po xg-test1.err"
11 rm -f zero-domain.po
14 ${XGETTEXT} -k_ -d zero-domain -x $top_srcdir/po/gettext-tools.pot \
20 test ! -f zero-domain.po
H A Dmsgmerge-83 # Test multi-domain handling.
10 domain "foo-de"
22 domain "foo-fr"
43 ${MSGMERGE} --multi-domain -q -o mm-test8.tmp mm-test8.po mm-test8.pot
50 domain "foo-de"
64 domain "foo-fr"
H A Dtstgettext.c56 { "domain", required_argument, NULL, 'd' },
83 const char *domain = getenv ("TEXTDOMAIN"); local
96 /* Set the text message domain. */
111 domain = optarg;
186 domain = argv[optind++];
202 /* If no domain name is given we don't translate. */
203 if (domain == NULL || domain[0] == '\0')
209 /* Bind domain to appropriate directory. */
211 bindtextdomain (domain, domaindi
[all...]
H A Dtstngettext.c46 { "domain", required_argument, NULL, 'd' },
73 const char *domain = getenv ("TEXTDOMAIN"); local
84 /* Set the text message domain. */
99 domain = optarg;
157 /* If no domain name is given we print the original string.
158 We mark this assigning NULL to domain. */
159 if (domain == NULL || domain[0] == '\0')
160 domain = NULL;
162 /* Bind domain t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-davinci/
H A Dpsc.c67 /* Enable or disable a PSC domain */
68 void davinci_psc_config(unsigned int domain, unsigned int id, char enable) argument
83 PTCMD = (1 << domain);
84 while ((((EPCPR >> domain) & 1) == 0));
87 while (!(((PTSTAT >> domain) & 1) == 0));
89 PTCMD = (1 << domain);
90 while (!(((PTSTAT >> domain) & 1) == 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/samples/
H A Dsample.bound25 [ -n "$domain" ] && echo domain $domain >> $RESOLV_CONF
H A Dsample.renew25 [ -n "$domain" ] && echo domain $domain >> $RESOLV_CONF
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/udhcp/
H A Dsample.bound26 [ -n "$domain" ] && echo domain $domain >> $RESOLV_CONF
H A Dsample.renew26 [ -n "$domain" ] && echo domain $domain >> $RESOLV_CONF
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dloadmsgcat.c793 struct loaded_domain *domain; local
907 domain = (struct loaded_domain *) malloc (sizeof (struct loaded_domain));
908 if (domain == NULL)
910 domain_file->data = domain;
912 domain->data = (char *) data;
913 domain->use_mmap = use_mmap;
914 domain->mmap_size = size;
915 domain->must_swap = data->magic != _MAGIC;
916 domain->malloced = NULL;
919 revision = W (domain
1303 _nl_unload_domain(struct loaded_domain *domain) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_domainhash.c4 * This file manages the domain hash table that NetLabel uses to determine
5 * which network labeling protocol to use for a given domain. The NetLabel
56 /* Default domain mapping */
65 * netlbl_domhsh_free_entry - Frees a domain hash table entry
79 kfree(ptr->domain);
84 * netlbl_domhsh_hash - Hashing function for the domain hash table
85 * @domain: the domain name to hash
88 * This is the hashing function for the domain hash table, it returns the
89 * correct bucket number for the domain
120 netlbl_domhsh_search(const char *domain, u32 def) argument
305 netlbl_domhsh_remove(const char *domain, struct netlbl_audit *audit_info) argument
389 netlbl_domhsh_getentry(const char *domain) argument
[all...]
H A Dnetlabel_domainhash.h4 * This file manages the domain hash table that NetLabel uses to determine
5 * which network labeling protocol to use for a given domain. The NetLabel
44 char *domain; member in struct:netlbl_dom_map
58 /* Manipulate the domain hash table */
64 struct netlbl_dom_map *netlbl_domhsh_getentry(const char *domain);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_rpc_join.c40 * confirm that a domain join is still valid
45 static int net_rpc_join_ok(const char *domain) argument
63 if (!secrets_fetch_trust_account_password(domain,
66 DEBUG(0,("Could not retreive domain trust secret"));
70 /* ensure that schannel uses the right domain */
71 fstrcpy(cli->domain, domain);
73 DEBUG(0,("Error in domain join verfication (fresh connection)\n"));
90 * Join a domain using the administrator username and password
128 char *domain; local
377 char *domain = smb_xstrdup(opt_target_workgroup); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DDomainBrowser.cs30 IntPtr domain, LookupResultFlags flags, IntPtr userdata);
50 private DomainInfo domain; field in class:Avahi.DomainInfoArgs
54 get { return domain; }
57 public DomainInfoArgs (DomainInfo domain) argument
59 this.domain = domain;
72 private string domain; field in class:Avahi.DomainBrowser
82 byte[] domain, int btype, LookupFlags flags,
122 public DomainBrowser (Client client, int iface, Protocol proto, string domain, argument
128 this.domain
29 DomainBrowserCallback(IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, IntPtr domain, LookupResultFlags flags, IntPtr userdata) argument
81 avahi_domain_browser_new(IntPtr client, int iface, int proto, byte[] domain, int btype, LookupFlags flags, DomainBrowserCallback cb, IntPtr userdata) argument
171 OnDomainBrowserCallback(IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, IntPtr domain, LookupResultFlags flags, IntPtr userdata) argument
[all...]
H A DEntryGroup.cs95 byte[] domain, byte[] host, UInt16 port,
101 byte[] type, byte[] domain, IntPtr strlst);
106 byte[] domain, byte[] subtype);
196 public void AddService (string name, string type, string domain, argument
199 AddService (PublishFlags.None, name, type, domain, port, txt);
202 public void AddService (PublishFlags flags, string name, string type, string domain, argument
205 AddService (-1, Protocol.Unspecified, flags, name, type, domain, null, port, txt);
208 public void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, string domain, argument
219 AddService (iface, proto, flags, name, type, domain, host, port, list);
222 public void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, string domain, argument
93 avahi_entry_group_add_service_strlst(IntPtr group, int iface, Protocol proto, PublishFlags flags, byte[] name, byte[] type, byte[] domain, byte[] host, UInt16 port, IntPtr strlst) argument
99 avahi_entry_group_update_service_strlst(IntPtr group, int iface, Protocol proto, PublishFlags flags, byte[] name, byte[] type, byte[] domain, IntPtr strlst) argument
104 avahi_entry_group_add_service_subtype(IntPtr group, int iface, Protocol proto, PublishFlags flags, byte[] name, byte[] type, byte[] domain, byte[] subtype) argument
236 AddService(int iface, Protocol proto, PublishFlags flags, string name, string type, string domain, string host, UInt16 port, IntPtr list) argument
256 UpdateService(string name, string type, string domain, params string[] txt) argument
261 UpdateService(int iface, Protocol proto, PublishFlags flags, string name, string type, string domain, params string[] txt) argument
275 UpdateService(int iface, Protocol proto, PublishFlags flags, string name, string type, string domain, params byte[][] txt) argument
289 UpdateService(int iface, Protocol proto, PublishFlags flags, string name, string type, string domain, IntPtr list) argument
307 AddServiceSubtype(string name, string type, string domain, string subtype) argument
312 AddServiceSubtype(int iface, Protocol proto, PublishFlags flags, string name, string type, string domain, string subtype) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dw32-gettext.c1146 /* The name of the current domain. This is a malloced string. This
1181 /* Free the domain data. */
1183 free_domain (struct loaded_domain *domain)
1187 jnlib_free (domain->data);
1188 jnlib_free (domain->mapped);
1189 for (os = domain->overflow_space; os; os = os2)
1194 jnlib_free (domain);
1205 struct loaded_domain *domain = NULL;
1255 domain = jnlib_calloc (1, sizeof *domain);
1179 free_domain(struct loaded_domain *domain) argument
1201 struct loaded_domain *domain = NULL; local
1556 get_string(struct loaded_domain *domain, uint32_t idx, int use_plural, unsigned long nplural) argument
1667 struct loaded_domain *domain; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd.h93 /* Structures to hold per domain information */
98 DOM_SID sid; /* SID for this domain */
99 BOOL initialized; /* Did we already ask for the domain mode? */
100 BOOL native_mode; /* is this a win2k domain in native mode ? */
102 BOOL primary; /* is this our primary domain ? */
105 /* Lookup methods for this domain (LDAP or RPC) */
131 /* per-domain methods. This is how LDAP vs RPC is selected
139 NTSTATUS (*query_user_list)(struct winbindd_domain *domain,
144 /* get a list of domain groups */
145 NTSTATUS (*enum_dom_groups)(struct winbindd_domain *domain,
[all...]
H A Dwinbindd_user.c80 fstrcpy(current_user_info.domain, dom_name);
119 struct winbindd_domain *domain; local
128 /* Parse domain and username */
133 /* if this is our local domain (or no domain), the do a local tdb search */
145 /* should we deal with users for our domain? */
147 if ((domain = find_domain_from_name(name_domain)) == NULL) {
148 DEBUG(5, ("no such domain: %s\n", name_domain));
152 if ( domain->primary && lp_winbind_trusted_domains_only()) {
153 DEBUG(7,("winbindd_getpwnam: My domain
208 struct winbindd_domain *domain; local
308 struct winbindd_domain *domain; local
397 struct winbindd_domain *domain; local
578 struct winbindd_domain *domain; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A Dgettext.c51 { "domain", required_argument, NULL, 'd' },
76 const char *domain = getenv ("TEXTDOMAIN"); local
89 /* Set the text message domain. */
104 domain = optarg;
160 domain = argv[optind++];
176 /* If no domain name is given we don't translate. */
177 if (domain == NULL || domain[0] == '\0')
183 /* Bind domain to appropriate directory. */
185 bindtextdomain (domain, domaindi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Dmap.c32 int kobj_map(struct kobj_map *domain, dev_t dev, unsigned long range, argument
57 mutex_lock(domain->lock);
59 struct probe **s = &domain->probes[index % 255];
65 mutex_unlock(domain->lock);
69 void kobj_unmap(struct kobj_map *domain, dev_t dev, unsigned long range) argument
79 mutex_lock(domain->lock);
82 for (s = &domain->probes[index % 255]; *s; s = &(*s)->next) {
92 mutex_unlock(domain->lock);
96 struct kobject *kobj_lookup(struct kobj_map *domain, dev_t dev, int *index) argument
103 mutex_lock(domain
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dbrowse-service-type.c28 #include <avahi-common/domain.h>
65 char type[AVAHI_DOMAIN_NAME_MAX], domain[AVAHI_DOMAIN_NAME_MAX]; local
69 if (avahi_service_name_split(record->data.ptr.name, NULL, 0, type, sizeof(type), domain, sizeof(domain)) < 0) {
74 b->callback(b, interface, protocol, event, type, domain, flags, b->userdata);
83 const char *domain,
98 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, !domain || avahi_is_valid_domain_name(domain), AVAHI_ERR_INVALID_DOMAIN_NAME);
101 if (!domain)
102 domain
79 avahi_s_service_type_browser_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const char *domain, AvahiLookupFlags flags, AvahiSServiceTypeBrowserCallback callback, void* userdata) argument
[all...]
H A Dbrowse-service.c28 #include <avahi-common/domain.h>
66 char service[AVAHI_LABEL_MAX], type[AVAHI_DOMAIN_NAME_MAX], domain[AVAHI_DOMAIN_NAME_MAX]; local
73 if (avahi_service_name_split(record->data.ptr.name, service, sizeof(service), type, sizeof(type), domain, sizeof(domain)) < 0) {
78 b->callback(b, interface, protocol, event, service, type, domain, flags, b->userdata);
90 const char *domain,
106 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, !domain || avahi_is_valid_domain_name(domain), AVAHI_ERR_INVALID_DOMAIN_NAME);
110 if (!domain)
111 domain
85 avahi_s_service_browser_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const char *service_type, const char *domain, AvahiLookupFlags flags, AvahiSServiceBrowserCallback callback, void* userdata) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DtstLastError.py23 def failUnlessXmlError(self,f,args,exc,domain,code,message,level,file,line):
36 print "domain = ",e.domain()
43 self.failUnlessEqual(domain,e.domain())
57 domain=libxml2.XML_FROM_IO,
70 domain=libxml2.XML_FROM_PARSER,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dsecrets.c128 BOOL secrets_store_domain_sid(const char *domain, const DOM_SID *sid) argument
133 slprintf(key, sizeof(key)-1, "%s/%s", SECRETS_DOMAIN_SID, domain);
137 /* Force a re-query, in case we modified our domain */
143 BOOL secrets_fetch_domain_sid(const char *domain, DOM_SID *sid) argument
149 slprintf(key, sizeof(key)-1, "%s/%s", SECRETS_DOMAIN_SID, domain);
167 BOOL secrets_store_domain_guid(const char *domain, struct uuid *guid) argument
171 slprintf(key, sizeof(key)-1, "%s/%s", SECRETS_DOMAIN_GUID, domain);
176 BOOL secrets_fetch_domain_guid(const char *domain, struct uuid *guid) argument
183 slprintf(key, sizeof(key)-1, "%s/%s", SECRETS_DOMAIN_GUID, domain);
189 if (!secrets_store_domain_guid(domain,
215 trust_keystr(const char *domain) argument
233 trustdom_keystr(const char *domain) argument
247 secrets_lock_trust_account_password(const char *domain, BOOL dolock) argument
279 secrets_fetch_trust_account_password(const char *domain, uint8 ret_pwd[16], time_t *pass_last_set_time, uint32 *channel) argument
320 secrets_fetch_trusted_domain_password(const char *domain, char** pwd, DOM_SID *sid, time_t *pass_last_set_time) argument
368 secrets_store_trust_account_password(const char *domain, uint8 new_pwd[16]) argument
388 secrets_store_trusted_domain_password(const char* domain, smb_ucs2_t *uni_dom_name, size_t uni_name_len, const char* pwd, DOM_SID sid) argument
427 secrets_store_machine_password(const char *pass, const char *domain, uint32 sec_channel) argument
471 secrets_fetch_machine_password(const char *domain, time_t *pass_last_set_time, uint32 *channel) argument
521 trust_password_delete(const char *domain) argument
530 trusted_domain_password_delete(const char *domain) argument
811 secrets_fetch_ipc_userpass(char **username, char **domain, char **password) argument
[all...]

Completed in 146 milliseconds

1234567891011>>