Searched refs:path (Results 151 - 175 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/
H A Dos_rpath.c15 * Return the last path separator in the path or NULL if none found.
20 __db_rpath(path)
21 const char *path;
25 s = path;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/os-Linux/
H A Dexecvp.c52 char *path = getenv("PATH"); local
53 if (path == NULL)
54 path = ":/bin:/usr/bin";
57 pathlen = strlen(path);
64 p = path;
68 path = p;
70 //p = strchrnul (path, ':');
71 p = strchr(path, ':');
73 p = strchr(path, '\0');
75 if (p == path)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/os-Linux/
H A Dexecvp.c52 char *path = getenv("PATH"); local
53 if (path == NULL)
54 path = ":/bin:/usr/bin";
57 pathlen = strlen(path);
64 p = path;
68 path = p;
70 //p = strchrnul (path, ':');
71 p = strchr(path, ':');
73 p = strchr(path, '\0');
75 if (p == path)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os/
H A Dos_rpath.c15 * Return the last path separator in the path or NULL if none found.
20 __db_rpath(path)
21 const char *path;
25 s = path;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/script/
H A Dexpand-includes.pl25 my $path = shift;
26 unless ($path) {
30 process($path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os/
H A Dos_rpath.c15 * Return the last path separator in the path or NULL if none found.
20 __db_rpath(path)
21 const char *path;
25 s = path;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openpam/lib/libpam/
H A Dopenpam_static.c59 openpam_static(const char *path) argument
64 if (strcmp((*module)->path, path) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/script/
H A Dexpand-includes.pl25 my $path = shift;
26 unless ($path) {
30 process($path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openpam/lib/libpam/
H A Dopenpam_static.c59 openpam_static(const char *path) argument
64 if (strcmp((*module)->path, path) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/script/
H A Dexpand-includes.pl25 my $path = shift;
26 unless ($path) {
30 process($path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openpam/lib/libpam/
H A Dopenpam_static.c59 openpam_static(const char *path) argument
64 if (strcmp((*module)->path, path) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/btrfs/
H A Dinode-item.c23 static int find_name_in_backref(struct btrfs_path *path, const char *name, argument
34 leaf = path->nodes[0];
35 item_size = btrfs_item_size_nr(leaf, path->slots[0]);
36 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
55 struct btrfs_path *path,
69 ret = btrfs_search_slot(trans, root, &key, path, ins_len, cow);
74 if (!find_name_in_backref(path, name, name_len, &ref))
84 struct btrfs_path *path; local
99 path = btrfs_alloc_path();
100 if (!path)
53 btrfs_lookup_inode_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, const char *name, int name_len, u64 inode_objectid, u64 ref_objectid, int mod) argument
144 struct btrfs_path *path; local
197 btrfs_insert_empty_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid) argument
212 btrfs_lookup_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *location, int mod) argument
[all...]
H A Droot-tree.c33 struct btrfs_path *path; local
42 path = btrfs_alloc_path();
43 BUG_ON(!path);
45 ret = btrfs_search_slot(NULL, root, &search_key, path, 0, 0);
52 if (path->slots[0] >= btrfs_header_nritems(path->nodes[0])) {
53 ret = btrfs_next_leaf(root, path);
57 btrfs_item_key_to_cpu(path->nodes[0], &search_key, path->slots[0]);
60 btrfs_release_path(root, path);
79 struct btrfs_path *path; local
136 struct btrfs_path *path; local
188 struct btrfs_path *path; local
260 struct btrfs_path *path; local
331 struct btrfs_path *path; local
358 struct btrfs_path *path; local
404 btrfs_find_root_ref(struct btrfs_root *tree_root, struct btrfs_path *path, u64 root_id, u64 ref_id) argument
439 struct btrfs_path *path; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Dinode-item.c23 static int find_name_in_backref(struct btrfs_path *path, const char *name, argument
34 leaf = path->nodes[0];
35 item_size = btrfs_item_size_nr(leaf, path->slots[0]);
36 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
55 struct btrfs_path *path,
69 ret = btrfs_search_slot(trans, root, &key, path, ins_len, cow);
74 if (!find_name_in_backref(path, name, name_len, &ref))
84 struct btrfs_path *path; local
99 path = btrfs_alloc_path();
100 if (!path)
53 btrfs_lookup_inode_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, const char *name, int name_len, u64 inode_objectid, u64 ref_objectid, int mod) argument
144 struct btrfs_path *path; local
197 btrfs_insert_empty_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid) argument
212 btrfs_lookup_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *location, int mod) argument
[all...]
H A Droot-tree.c33 struct btrfs_path *path; local
42 path = btrfs_alloc_path();
43 BUG_ON(!path);
45 ret = btrfs_search_slot(NULL, root, &search_key, path, 0, 0);
52 if (path->slots[0] >= btrfs_header_nritems(path->nodes[0])) {
53 ret = btrfs_next_leaf(root, path);
57 btrfs_item_key_to_cpu(path->nodes[0], &search_key, path->slots[0]);
60 btrfs_release_path(root, path);
79 struct btrfs_path *path; local
136 struct btrfs_path *path; local
188 struct btrfs_path *path; local
260 struct btrfs_path *path; local
331 struct btrfs_path *path; local
358 struct btrfs_path *path; local
404 btrfs_find_root_ref(struct btrfs_root *tree_root, struct btrfs_path *path, u64 root_id, u64 ref_id) argument
439 struct btrfs_path *path; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/client/
H A Dsmbumount.c73 /* myrealpath from mount, it could get REAL path under a broken connection */
74 char *myrealpath(const char *path, char *resolved_path, int maxreslth) argument
82 if(*path != '/')
92 path++;
96 while(*path != '\0')
98 if(*path == '/')
100 path++;
103 if(*path == '.' && (path[1] == '\0' || path[
164 canonicalize(char *path) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/client/
H A Dsmbumount.c73 /* myrealpath from mount, it could get REAL path under a broken connection */
74 char *myrealpath(const char *path, char *resolved_path, int maxreslth) argument
82 if(*path != '/')
92 path++;
96 while(*path != '\0')
98 if(*path == '/')
100 path++;
103 if(*path == '.' && (path[1] == '\0' || path[
164 canonicalize(char *path) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/client/
H A Dsmbumount.c73 /* myrealpath from mount, it could get REAL path under a broken connection */
74 char *myrealpath(const char *path, char *resolved_path, int maxreslth) argument
82 if(*path != '/')
92 path++;
96 while(*path != '\0')
98 if(*path == '/')
100 path++;
103 if(*path == '.' && (path[1] == '\0' || path[
164 canonicalize(char *path) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dpath.c15 static char bad_path[] = "/bad-path/";
46 static char *cleanup_path(char *path) argument
49 if (!memcmp(path, "./", 2)) {
50 path += 2;
51 while (*path == '/')
52 path++;
54 return path;
79 char path[PATH_MAX]; local
82 (void)perf_vsnpath(path, sizeof(path), fm
123 chomp_trailing_dir_sep(const char *path, int len) argument
135 strip_path_suffix(const char *path, const char *suffix) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dpath.c15 static char bad_path[] = "/bad-path/";
46 static char *cleanup_path(char *path) argument
49 if (!memcmp(path, "./", 2)) {
50 path += 2;
51 while (*path == '/')
52 path++;
54 return path;
79 char path[PATH_MAX]; local
82 (void)perf_vsnpath(path, sizeof(path), fm
123 chomp_trailing_dir_sep(const char *path, int len) argument
135 strip_path_suffix(const char *path, const char *suffix) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/expat-2.0.1/conftools/
H A DPrintPath93 for path in $pathname
95 if [ $test_exec_flag $path/${program}${ext} ] && \
96 [ ! -d $path/${program}${ext} ]; then
98 echo $path/${program}${ext}
105 if [ $test_exec_flag $path/${program} ] && \
106 [ ! -d $path/${program} ]; then
108 echo $path/${program}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/expat-2.0.1/conftools/
H A DPrintPath93 for path in $pathname
95 if [ $test_exec_flag $path/${program}${ext} ] && \
96 [ ! -d $path/${program}${ext} ]; then
98 echo $path/${program}${ext}
105 if [ $test_exec_flag $path/${program} ] && \
106 [ ! -d $path/${program} ]; then
108 echo $path/${program}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/expat-2.0.1/conftools/
H A DPrintPath93 for path in $pathname
95 if [ $test_exec_flag $path/${program}${ext} ] && \
96 [ ! -d $path/${program}${ext} ]; then
98 echo $path/${program}${ext}
105 if [ $test_exec_flag $path/${program} ] && \
106 [ ! -d $path/${program} ]; then
108 echo $path/${program}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/libsmbclient/
H A Dtestfstatvfs.c19 char path[2048]; local
28 *path = '\0';
29 fgets(path, sizeof(path) - 1, stdin);
30 if (strlen(path) == 0)
35 p = path + strlen(path) - 1;
42 if (smbc_stat(path, &statbuf) < 0)
50 if ((fd = smbc_open(path, O_RDONLY, 0)) < 0)
58 if ((fd = smbc_opendir(path)) <
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dxreadlink.c15 char* FAST_FUNC xmalloc_readlink(const char *path) argument
25 readsize = readlink(path, buf, bufsize);
39 * canonicalizes the given path completely. This routine only
41 * returns its name. If the path ends in a dangling link or if
42 * the target doesn't exist, the path is returned in any case.
43 * Intermediate symlinks in the path are not expanded -- only
47 char* FAST_FUNC xmalloc_follow_symlinks(const char *path) argument
55 buf = xstrdup(path);
89 char* FAST_FUNC xmalloc_readlink_or_warn(const char *path) argument
91 char *buf = xmalloc_readlink(path);
103 xmalloc_realpath(const char *path) argument
[all...]

Completed in 126 milliseconds

1234567891011>>