Searched refs:paths (Results 1 - 25 of 135) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dmake_floor_books.pl53 @paths=split(' ',$1);
68 foreach $dir (@paths){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/win32/VS6/
H A Dbuild_ogg_dynamic.bat11 echo Setting include paths for Ogg
H A Dbuild_ogg_dynamic_debug.bat11 echo Setting include paths for Ogg
H A Dbuild_ogg_static.bat11 echo Setting include paths for Ogg
H A Dbuild_ogg_static_debug.bat11 echo Setting include paths for Ogg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dpathnames.h8 #include <paths.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dfop005.tcl11 # TEST and relative paths, and with subdirectories.
44 set paths [list $fulldir $reldir]
48 foreach path $paths {
H A Dfop004.tcl50 set paths [list "absolute $fulldir" "relative $reldir"]
54 foreach pathinfo $paths {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A DMakefile.am7 nbp.h netddp.h pap.h paths.h queue.h rtmp.h server_child.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A DMakefile.am7 nbp.h netddp.h pap.h paths.h queue.h rtmp.h server_child.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/makefiles/
H A DRelPath.mk30 # of two given paths, then calls itself with the next two
32 # step, if the first element of both paths matches, that
53 # paths -- does one strictly prefix the other? If so, this
H A DWLAN_Common.mk189 # Calculate paths to requested components.
192 # This uses pattern matching to pull component paths from
194 # It also strips out component paths which don't currently exist.
198 define _common-component-names-to-rel-paths
215 WLAN_ComponentPathsInUse := $(call _common-component-names-to-rel-paths,$(WLAN_ComponentsInUse))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/ubiqx/
H A Dubi_BinTree.c35 * Rewrote the ubi_btLeafNode() function. It now takes several paths in an
1097 * multiple paths in an effort to find a leaf node deeper
1107 #define MAXPATHS 4 /* Set higher for more maximum paths, lower for fewer. */
1111 int paths; local
1123 paths = 1;
1124 while( paths > 0 )
1126 for( i = 0; i < paths; i++ )
1129 for( i = j = 0; (i < paths) && (j < MAXPATHS); i++ )
1137 paths = j;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-round-robin.c20 * Path-handling code, paths are held in lists
28 static void free_paths(struct list_head *paths) argument
32 list_for_each_entry_safe(pi, next, paths, list) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dlineedit.c416 char **paths = path1; local
426 /* no dir, if flags==EXE_ONLY - get paths, else "." */
427 npaths = path_parse(&paths, type);
436 paths[0] = dirbuf;
442 dir = opendir(paths[i]);
455 if (NOT_LONE_CHAR(paths[i], '/') || str_found[1])
459 found = concat_path_file(paths[i], str_found);
464 if (paths[i] != dirbuf)
490 if (paths != path1) {
491 free(paths[
[all...]
H A Dvfork_daemon_rexec.c18 #include <paths.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/iucv/
H A Diucv.h187 struct list_head paths; member in struct:iucv_handler
337 * established paths. This function will deal with RMDATA messages
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dcatalog.in.h116 xmlLoadCatalogs (const char *paths);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dcatalog.in.h116 xmlLoadCatalogs (const char *paths);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dcatalog.h116 xmlLoadCatalogs (const char *paths);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_route.c689 o Intra-area paths using non-backbone areas are always the most preferred.
690 o The other paths, intra-area backbone paths and inter-area paths,
700 /* If RFC1583Compat flag is on -- all paths are equal. */
920 list paths; local
928 if ((paths = rn->info) == NULL)
931 for (node = listhead (paths); node; node = nnext)
947 listnode_delete (paths, or);
952 if (listcount (paths)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-om-parser.c911 *(only local file paths are suppported so far)
1006 *Parses three sheets located by their paths and build a cascade
1022 guchar *paths[3]; local
1029 paths[0] = (guchar *) a_author_path;
1030 paths[1] = (guchar *) a_user_path;
1031 paths[2] = (guchar *) a_ua_path;
1034 status = cr_om_parser_parse_file (a_this, paths[i],
1065 *Parses three sheets located by their paths and build a cascade
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-om-parser.c911 *(only local file paths are suppported so far)
1006 *Parses three sheets located by their paths and build a cascade
1022 guchar *paths[3]; local
1029 paths[0] = (guchar *) a_author_path;
1030 paths[1] = (guchar *) a_user_path;
1031 paths[2] = (guchar *) a_ua_path;
1034 status = cr_om_parser_parse_file (a_this, paths[i],
1065 *Parses three sheets located by their paths and build a cascade
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dset_env.bat46 rem Update path to include tool paths
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wl/
H A Dwl_generic.mk77 # The paths in WLFILES_SRC need a bit of adjustment.

Completed in 252 milliseconds

123456