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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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] == ':');
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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] == ':');
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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] == ':');
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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] == '/');
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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] == '/');
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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] == '/');
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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(path, (const char**)&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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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(path, (const char**)&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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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(path, (const char**)&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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dinotify.h2 inotify_insert_file(char * name, const char * path);
5 inotify_insert_directory(int fd, char *name, const char * path);
8 inotify_remove_file(const char * path);
11 inotify_remove_directory(int fd, const char * path);
H A Dalbumart.h27 void update_if_album_art(const char *path);
28 int64_t find_album_art(const char *path, uint8_t *image_data, int image_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dinotify.h2 inotify_insert_file(char * name, const char * path);
5 inotify_insert_directory(int fd, char *name, const char * path);
8 inotify_remove_file(const char * path);
11 inotify_remove_directory(int fd, const char * path);
H A Dalbumart.h27 void update_if_album_art(const char *path);
28 int64_t find_album_art(const char *path, uint8_t *image_data, int image_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dget_last_path_component.c17 char* FAST_FUNC bb_get_last_path_component_nostrip(const char *path) argument
19 char *slash = strrchr(path, '/');
21 if (!slash || (slash == path && !slash[1]))
22 return (char*)path;
33 char* FAST_FUNC bb_get_last_path_component_strip(char *path) argument
35 char *slash = last_char_is(path, '/');
38 while (*slash == '/' && slash != path)
41 return bb_get_last_path_component_nostrip(path);
H A Dconcat_path_file.c11 /* Concatenate path and filename to new allocated buffer.
13 * If path is NULL, it is assumed to be "/".
19 char* FAST_FUNC concat_path_file(const char *path, const char *filename) argument
23 if (!path)
24 path = "";
25 lc = last_char_is(path, '/');
28 return xasprintf("%s%s%s", path, (lc==NULL ? "/" : ""), filename);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dget_last_path_component.c17 char* FAST_FUNC bb_get_last_path_component_nostrip(const char *path) argument
19 char *slash = strrchr(path, '/');
21 if (!slash || (slash == path && !slash[1]))
22 return (char*)path;
33 char* FAST_FUNC bb_get_last_path_component_strip(char *path) argument
35 char *slash = last_char_is(path, '/');
38 while (*slash == '/' && slash != path)
41 return bb_get_last_path_component_nostrip(path);
H A Dconcat_path_file.c11 /* Concatenate path and filename to new allocated buffer.
13 * If path is NULL, it is assumed to be "/".
19 char* FAST_FUNC concat_path_file(const char *path, const char *filename) argument
23 if (!path)
24 path = "";
25 lc = last_char_is(path, '/');
28 return xasprintf("%s%s%s", path, (lc==NULL ? "/" : ""), filename);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dget_last_path_component.c17 char* FAST_FUNC bb_get_last_path_component_nostrip(const char *path) argument
19 char *slash = strrchr(path, '/');
21 if (!slash || (slash == path && !slash[1]))
22 return (char*)path;
33 char* FAST_FUNC bb_get_last_path_component_strip(char *path) argument
35 char *slash = last_char_is(path, '/');
38 while (*slash == '/' && slash != path)
41 return bb_get_last_path_component_nostrip(path);
H A Dconcat_path_file.c11 /* Concatenate path and filename to new allocated buffer.
13 * If path is NULL, it is assumed to be "/".
19 char* FAST_FUNC concat_path_file(const char *path, const char *filename) argument
23 if (!path)
24 path = "";
25 lc = last_char_is(path, '/');
28 return xasprintf("%s%s%s", path, (lc==NULL ? "/" : ""), filename);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dinotify.h2 inotify_insert_file(char * name, const char * path);
5 inotify_insert_directory(int fd, char *name, const char * path);
8 inotify_remove_file(const char * path);
11 inotify_remove_directory(int fd, const char * path);
H A Dalbumart.h27 void update_if_album_art(const char *path);
28 int64_t find_album_art(const char *path, uint8_t *image_data, int image_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/
H A Dprocess.h10 int execl(const char *path, const char *argv0, ...);
11 int execle(const char *path, const char *argv0, ... /*, char * const *envp */);
12 int execlp(const char *path, const char *argv0, ...);
13 int execlpe(const char *path, const char *argv0, ... /*, char * const *envp */);
15 int execv(const char *path, char * const *argv);
16 int execve(const char *path, char * const *argv, char * const *envp);
17 int execvp(const char *path, char * const *argv);
18 int execvpe(const char *path, char * const *argv, char * const *envp);
20 int spawnl(int mode, const char *path, const char *argv0, ...);
21 int spawnle(int mode, const char *path, cons
[all...]

Completed in 200 milliseconds

1234567891011>>