Searched refs:path1 (Results 1 - 25 of 88) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dpath.h15 static inline int path_equal(const struct path *path1, const struct path *path2) argument
17 return path1->mnt == path2->mnt && path1->dentry == path2->dentry;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dpath.h15 static inline int path_equal(const struct path *path1, const struct path *path2) argument
17 return path1->mnt == path2->mnt && path1->dentry == path2->dentry;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/tomoyo/
H A Dtomoyo.c161 struct path path1 = { new_dir->mnt, old_dentry }; local
163 return tomoyo_path2_perm(TOMOYO_TYPE_LINK, &path1, &path2);
171 struct path path1 = { old_parent->mnt, old_dentry }; local
173 return tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path1, &path2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/tomoyo/
H A Dtomoyo.c161 struct path path1 = { new_dir->mnt, old_dentry }; local
163 return tomoyo_path2_perm(TOMOYO_TYPE_LINK, &path1, &path2);
171 struct path path1 = { old_parent->mnt, old_dentry }; local
173 return tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path1, &path2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dhttp.c61 char path1[1024]; local
76 path1, sizeof(path1), s->location);
84 if (path1[0] == '\0')
87 path = path1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dhttp.c61 char path1[1024]; local
76 path1, sizeof(path1), s->location);
84 if (path1[0] == '\0')
87 path = path1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dsyscall.c430 char *path1, *path2; local
432 errcode = get_path (cb, sc, sc->arg1, &path1);
444 free (path1);
447 result = (*cb->rename) (cb, path1, path2);
448 free (path1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsyscall.c430 char *path1, *path2; local
432 errcode = get_path (cb, sc, sc->arg1, &path1);
444 free (path1);
447 result = (*cb->rename) (cb, path1, path2);
448 free (path1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dhttp.c61 char path1[1024]; local
76 path1, sizeof(path1), s->location);
84 if (path1[0] == '\0')
87 path = path1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsyscall.c430 char *path1, *path2; local
432 errcode = get_path (cb, sc, sc->arg1, &path1);
444 free (path1);
447 result = (*cb->rename) (cb, path1, path2);
448 free (path1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/libsmbclient/
H A Dtree.c156 char path[1024], path1[1024]; local
247 strncpy(path1, path, sizeof(path1));
248 strncat(path1, "/", sizeof(path) - strlen(path));
249 strncat(path1, dirp->name, sizeof(path) - strlen(path));
251 if (smbc_stat(path1, &st1) < 0) {
255 g_print("cb_select_child: Could not stat file %s, %s\n", path1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/client/
H A Dtree.c154 pstring path, path1; local
245 strncpy(path1, path, sizeof(path1));
246 strncat(path1, "/", sizeof(path) - strlen(path));
247 strncat(path1, dirp->name, sizeof(path) - strlen(path));
249 if (smbc_stat(path1, &st1) < 0) {
253 g_print("cb_select_child: Could not stat file %s, %s\n", path1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/libsmbclient/
H A Dtree.c157 char path[1024], path1[1024]; local
248 strncpy(path1, path, sizeof(path1));
249 strncat(path1, "/", sizeof(path) - strlen(path));
250 strncat(path1, dirp->name, sizeof(path) - strlen(path));
252 if (smbc_stat(path1, &st1) < 0) {
256 g_print("cb_select_child: Could not stat file %s, %s\n", path1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/libsmbclient/
H A Dtree.c156 char path[1024], path1[1024]; local
247 strncpy(path1, path, sizeof(path1));
248 strncat(path1, "/", sizeof(path) - strlen(path));
249 strncat(path1, dirp->name, sizeof(path) - strlen(path));
251 if (smbc_stat(path1, &st1) < 0) {
255 g_print("cb_select_child: Could not stat file %s, %s\n", path1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/client/
H A Dtree.c154 pstring path, path1; local
245 strncpy(path1, path, sizeof(path1));
246 strncat(path1, "/", sizeof(path) - strlen(path));
247 strncat(path1, dirp->name, sizeof(path) - strlen(path));
249 if (smbc_stat(path1, &st1) < 0) {
253 g_print("cb_select_child: Could not stat file %s, %s\n", path1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/client/
H A Dtree.c153 char path[1024], path1[1024]; local
243 strncpy(path1, path, sizeof(path1));
244 strncat(path1, "/", sizeof(path) - strlen(path));
245 strncat(path1, dirp->name, sizeof(path) - strlen(path));
247 if (smbc_stat(path1, &st1) < 0) {
251 g_print("cb_select_child: Could not stat file %s, %s\n", path1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/libsmbclient/
H A Dtree.c157 char path[1024], path1[1024]; local
248 strncpy(path1, path, sizeof(path1));
249 strncat(path1, "/", sizeof(path) - strlen(path));
250 strncat(path1, dirp->name, sizeof(path) - strlen(path));
252 if (smbc_stat(path1, &st1) < 0) {
256 g_print("cb_select_child: Could not stat file %s, %s\n", path1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/client/
H A Dtree.c153 char path[1024], path1[1024]; local
243 strncpy(path1, path, sizeof(path1));
244 strncat(path1, "/", sizeof(path) - strlen(path));
245 strncat(path1, dirp->name, sizeof(path) - strlen(path));
247 if (smbc_stat(path1, &st1) < 0) {
251 g_print("cb_select_child: Could not stat file %s, %s\n", path1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/libsmbclient/
H A Dtree.c156 char path[1024], path1[1024]; local
247 strncpy(path1, path, sizeof(path1));
248 strncat(path1, "/", sizeof(path) - strlen(path));
249 strncat(path1, dirp->name, sizeof(path) - strlen(path));
251 if (smbc_stat(path1, &st1) < 0) {
255 g_print("cb_select_child: Could not stat file %s, %s\n", path1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/client/
H A Dtree.c154 pstring path, path1; local
245 strncpy(path1, path, sizeof(path1));
246 strncat(path1, "/", sizeof(path) - strlen(path));
247 strncat(path1, dirp->name, sizeof(path) - strlen(path));
249 if (smbc_stat(path1, &st1) < 0) {
253 g_print("cb_select_child: Could not stat file %s, %s\n", path1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/examples/libsmbclient/
H A Dtree.c157 char path[1024], path1[1024]; local
248 strncpy(path1, path, sizeof(path1));
249 strncat(path1, "/", sizeof(path) - strlen(path));
250 strncat(path1, dirp->name, sizeof(path) - strlen(path));
252 if (smbc_stat(path1, &st1) < 0) {
256 g_print("cb_select_child: Could not stat file %s, %s\n", path1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/client/
H A Dtree.c153 char path[1024], path1[1024]; local
243 strncpy(path1, path, sizeof(path1));
244 strncat(path1, "/", sizeof(path) - strlen(path));
245 strncat(path1, dirp->name, sizeof(path) - strlen(path));
247 if (smbc_stat(path1, &st1) < 0) {
251 g_print("cb_select_child: Could not stat file %s, %s\n", path1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dunistd.in.h1035 _GL_FUNCDECL_RPL (link, int, (const char *path1, const char *path2)
1037 _GL_CXXALIAS_RPL (link, int, (const char *path1, const char *path2));
1040 _GL_FUNCDECL_SYS (link, int, (const char *path1, const char *path2)
1043 _GL_CXXALIAS_SYS (link, int, (const char *path1, const char *path2));
1065 (int fd1, const char *path1, int fd2, const char *path2,
1069 (int fd1, const char *path1, int fd2, const char *path2,
1074 (int fd1, const char *path1, int fd2, const char *path2,
1079 (int fd1, const char *path1, int fd2, const char *path2,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dunistd.in.h1035 _GL_FUNCDECL_RPL (link, int, (const char *path1, const char *path2)
1037 _GL_CXXALIAS_RPL (link, int, (const char *path1, const char *path2));
1040 _GL_FUNCDECL_SYS (link, int, (const char *path1, const char *path2)
1043 _GL_CXXALIAS_SYS (link, int, (const char *path1, const char *path2));
1065 (int fd1, const char *path1, int fd2, const char *path2,
1069 (int fd1, const char *path1, int fd2, const char *path2,
1074 (int fd1, const char *path1, int fd2, const char *path2,
1079 (int fd1, const char *path1, int fd2, const char *path2,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dunistd.in.h1035 _GL_FUNCDECL_RPL (link, int, (const char *path1, const char *path2)
1037 _GL_CXXALIAS_RPL (link, int, (const char *path1, const char *path2));
1040 _GL_FUNCDECL_SYS (link, int, (const char *path1, const char *path2)
1043 _GL_CXXALIAS_SYS (link, int, (const char *path1, const char *path2));
1065 (int fd1, const char *path1, int fd2, const char *path2,
1069 (int fd1, const char *path1, int fd2, const char *path2,
1074 (int fd1, const char *path1, int fd2, const char *path2,
1079 (int fd1, const char *path1, int fd2, const char *path2,

Completed in 1333 milliseconds

1234