Searched refs:path (Results 1 - 25 of 1047) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_abs.c15 * Return if a path is an absolute path.
18 __os_abspath(path)
19 const char *path;
23 * Check for drive specifications, e.g., "C:". In addition, the path
27 if (isalpha(path[0]) && path[1] == ':')
28 path += 2;
29 return (path[0] == '/' || path[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_abs.c15 * Return if a path is an absolute path.
18 __os_abspath(path)
19 const char *path;
21 return (path[0] == 'f' && path[1] == 's' && path[2] == ':');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_abs.c15 * Return if a path is an absolute path.
20 __os_abspath(path)
21 const char *path;
23 return (path[0] == '/');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dget_last_path_component.c12 char *bb_get_last_path_component(char *path) argument
14 char *first = path;
17 last = path - 1;
19 while (*path) {
20 if ((*path != '/') && (path > ++last)) {
21 last = first = path;
23 ++path;
H A Dconcat_path_file.c11 /* concatenate path and file name to new allocation buffer,
12 * not adding '/' if path name already has '/'
17 char *concat_path_file(const char *path, const char *filename) argument
21 if (!path)
22 path = "";
23 lc = last_char_is(path, '/');
26 return xasprintf("%s%s%s", path, (lc==NULL ? "/" : ""), filename);
H A Dwfopen.c12 FILE *fopen_or_warn(const char *path, const char *mode) argument
14 FILE *fp = fopen(path, mode);
16 bb_perror_msg("%s", path);
H A Dconcat_subpath_file.c12 concat_path_file(path, filename)
18 char *concat_subpath_file(const char *path, const char *f) argument
22 return concat_path_file(path, f);
H A Dremove_file.c14 int remove_file(const char *path, int flags) argument
18 if (lstat(path, &path_stat) < 0) {
20 bb_perror_msg("cannot stat '%s'", path);
24 bb_perror_msg("cannot remove '%s'", path);
36 bb_error_msg("%s: is a directory", path);
40 if ((!(flags & FILEUTILS_FORCE) && access(path, W_OK) < 0 && isatty(0))
44 path);
49 dp = opendir(path);
57 new_path = concat_subpath_file(path, d->d_name);
66 bb_perror_msg("cannot close '%s'", path);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_vxworks/
H A Dos_vx_abs.c16 * Return if a path is an absolute path.
19 __os_abspath(path)
20 const char *path;
29 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
33 * rest and we are an abs path.
35 if (ptail != path)
38 * If the path starts with a '/', then we are an absolute path,
41 return (path[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dinotify.h3 inotify_remove_file(const char * path);
H A Dalbumart.h14 update_if_album_art(const char * path);
17 find_album_art(const char * path, const char * image_data, int image_size);
H A Dplaylist.h14 insert_playlist(const char * path, char * name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dinotify.h3 inotify_remove_file(const char * path);
H A Dalbumart.h28 update_if_album_art(const char * path);
31 find_album_art(const char * path, const char * image_data, int image_size);
H A Dplaylist.h28 insert_playlist(const char * path, char * name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dinotify.h3 inotify_remove_file(const char * path);
H A Dalbumart.h14 update_if_album_art(const char * path);
17 find_album_art(const char * path, const char * image_data, int image_size);
H A Dplaylist.h14 insert_playlist(const char * path, char * name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_bname.c30 char *tool_basename(char *path) argument
35 s1 = strrchr(path, '/');
36 s2 = strrchr(path, '\\');
39 path = (s1 > s2) ? s1 + 1 : s2 + 1;
42 path = s1 + 1;
44 path = s2 + 1;
46 return path;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Drmdir.c25 char *path; local
35 path = *argv;
38 do_dot = (*path == '.');
41 if (rmdir(path) < 0) {
42 bb_perror_msg("'%s'", path); /* Match gnu rmdir msg. */
45 /* Note: path was not empty or null since rmdir succeeded. */
46 path = dirname(path);
49 * this from the case of the original path starting with '.'.
51 if (do_dot || (*path !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dutils.h26 int global_ref_count_increase(char *path);
27 int global_ref_count_decrease(char *path);
28 int global_ref_count_get(const char *path);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dmtd.h26 * @param mtd path to or partition name of MTD device
34 * @param mtd path to or partition name of MTD device
41 * @param path file to write or a URL
42 * @param mtd path to or partition name of MTD device
45 extern int mtd_write(const char *path, const char *mtd);
49 * @param path file to write or a URL
50 * @param mtd path to or partition name of MTD device
53 extern int mtd_write_cfe(const char *path, const char *mtd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dmkuboot.sh7 MKIMAGE=$(type -path "${CROSS_COMPILE}mkimage")
10 MKIMAGE=$(type -path mkimage)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dfce_api.h42 struct path;
45 int fce_register_delete_file( struct path *path );
47 int fce_register_new_dir( struct path *path );
48 int fce_register_new_file( struct path *path );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dfce_api.h44 struct path;
49 int fce_register_delete_file( struct path *path );
51 int fce_register_new_dir( struct path *path );
52 int fce_register_new_file( struct path *path );

Completed in 269 milliseconds

1234567891011>>