Searched refs:namelist (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/ia64/
H A Daliasing-test.c59 struct dirent **namelist; local
64 n = scandir(path, &namelist, 0, alphasort);
71 name = namelist[i]->d_name;
106 free(namelist[i]);
108 free(namelist);
143 struct dirent **namelist; local
148 n = scandir(path, &namelist, 0, alphasort);
155 name = namelist[i]->d_name;
194 free(namelist[i]);
196 free(namelist);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dscanner.c710 struct dirent **namelist; local
726 n = scandir(".", &namelist, filter_media, alphasort);
729 n = scandir(".", &namelist, filter_audio, alphasort);
732 n = scandir(".", &namelist, filter_video, alphasort);
735 n = scandir(".", &namelist, filter_images, alphasort);
757 sprintf(full_path, "%s/%s", dir, namelist[i]->d_name);
758 name = escape_tag(namelist[i]->d_name);
759 if( namelist[i]->d_type == DT_DIR )
763 else if( namelist[i]->d_type == DT_REG )
777 insert_directory(name?name:namelist[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dscanner.c714 struct dirent **namelist; local
736 n = scandir(".", &namelist, filter_media, alphasort);
739 n = scandir(".", &namelist, filter_audio, alphasort);
742 n = scandir(".", &namelist, filter_video, alphasort);
745 n = scandir(".", &namelist, filter_images, alphasort);
764 sprintf(full_path, "%s/%s", dir, namelist[i]->d_name);
765 name = escape_tag(namelist[i]->d_name);
766 if( namelist[i]->d_type == DT_DIR )
770 else if( namelist[i]->d_type == DT_REG )
780 insert_directory(name?name:namelist[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil.c1605 of a path matches a (possibly wildcarded) entry in a namelist.
1608 BOOL is_in_path(const char *name, name_compare_entry *namelist, BOOL case_sensitive) argument
1614 if((namelist == NULL ) || ((namelist != NULL) && (namelist[0].name == NULL))) {
1625 for(; namelist->name != NULL; namelist++) {
1626 if(namelist->is_wild) {
1627 if (mask_match(last_component, namelist->name, case_sensitive)) {
1632 if((case_sensitive && (strcmp(last_component, namelist
1650 is_admin_path(const char *name, name_compare_entry *namelist, BOOL case_sensitive) argument
1701 set_namearray(name_compare_entry **ppname_array, char *namelist) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_namelistdb.c73 Add a new or overwrite an existing namelist entry.
81 ubi_trInsert( subrec->namelist, namerec, &(namerec->name), &oldrec );
89 Remove a name from the namelist.
95 ubi_trRemove( subrec->namelist, namerec );
114 name_ret = (struct name_record *)ubi_trFind( subrec->namelist, uc_name );
401 Expires old names in a subnet namelist.
409 for( namerec = (struct name_record *)ubi_trFirst( subrec->namelist ); namerec; namerec = next_namerec ) {
499 for( namerec = (struct name_record *)ubi_trFirst( subrec->namelist ); namerec;
564 fp = x_fopen(lock_path("namelist.debug"),O_WRONLY|O_CREAT|O_TRUNC, 0644);
568 "namelist
[all...]
H A Dnmbd_mynames.c185 for (namerec = (struct name_record *)ubi_trFirst( subrec->namelist ); namerec; namerec = nextnamerec) {
205 for (namerec = (struct name_record *)ubi_trFirst(unicast_subnet->namelist);
H A Dnmbd_incomingrequests.c249 /* Update the namelist record with the new information. */
342 namerec = (struct name_record *)ubi_trFirst( subrec->namelist );
401 namerec = (struct name_record *)ubi_trFirst( subrec->namelist );
479 * into the namelist if we were configured as a WINS proxy.
540 * into our namelist with a type of WINS_PROXY_NAME and then reply to the query.
H A Dnmbd_subnetdb.c159 (void)ubi_trInitTree( subrec->namelist,
H A Dnmbd_winsserver.c1368 for( namerec = (struct name_record *)ubi_trFirst( subrec->namelist );
1394 for( namerec = (struct name_record *)ubi_trFirst( subrec->namelist );
1721 for( namerec = (struct name_record *)ubi_trFirst( wins_server_subnet->namelist );
1829 for( namerec = (struct name_record *)ubi_trFirst( wins_server_subnet->namelist ); namerec; namerec = (struct name_record *)ubi_trNext( namerec ) ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dscanner.c721 struct dirent **namelist; local
739 n = scandir(".", &namelist, filter_media, alphasort);
742 n = scandir(".", &namelist, filter_audio, alphasort);
745 n = scandir(".", &namelist, filter_video, alphasort);
748 n = scandir(".", &namelist, filter_images, alphasort);
771 sprintf(full_path, "%s/%s", dir, namelist[i]->d_name);
772 name = escape_tag(namelist[i]->d_name, 1);
773 if( namelist[i]->d_type == DT_DIR )
777 else if( namelist[i]->d_type == DT_REG )
793 if( insert_file(name?name:namelist[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/
H A Dusbmixer.c1481 char **namelist; local
1513 namelist = kmalloc(sizeof(char *) * num_ins, GFP_KERNEL);
1514 if (! namelist) {
1523 namelist[i] = kmalloc(MAX_ITEM_NAME_LEN, GFP_KERNEL);
1524 if (! namelist[i]) {
1527 kfree(namelist[i]);
1528 kfree(namelist);
1532 len = check_mapped_selector_name(state, unitid, i, namelist[i],
1535 len = get_term_name(state, &iterm, namelist[i], MAX_ITEM_NAME_LEN, 0);
1537 sprintf(namelist[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_attr_leaf.h114 xfs_attr_leaf_name_local_t namelist; /* grows from bottom of buf */ member in struct:xfs_attr_leafblock
146 * Alignment for namelist and valuelist entries (since they are mixed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dnameserv.h126 /* Samba name state for a name in a namelist. */
428 ubi_trRoot namelist[1]; /* List of netbios names. */ member in struct:subnet_record
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dmsh.c395 static struct op *namelist(struct op *t);
1895 t = namelist(t);
2111 static struct op *namelist(struct op *t) function

Completed in 222 milliseconds