Searched refs:full_path (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-auth-util.c85 DBusString full_path; local
87 if (!_dbus_string_init (&full_path))
90 if (!_dbus_string_copy (&test_directory, 0, &full_path, 0))
91 _dbus_assert_not_reached ("couldn't copy dir to full_path");
93 if (!_dbus_concat_dir_and_file (&full_path, &filename))
100 _dbus_string_free (&full_path);
106 if (!_dbus_auth_script_run (&full_path))
108 _dbus_string_free (&full_path);
112 _dbus_string_free (&full_path);
H A Ddbus-server-unix.c89 DBusString full_path; local
92 if (!_dbus_string_init (&full_path))
100 _dbus_string_free (&full_path);
108 !_dbus_string_append (&full_path, tmpdir) ||
109 !_dbus_concat_dir_and_file (&full_path, &filename))
111 _dbus_string_free (&full_path);
120 _dbus_server_new_for_domain_socket (_dbus_string_get_const_data (&full_path),
128 _dbus_string_free (&full_path);
H A Ddbus-message-util.c605 DBusString full_path; local
607 if (!_dbus_string_init (&full_path))
610 if (!_dbus_string_copy (&test_directory, 0, &full_path, 0))
611 _dbus_assert_not_reached ("couldn't copy dir to full_path");
613 if (!_dbus_concat_dir_and_file (&full_path, &filename))
628 _dbus_string_free (&full_path);
635 if (! (*function) (&full_path,
638 _dbus_string_free (&full_path);
642 _dbus_string_free (&full_path);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dlink.c113 char *full_path = NULL; local
138 full_path = build_path_from_dentry(direntry);
139 if (!full_path)
142 cFYI(1, "Full path: %s inode = 0x%p", full_path, inode);
144 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, &target_path,
146 kfree(full_path);
165 char *full_path = NULL; local
173 full_path = build_path_from_dentry(direntry);
175 if (full_path == NULL) {
181 cFYI(1, "Full path: %s", full_path);
[all...]
H A Dxattr.c52 char *full_path; local
66 full_path = build_path_from_dentry(direntry);
67 if (full_path == NULL) {
87 rc = CIFSSMBSetEA(xid, pTcon, full_path, ea_name, NULL,
92 kfree(full_path);
107 char *full_path; local
121 full_path = build_path_from_dentry(direntry);
122 if (full_path == NULL) {
135 kfree(full_path);
149 rc = CIFSSMBSetEA(xid, pTcon, full_path, ea_nam
214 char *full_path; local
338 char *full_path; local
[all...]
H A Dinode.c309 const unsigned char *full_path,
319 cFYI(1, "Getting info on %s", full_path);
322 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
542 const unsigned char *full_path, FILE_ALL_INFO *pfindData,
553 cFYI(1, "Getting info on %s", full_path);
570 rc = CIFSSMBQPathInfo(xid, pTcon, full_path, pfindData,
578 rc = SMBQueryInformation(xid, pTcon, full_path,
618 full_path, &fattr.cf_uniqueid,
637 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid);
646 cifs_acl_to_fattr(cifs_sb, &fattr, *pinode, full_path, pfi
308 cifs_get_inode_info_unix(struct inode **pinode, const unsigned char *full_path, struct super_block *sb, int xid) argument
541 cifs_get_inode_info(struct inode **pinode, const unsigned char *full_path, FILE_ALL_INFO *pfindData, struct super_block *sb, int xid, const __u16 *pfid) argument
675 char *full_path = NULL; local
814 char *full_path; local
861 cifs_set_file_info(struct inode *inode, struct iattr *attrs, int xid, char *full_path, __u32 dosattr) argument
970 cifs_rename_pending_delete(char *full_path, struct dentry *dentry, int xid) argument
1076 char *full_path = NULL; local
1174 char *full_path = NULL; local
1356 char *full_path = NULL; local
1604 char *full_path = NULL; local
1685 cifs_set_file_size(struct inode *inode, struct iattr *attrs, int xid, char *full_path) argument
1766 char *full_path = NULL; local
1902 char *full_path = NULL; local
[all...]
H A Ddir.c55 char *full_path; local
82 full_path = kmalloc(namelen+1, GFP_KERNEL);
83 if (full_path == NULL)
84 return full_path;
85 full_path[namelen] = 0; /* trailing null */
91 full_path[namelen] = dirsep;
92 strncpy(full_path + namelen + 1, temp->d_name.name,
94 cFYI(0, "name: %s", full_path + namelen);
99 kfree(full_path);
109 kfree(full_path);
184 cifs_posix_open(char *full_path, struct inode **pinode, struct super_block *sb, int mode, int oflags, __u32 *poplock, __u16 *pnetfid, int xid) argument
292 char *full_path = NULL; local
492 char *full_path = NULL; local
620 char *full_path = NULL; local
[all...]
H A Dcifs_dfs_ref.c305 char *full_path = NULL; local
332 full_path = build_path_from_dentry(dentry);
333 if (full_path == NULL) {
338 rc = get_dfs_path(xid, ses , full_path + 1, cifs_sb->local_nls,
354 full_path, referrals + i);
373 kfree(full_path);
H A Dfile.c167 char *full_path, int xid)
202 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb,
205 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb,
227 char *full_path = NULL; local
240 full_path = build_path_from_dentry(file->f_path.dentry);
241 if (full_path == NULL) {
247 inode, file->f_flags, full_path);
261 rc = cifs_posix_open(full_path, &inode, inode->i_sb,
347 rc = CIFSSMBOpen(xid, tcon, full_path, disposition,
356 rc = SMBLegacyOpen(xid, tcon, full_path, dispositio
165 cifs_open_inode_helper(struct inode *inode, struct cifsTconInfo *pTcon, int *oplock, FILE_ALL_INFO *buf, char *full_path, int xid) argument
427 char *full_path = NULL; local
[all...]
H A Dconnect.c2477 struct cifs_sb_info *cifs_sb, const char *full_path)
2486 rc = CIFSSMBQPathInfo(xid, tcon, full_path, pfile_info,
2518 char *full_path; local
2521 full_path = kmalloc(unc_len + cifs_sb->prepathlen + 1, GFP_KERNEL);
2522 if (full_path == NULL)
2525 strncpy(full_path, volume_info->UNC, unc_len);
2529 if (full_path[i] == '\\')
2530 full_path[i] = '/';
2535 strncpy(full_path + unc_len, cifs_sb->prepath,
2538 full_path[unc_le
2476 is_path_accessible(int xid, struct cifsTconInfo *tcon, struct cifs_sb_info *cifs_sb, const char *full_path) argument
2553 char *full_path; local
[all...]
H A Dreaddir.c194 int get_symlink_reparse_path(char *full_path, struct cifs_sb_info *cifs_sb,
204 rc = CIFSSMBOpen(xid, ptcon, full_path, FILE_OPEN, GENERIC_READ,
210 rc = CIFSSMBQueryReparseLinkInfo(xid, ptcon, full_path,
225 char *full_path; local
249 full_path = build_path_from_dentry(file->f_path.dentry);
251 if (full_path == NULL)
254 cFYI(1, "Full path: %s start at: %lld", full_path, file->f_pos);
271 rc = CIFSFindFirst(xid, pTcon, full_path, cifs_sb->local_nls,
285 kfree(full_path);
H A Dcifsproto.h112 extern int cifs_posix_open(char *full_path, struct inode **pinode,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dconfig-parser-trivial.c345 check_return_values (const DBusString *full_path) argument
357 printf ("Testing values from: %s\n", _dbus_string_get_const_data (full_path));
359 parser = bus_config_load (full_path, TRUE, NULL, &error);
420 do_load (const DBusString *full_path, argument
429 parser = bus_config_load (full_path, TRUE, NULL, &error);
473 const DBusString *full_path; member in struct:__anon1613
482 return do_load (d->full_path, d->validity, TRUE);
536 DBusString full_path; local
539 if (!_dbus_string_init (&full_path))
542 if (!_dbus_string_copy (&test_directory, 0, &full_path,
600 make_full_path(const DBusString *test_data_dir, const char *subdir, const char *file, DBusString *full_path) argument
646 check_file_valid(DBusString *full_path, Validity validity) argument
670 DBusString full_path; local
[all...]
H A Dconfig-parser.c2076 DBusString *full_path)
2080 return _dbus_string_copy (filename, 0, full_path, 0);
2084 if (!_dbus_string_copy (basedir, 0, full_path, 0))
2087 if (!_dbus_concat_dir_and_file (full_path, filename))
2228 DBusString full_path; local
2230 if (!_dbus_string_init (&full_path))
2236 if (!_dbus_string_copy (dirname, 0, &full_path, 0))
2239 _dbus_string_free (&full_path);
2243 if (!_dbus_concat_dir_and_file (&full_path, &filename))
2246 _dbus_string_free (&full_path);
2074 make_full_path(const DBusString *basedir, const DBusString *filename, DBusString *full_path) argument
2380 DBusString full_path, selinux_policy_root; local
2427 DBusString full_path; local
2452 DBusString full_path; local
2542 DBusString full_path; local
2799 do_load(const DBusString *full_path, Validity validity, dbus_bool_t oom_possible, dbus_bool_t check_own_rules) argument
2858 const DBusString *full_path; member in struct:__anon1623
2922 DBusString full_path; local
3189 DBusString full_path; local
3292 DBusString full_path; local
[all...]
H A Dactivation-helper.c55 DBusString full_path; local
69 if (!_dbus_string_init (&full_path))
93 _dbus_string_set_length (&full_path, 0);
96 if (!_dbus_string_append (&full_path, dir) ||
97 !_dbus_concat_dir_and_file (&full_path, &filename))
103 _dbus_verbose ("Trying to load file '%s'\n", _dbus_string_get_data (&full_path));
104 desktop_file = bus_desktop_file_load (&full_path, &tmp_error);
109 _dbus_string_get_const_data (&full_path),
136 _dbus_string_free (&full_path);
H A Dactivation.c588 DBusString full_path; local
603 if (!_dbus_string_init (&full_path))
629 _dbus_string_set_length (&full_path, 0);
647 if (!_dbus_string_append (&full_path, s_dir->dir_c) ||
648 !_dbus_concat_dir_and_file (&full_path, &filename))
655 desktop_file = bus_desktop_file_load (&full_path, &tmp_error);
659 _dbus_string_get_const_data (&full_path),
681 _dbus_string_get_const_data (&full_path), tmp_error.message);
717 _dbus_string_free (&full_path);
2244 DBusString file_name, full_path; local
2279 DBusString file_name, full_path; local
2311 DBusString filename, full_path; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dmodule.c100 pstring full_path; local
113 pstrcpy(full_path, lib_path(subsystem));
114 pstrcat(full_path, "/");
115 pstrcat(full_path, module);
116 pstrcat(full_path, ".");
117 pstrcat(full_path, shlib_ext());
119 DEBUG(5, ("Probing module '%s': Trying to load from %s\n", module, full_path));
121 return do_smb_load_module(full_path, True);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dscanner.c724 char *full_path; local
771 full_path = malloc(PATH_MAX);
772 if (!full_path)
790 snprintf(full_path, PATH_MAX, "%s/%s", dir, namelist[i]->d_name);
804 if(strcmp(full_path,adminfolder[k])==0)
829 type = resolve_unknown_type(full_path, dir_types);
831 if( (type == TYPE_DIR) && (access(full_path, R_OK|X_OK) == 0) )
834 insert_directory(name, full_path, BROWSEDIR_ID, THISORNUL(parent), i+startID);
836 ScanDirectory(full_path, parent_id, dir_types);
839 else if( type == TYPE_FILE && (access(full_path, R_O
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dscanner.c713 char full_path[PATH_MAX]; local
757 sprintf(full_path, "%s/%s", dir, namelist[i]->d_name);
769 type = resolve_unknown_type(full_path, dir_type);
772 printf("%d: %s.\n", i, full_path);
777 insert_directory(name?name:namelist[i]->d_name, full_path, BROWSEDIR_ID, (parent ? parent:""), i+startID);
779 ScanDirectory(full_path, parent_id, dir_type);
784 if( insert_file(name?name:namelist[i]->d_name, full_path, (parent ? parent:""), i+startID) == 0 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_usershare.c527 pstring full_path; local
618 get_basepath(full_path);
619 pstrcat(full_path, "/");
620 pstrcpy(full_path_tmp, full_path);
621 pstrcat(full_path, sharename);
818 if (rename(full_path_tmp, full_path) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Ddir.c1016 pstring full_path; local
1017 getcwd(full_path, sizeof(full_path));
1018 pstrcat(full_path, "/");
1020 pstrcat(full_path, dir_path);
1021 pstrcat(full_path, "/");
1023 pstrcat(full_path, name);
1025 /* "full_path" is in format "/tmp/mnt/usbx/partx/xxx",
1027 if (IS_ADMIN_PATH(conn, &full_path[9])) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-usb-linux.c332 char full_path[USB_LINE_LEN]; local
355 snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handle->md.ifindex);
356 handle->fd = open(full_path, O_RDONLY, 0);
390 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR"/%dt", handle->md.ifindex);
391 handle->fd = open(full_path, O_RDONLY, 0);
400 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR_OLD"/%dt", handle->md.ifindex);
401 handle->fd = open(full_path, O_RDONLY, 0);
406 "Can't open USB bus file %s: %s", full_path, strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Durl.c1090 "foo/bar" and u->query is "param=value", full_path will be
1097 char *full_path = xmalloc (length + 1);
1099 full_path_write (url, full_path);
1100 full_path[length] = '\0';
1102 return full_path;
1093 char *full_path = xmalloc (length + 1); local
H A Dcookies.c811 path_matches (const char *full_path, const char *prefix)
815 if (0 != strncmp (full_path, prefix, len))
805 path_matches(const char *full_path, const char *prefix) argument

Completed in 310 milliseconds