Searched refs:source_path (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/squashfs/
H A Dsort.c125 int add_sort_list(char *path, int priority, int source, char *source_path[]) argument
146 strcat(strcat(strcpy(filename, source_path[i]), "/"), path);
206 int read_sort_file(char *filename, int source, char *source_path[]) argument
218 add_sort_list(sort_filename, priority, source, source_path);
H A Dmksquashfs.c201 char **source_path; variable
326 extern int read_sort_file(char *filename, int source, char *source_path[]);
2311 if((basename = getbase(source_path[index])) == NULL) {
2312 ERROR("Bad source directory %s - skipping ...\n", source_path[index]);
2326 strcpy(pathname, source_path[index ++]);
2662 strcat(strcat(strcpy(filename, source_path[i]), "/"), path);
2825 source_path = argv + 1;
3026 if(stat(source_path[i], &source_buf) == -1) {
3027 fprintf(stderr, "Cannot stat source directory \"%s\" because %s\n", source_path[i], strerror(errno));
3103 read_sort_file(argv[++i], source, source_path);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfigure178 echo " --source-path=PATH path to source code [$source_path]"
975 source_path
1229 source_path="`dirname \"$0\"`"
1231 if test -z "$source_path" -o "$source_path" = "." ; then
1232 source_path="`pwd`"
1235 source_path="`cd \"$source_path\"; pwd`"
1236 echo "$source_path" | grep -q '[[:blank:]]' &&
1245 file=$source_path/
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_mv.c63 static void preserve_fd_acls(int source_fd, int dest_fd, const char *source_path,
473 const char *source_path,
471 preserve_fd_acls(int source_fd, int dest_fd, const char *source_path, const char *dest_path) argument

Completed in 109 milliseconds