Searched refs:path (Results 226 - 250 of 5286) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dwrap_xattr.c31 static ssize_t _wrap_darwin_getxattr(const char *path, const char *name, void *value, size_t size) argument
33 return getxattr(path, name, value, size, 0, 0);
39 static int _wrap_darwin_setxattr(const char *path, const char *name, void *value, size_t size, int flags) argument
41 return setxattr(path, name, value, size, 0, flags);
47 static int _wrap_darwin_removexattr(const char *path, const char *name) argument
49 return removexattr(path, name, 0);
63 static ssize_t _none_getxattr(const char *path, const char *name, void *value, size_t size) argument
73 static int _none_setxattr(const char *path, const char *name, void *value, size_t size, int flags) argument
83 static int _none_removexattr(const char *path, const char *name) argument
100 _PUBLIC_ ssize_t wrap_getxattr(const char *path, cons argument
108 wrap_setxattr(const char *path, const char *name, void *value, size_t size, int flags) argument
116 wrap_removexattr(const char *path, const char *name) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/registry/
H A Ddir.c27 const char *path; member in struct:dir_key
39 char *path; local
42 path = talloc_asprintf(mem_ctx, "%s/%s", dk->path, name);
43 ret = mkdir(path, 0700);
47 key->path = talloc_steal(key, path);
54 printf("FAILED %s BECAUSE: %s\n", path, strerror(errno));
72 char *path; local
78 path
271 char *path = talloc_asprintf(ctx, "%s/%s", local
311 char *path = talloc_asprintf(dk, "%s/%s", dk->path, name); local
326 char *path = talloc_asprintf(mem_ctx, "%s/%s", dk->path, name); local
386 char *path = talloc_asprintf(key, "%s/%s", dk->path, name); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/registry/
H A Ddir.c27 const char *path; member in struct:dir_key
39 char *path; local
42 path = talloc_asprintf(mem_ctx, "%s/%s", dk->path, name);
43 ret = mkdir(path, 0700);
47 key->path = talloc_steal(key, path);
54 printf("FAILED %s BECAUSE: %s\n", path, strerror(errno));
72 char *path; local
78 path
271 char *path = talloc_asprintf(ctx, "%s/%s", local
311 char *path = talloc_asprintf(dk, "%s/%s", dk->path, name); local
326 char *path = talloc_asprintf(mem_ctx, "%s/%s", dk->path, name); local
386 char *path = talloc_asprintf(key, "%s/%s", dk->path, name); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/registry/
H A Ddir.c27 const char *path; member in struct:dir_key
39 char *path; local
42 path = talloc_asprintf(mem_ctx, "%s/%s", dk->path, name);
43 ret = mkdir(path, 0700);
47 key->path = talloc_steal(key, path);
54 printf("FAILED %s BECAUSE: %s\n", path, strerror(errno));
72 char *path; local
78 path
271 char *path = talloc_asprintf(ctx, "%s/%s", local
311 char *path = talloc_asprintf(dk, "%s/%s", dk->path, name); local
326 char *path = talloc_asprintf(mem_ctx, "%s/%s", dk->path, name); local
386 char *path = talloc_asprintf(key, "%s/%s", dk->path, name); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/iucv/
H A Diucv.h42 * path until an iucv_path_resume is issued.
87 * pathid: 16 bit path identification
89 * flags: properties of the path: IPRMDATA, IPQUSCE, IPPRTY
91 * private: private information of the handler associated with the path
92 * list: list_head for the iucv_handler path list.
135 * type 0x01 has been received. The base code allocates a path
136 * structure and "asks" the handler if this path belongs to the
137 * handler. To accept the path the path_pending function needs
147 * type 0x02 has been received for a path that has been established
155 * his end of the communication path
225 struct iucv_path *path; local
241 iucv_path_free(struct iucv_path *path) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/iucv/
H A Diucv.h42 * path until an iucv_path_resume is issued.
87 * pathid: 16 bit path identification
89 * flags: properties of the path: IPRMDATA, IPQUSCE, IPPRTY
91 * private: private information of the handler associated with the path
92 * list: list_head for the iucv_handler path list.
135 * type 0x01 has been received. The base code allocates a path
136 * structure and "asks" the handler if this path belongs to the
137 * handler. To accept the path the path_pending function needs
147 * type 0x02 has been received for a path that has been established
155 * his end of the communication path
225 struct iucv_path *path; local
241 iucv_path_free(struct iucv_path *path) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dinotify.c65 char *path; /* watched path */ member in struct:watch
79 return w->path;
87 add_watch(int fd, const char * path) argument
92 wd = inotify_add_watch(fd, path, IN_CREATE|IN_CLOSE_WRITE|IN_DELETE|IN_MOVE);
95 DPRINTF(E_ERROR, L_INOTIFY, "inotify_add_watch(%s) [%s]\n", path, strerror(errno));
107 nw->path = strdup(path);
124 remove_watch(int fd, const char * path) argument
130 if( strcmp(path,
234 add_dir_watch(int fd, char * path, char * filename) argument
286 inotify_insert_file(char * name, const char * path) argument
451 inotify_insert_directory(int fd, char *name, const char * path) argument
551 inotify_remove_file(const char * path) argument
629 inotify_remove_directory(int fd, const char * path) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dinotify.c65 char *path; /* watched path */ member in struct:watch
79 return w->path;
87 add_watch(int fd, const char * path) argument
92 wd = inotify_add_watch(fd, path, IN_CREATE|IN_CLOSE_WRITE|IN_DELETE|IN_MOVE);
95 DPRINTF(E_ERROR, L_INOTIFY, "inotify_add_watch(%s) [%s]\n", path, strerror(errno));
107 nw->path = strdup(path);
124 remove_watch(int fd, const char * path) argument
130 if( strcmp(path,
234 add_dir_watch(int fd, char * path, char * filename) argument
286 inotify_insert_file(char * name, const char * path) argument
451 inotify_insert_directory(int fd, char *name, const char * path) argument
551 inotify_remove_file(const char * path) argument
629 inotify_remove_directory(int fd, const char * path) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dinotify.c65 char *path; /* watched path */ member in struct:watch
79 return w->path;
87 add_watch(int fd, const char * path) argument
92 wd = inotify_add_watch(fd, path, IN_CREATE|IN_CLOSE_WRITE|IN_DELETE|IN_MOVE);
95 DPRINTF(E_ERROR, L_INOTIFY, "inotify_add_watch(%s) [%s]\n", path, strerror(errno));
107 nw->path = strdup(path);
124 remove_watch(int fd, const char * path) argument
130 if( strcmp(path,
234 add_dir_watch(int fd, char * path, char * filename) argument
286 inotify_insert_file(char * name, const char * path) argument
451 inotify_insert_directory(int fd, char *name, const char * path) argument
551 inotify_remove_file(const char * path) argument
629 inotify_remove_directory(int fd, const char * path) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js/davclient.js/jsbase/
H A Dserver.js52 this.load_async = function(path, callback, errback) {
53 /* load data from a path/url
62 xhr.open('GET', path, true);
76 this.load_sync = function(path) {
78 xhr.open('GET', path, false);
90 this.import_async = function(name, path, errback) {
94 'path' is the path to the object (must be on the same server),
104 this.load_data(path, handler, errback);
107 this.import_sync = function(path) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/jsbase/
H A Dserver.js52 this.load_async = function(path, callback, errback) {
53 /* load data from a path/url
62 xhr.open('GET', path, true);
76 this.load_sync = function(path) {
78 xhr.open('GET', path, false);
90 this.import_async = function(name, path, errback) {
94 'path' is the path to the object (must be on the same server),
104 this.load_data(path, handler, errback);
107 this.import_sync = function(path) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/librpc/gen_ndr/
H A Dnotify.h10 const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */ member in struct:notify_entry
29 const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */ member in struct:notify_event
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/libsmbclient/
H A Dteststatvfs.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;
41 ret = smbc_statvfs(path, &statvfsbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js/davclient.js/jsbase/
H A Dserver.js52 this.load_async = function(path, callback, errback) {
53 /* load data from a path/url
62 xhr.open('GET', path, true);
76 this.load_sync = function(path) {
78 xhr.open('GET', path, false);
90 this.import_async = function(name, path, errback) {
94 'path' is the path to the object (must be on the same server),
104 this.load_data(path, handler, errback);
107 this.import_sync = function(path) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/jsbase/
H A Dserver.js52 this.load_async = function(path, callback, errback) {
53 /* load data from a path/url
62 xhr.open('GET', path, true);
76 this.load_sync = function(path) {
78 xhr.open('GET', path, false);
90 this.import_async = function(name, path, errback) {
94 'path' is the path to the object (must be on the same server),
104 this.load_data(path, handler, errback);
107 this.import_sync = function(path) {
[all...]
/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-map.c25 struct btrfs_path *path; local
32 path = btrfs_alloc_path();
33 BUG_ON(!path);
38 ret = btrfs_search_slot(NULL, root, &search_key, path, 0, 0);
42 if (path->slots[0] > 0) {
43 slot = path->slots[0] - 1;
44 l = path->nodes[0];
53 btrfs_free_path(path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/jsbase/
H A Dserver.js52 this.load_async = function(path, callback, errback) {
53 /* load data from a path/url
62 xhr.open('GET', path, true);
76 this.load_sync = function(path) {
78 xhr.open('GET', path, false);
90 this.import_async = function(name, path, errback) {
94 'path' is the path to the object (must be on the same server),
104 this.load_data(path, handler, errback);
107 this.import_sync = function(path) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/apparmor/include/
H A Dpath.h4 * This file contains AppArmor basic path manipulation function definitions.
20 PATH_IS_DIR = 0x1, /* path is a directory */
22 PATH_CHROOT_REL = 0x8, /* do path lookup relative to chroot */
29 int aa_get_name(struct path *path, int flags, char **buffer, const char **name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/debianutils/
H A Dwhich.c20 char *path; local
29 path = getenv("PATH");
30 if (!path) {
31 path = (char*)bb_PATH_root_path;
32 putenv(path);
33 path += 5; /* skip "PATH=" */
46 char *path2 = xstrdup(path);
75 char *path2 = xstrdup(path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/
H A Dlsattr.c65 char *path; local
67 path = concat_path_file(dir_name, de->d_name);
69 if (lstat(path, &st) != 0)
70 bb_perror_msg("stat %s", path);
72 list_attributes(path);
76 printf("\n%s:\n", path);
77 iterate_on_dir(path, lsattr_dir_proc, NULL);
82 free(path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dfs_struct.h4 #include <linux/path.h>
11 struct path root, pwd;
17 extern void set_fs_root(struct fs_struct *, struct path *);
18 extern void set_fs_pwd(struct fs_struct *, struct path *);
24 static inline void get_fs_root(struct fs_struct *fs, struct path *root)
32 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd)
40 static inline void get_fs_root_and_pwd(struct fs_struct *fs, struct path *root,
41 struct path *pwd)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/apparmor/include/
H A Dpath.h4 * This file contains AppArmor basic path manipulation function definitions.
20 PATH_IS_DIR = 0x1, /* path is a directory */
22 PATH_CHROOT_REL = 0x8, /* do path lookup relative to chroot */
29 int aa_get_name(struct path *path, int flags, char **buffer, const char **name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dfs_struct.h4 #include <linux/path.h>
11 struct path root, pwd;
17 extern void set_fs_root(struct fs_struct *, struct path *);
18 extern void set_fs_pwd(struct fs_struct *, struct path *);
24 static inline void get_fs_root(struct fs_struct *fs, struct path *root)
32 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd)
40 static inline void get_fs_root_and_pwd(struct fs_struct *fs, struct path *root,
41 struct path *pwd)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Dinode-map.c25 struct btrfs_path *path; local
32 path = btrfs_alloc_path();
33 BUG_ON(!path);
38 ret = btrfs_search_slot(NULL, root, &search_key, path, 0, 0);
42 if (path->slots[0] > 0) {
43 slot = path->slots[0] - 1;
44 l = path->nodes[0];
53 btrfs_free_path(path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/debianutils/
H A Dwhich.c20 char *path; local
29 path = getenv("PATH");
30 if (!path) {
31 path = (char*)bb_PATH_root_path;
32 putenv(path);
33 path += 5; /* skip "PATH=" */
46 char *path2 = xstrdup(path);
75 char *path2 = xstrdup(path);

Completed in 311 milliseconds

1234567891011>>