Searched refs:names (Results 251 - 275 of 1770) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/resolve/
H A Ddns_ex.c53 char **names; member in struct:dns_ex_state
397 state->names = talloc_array(state, char *, num_addrs+1);
398 if (composite_nomem(state->names, c)) return;
438 state->names[i] = talloc_strdup(state->names, n);
439 if (composite_nomem(state->names[i], c)) return;
442 state->names[i] = NULL;
531 char ***names)
541 if (names) {
542 *names
528 resolve_name_dns_ex_recv(struct composite_context *c, TALLOC_CTX *mem_ctx, struct socket_address ***addrs, char ***names) argument
[all...]
H A Dbcast.c81 char ***names)
83 NTSTATUS status = resolve_name_nbtlist_recv(c, mem_ctx, addrs, names);
78 resolve_name_bcast_recv(struct composite_context *c, TALLOC_CTX *mem_ctx, struct socket_address ***addrs, char ***names) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/objects/
H A Do_names.c293 const OBJ_NAME **names; member in struct:doall_sorted
303 d->names[d->n++]=name;
321 d.names=OPENSSL_malloc(lh_OBJ_NAME_num_items(names_lh)*sizeof *d.names);
325 qsort((void *)d.names,d.n,sizeof *d.names,do_all_sorted_cmp);
328 fn(d.names[n],arg);
330 OPENSSL_free((void *)d.names);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4recover.c16 * 3. Neither the name of the University nor the names of its
179 struct list_head *names = arg; local
189 list_add(&entry->list, names);
198 LIST_HEAD(names);
215 status = vfs_readdir(filp, nfsd4_build_namelist, &names);
218 while (!list_empty(&names)) {
219 entry = list_entry(names.next, struct name_list, list);
235 while (!list_empty(&names)) {
236 entry = list_entry(names.next, struct name_list, list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfsd/
H A Dnfs4recover.c16 * 3. Neither the name of the University nor the names of its
179 struct list_head *names = arg; local
189 list_add(&entry->list, names);
198 LIST_HEAD(names);
215 status = vfs_readdir(filp, nfsd4_build_namelist, &names);
218 while (!list_empty(&names)) {
219 entry = list_entry(names.next, struct name_list, list);
235 while (!list_empty(&names)) {
236 entry = list_entry(names.next, struct name_list, list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/resolve/
H A Dbcast.c81 char ***names)
83 NTSTATUS status = resolve_name_nbtlist_recv(c, mem_ctx, addrs, names);
78 resolve_name_bcast_recv(struct composite_context *c, TALLOC_CTX *mem_ctx, struct socket_address ***addrs, char ***names) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/vfs/
H A Dea_sys.c184 * Purpose: copy names of native EAs into attrnamebuf
189 * attrnamebuf (w) store names a consecutive C strings here
190 * buflen (rw) length of names in attrnamebuf
198 * Copies names of all EAs of uname as consecutive C strings into rbuf.
250 LOG(log_warning, logtype_afpd, "sys_list_extattr(%s): running out of buffer for EA names", uname);
384 char *names = NULL, *end_names, *name, *value = NULL; local
412 names = malloc(size+1);
413 if (names == NULL) {
417 size = sys_listxattr(src, names, size);
422 names[siz
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/resolve/
H A Dbcast.c81 char ***names)
83 NTSTATUS status = resolve_name_nbtlist_recv(c, mem_ctx, addrs, names);
78 resolve_name_bcast_recv(struct composite_context *c, TALLOC_CTX *mem_ctx, struct socket_address ***addrs, char ***names) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/libnet/
H A Dutils.c86 struct lsa_String names[2]; local
91 names[0].string = name;
95 r1.in.names = names;
179 struct lsa_String names[2]; local
184 names[0].string = name;
188 r1.in.names = names;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/vfs/
H A Dea_sys.c184 * Purpose: copy names of native EAs into attrnamebuf
189 * attrnamebuf (w) store names a consecutive C strings here
190 * buflen (rw) length of names in attrnamebuf
198 * Copies names of all EAs of uname as consecutive C strings into rbuf.
250 LOG(log_warning, logtype_afpd, "sys_list_extattr(%s): running out of buffer for EA names", uname);
384 char *names = NULL, *end_names, *name, *value = NULL; local
412 names = malloc(size+1);
413 if (names == NULL) {
417 size = sys_listxattr(src, names, size);
422 names[siz
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/objects/
H A Do_names.c293 const OBJ_NAME **names; member in struct:doall_sorted
303 d->names[d->n++]=name;
321 d.names=OPENSSL_malloc(lh_OBJ_NAME_num_items(names_lh)*sizeof *d.names);
325 qsort((void *)d.names,d.n,sizeof *d.names,do_all_sorted_cmp);
328 fn(d.names[n],arg);
330 OPENSSL_free((void *)d.names);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/libnet/
H A Dutils.c86 struct lsa_String names[2]; local
91 names[0].string = name;
95 r1.in.names = names;
179 struct lsa_String names[2]; local
184 names[0].string = name;
188 r1.in.names = names;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/libnet/
H A Dutils.c86 struct lsa_String names[2]; local
91 names[0].string = name;
95 r1.in.names = names;
179 struct lsa_String names[2]; local
184 names[0].string = name;
188 r1.in.names = names;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/vfs/
H A Dea_sys.c184 * Purpose: copy names of native EAs into attrnamebuf
189 * attrnamebuf (w) store names a consecutive C strings here
190 * buflen (rw) length of names in attrnamebuf
198 * Copies names of all EAs of uname as consecutive C strings into rbuf.
250 LOG(log_warning, logtype_afpd, "sys_list_extattr(%s): running out of buffer for EA names", uname);
384 char *names = NULL, *end_names, *name, *value = NULL; local
412 names = malloc(size+1);
413 if (names == NULL) {
417 size = sys_listxattr(src, names, size);
422 names[siz
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/objects/
H A Do_names.c293 const OBJ_NAME **names; member in struct:doall_sorted
303 d->names[d->n++]=name;
321 d.names=OPENSSL_malloc(lh_OBJ_NAME_num_items(names_lh)*sizeof *d.names);
325 qsort((void *)d.names,d.n,sizeof *d.names,do_all_sorted_cmp);
328 fn(d.names[n],arg);
330 OPENSSL_free((void *)d.names);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/libmsrpc/cacusermgr/
H A Dutil.c228 getrids.in.names = name;
273 void print_rid_list(uint32 *rids, char **names, uint32 num_rids) { argument
276 if(!names || !rids)
282 printf("[0x%x] [%s]\n", rids[i], names[i]);
319 print_rid_list(eg.out.rids, eg.out.names, eg.out.num_groups);
339 print_rid_list(eu.out.rids, eu.out.names, eu.out.num_users);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveCase.java190 String[] names,
192 List<RawType> all = model.getAllRawTypeVersions(names[0]);
195 assert names.length == versions.length;
196 TestCase.assertEquals(all.toString(), names.length, all.size());
199 for (int i = 0; i < names.length; i += 1) {
202 TestCase.assertEquals(names[i], type.getClassName());
189 checkVersions(EntityModel model, String[] names, int[] versions) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dauxv.exp159 set names [glob -nocomplain -directory $coredir *core*]
160 if {[llength $names] == 1} {
161 set file [file join $coredir [lindex $names 0]]
H A Dbigcore.exp156 set names [glob -nocomplain $pat]
157 if {[llength $names] == 1} {
158 set file [lindex $names 0]
H A Dcorefile.exp74 set names [glob -nocomplain -directory $coredir core.*]
75 if {[llength $names] == 1} {
76 set corefile [file join $coredir [lindex $names 0]]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/passdb/
H A Dlookup_sid.c147 /* 1. well-known names */
357 These names should never map to a remote name. Try global_sam_name()\foo,
425 const char **names, enum lsa_SidType *types)
440 names[i] = "";
462 if (!(names[i] = talloc_strdup(names, my_names[i]))) {
475 const char ***names, enum lsa_SidType **types)
483 *names = TALLOC_ZERO_ARRAY(mem_ctx, const char *, num_rids);
486 if ((*names == NULL) || (*types == NULL)) {
493 *names
421 wb_lookup_rids(TALLOC_CTX *mem_ctx, const DOM_SID *domain_sid, int num_rids, uint32 *rids, const char **domain_name, const char **names, enum lsa_SidType *types) argument
472 lookup_rids(TALLOC_CTX *mem_ctx, const DOM_SID *domain_sid, int num_rids, uint32_t *rids, const char **domain_name, const char ***names, enum lsa_SidType **types) argument
890 const char **names; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/libmsrpc/cacusermgr/
H A Dutil.c228 getrids.in.names = name;
273 void print_rid_list(uint32 *rids, char **names, uint32 num_rids) { argument
276 if(!names || !rids)
282 printf("[0x%x] [%s]\n", rids[i], names[i]);
319 print_rid_list(eg.out.rids, eg.out.names, eg.out.num_groups);
339 print_rid_list(eu.out.rids, eu.out.names, eu.out.num_users);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/winbindd/
H A Dwinbindd_reconnect.c178 char ***names,
185 domain_name, names, types);
189 domain_name, names,
261 DOM_SID **sid_mem, char ***names,
268 sid_mem, names,
275 sid_mem, names,
172 rids_to_names(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *sid, uint32 *rids, size_t num_rids, char **domain_name, char ***names, enum lsa_SidType **types) argument
256 lookup_groupmem(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *group_sid, enum lsa_SidType type, uint32 *num_names, DOM_SID **sid_mem, char ***names, uint32 **name_types) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveCase.java190 String[] names,
192 List<RawType> all = model.getAllRawTypeVersions(names[0]);
195 assert names.length == versions.length;
196 TestCase.assertEquals(all.toString(), names.length, all.size());
199 for (int i = 0; i < names.length; i += 1) {
202 TestCase.assertEquals(names[i], type.getClassName());
189 checkVersions(EntityModel model, String[] names, int[] versions) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dauxv.exp159 set names [glob -nocomplain -directory $coredir *core*]
160 if {[llength $names] == 1} {
161 set file [file join $coredir [lindex $names 0]]

Completed in 164 milliseconds

<<11121314151617181920>>