Searched refs:fullpath (Results 1 - 25 of 99) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/registry/tools/
H A Dregtree.c33 * @param fullpath Whether the full pat hshould be printed or just the last bit
38 bool fullpath, bool novals)
63 print_tree(level+1, subkey, (fullpath && strlen(name))?
66 keyname, fullpath, novals);
112 bool fullpath = false, no_values = false; local
117 {"fullpath", 'f', POPT_ARG_NONE, &fullpath, 0, "show full paths", NULL},
148 print_tree(0, start_key, "", fullpath, no_values);
162 fullpath, no_values);
36 print_tree(int level, struct registry_key *p, const char *name, bool fullpath, bool novals) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/registry/tools/
H A Dregtree.c33 * @param fullpath Whether the full pat hshould be printed or just the last bit
38 bool fullpath, bool novals)
63 print_tree(level+1, subkey, (fullpath && strlen(name))?
66 keyname, fullpath, novals);
112 bool fullpath = false, no_values = false; local
117 {"fullpath", 'f', POPT_ARG_NONE, &fullpath, 0, "show full paths", NULL},
148 print_tree(0, start_key, "", fullpath, no_values);
162 fullpath, no_values);
36 print_tree(int level, struct registry_key *p, const char *name, bool fullpath, bool novals) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/registry/tools/
H A Dregtree.c33 * @param fullpath Whether the full pat hshould be printed or just the last bit
38 bool fullpath, bool novals)
63 print_tree(level+1, subkey, (fullpath && strlen(name))?
66 keyname, fullpath, novals);
112 bool fullpath = false, no_values = false; local
117 {"fullpath", 'f', POPT_ARG_NONE, &fullpath, 0, "show full paths", NULL},
148 print_tree(0, start_key, "", fullpath, no_values);
162 fullpath, no_values);
36 print_tree(int level, struct registry_key *p, const char *name, bool fullpath, bool novals) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/dtc/
H A Dchecks.c119 TRACE(c, "%s", node->fullpath);
125 TRACE(c, "%s\t'%s'", node->fullpath, prop->name);
191 propname, node->fullpath);
208 propname, node->fullpath);
228 child->fullpath);
241 prop->name, node->fullpath);
257 node->name[n], node->fullpath);
266 node->fullpath);
277 prop->name[n], prop->name, node->fullpath);
294 node->fullpath, pro
[all...]
H A Ddtc.c63 tree->fullpath = join_path(prefix, tree->name);
72 fill_fullpaths(child, tree->fullpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/dtc/
H A Dchecks.c119 TRACE(c, "%s", node->fullpath);
125 TRACE(c, "%s\t'%s'", node->fullpath, prop->name);
191 propname, node->fullpath);
208 propname, node->fullpath);
228 child->fullpath);
241 prop->name, node->fullpath);
257 node->name[n], node->fullpath);
266 node->fullpath);
277 prop->name[n], prop->name, node->fullpath);
294 node->fullpath, pro
[all...]
H A Ddtc.c63 tree->fullpath = join_path(prefix, tree->name);
72 fill_fullpaths(child, tree->fullpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/smbd/
H A Dnotify.c179 char *fullpath; local
190 if (asprintf(&fullpath, "%s/%s", fsp->conn->connectpath,
196 e.path = fullpath;
204 SAFE_FREE(fullpath);
316 char *fullpath; local
318 if (asprintf(&fullpath, "%s/%s", conn->connectpath, path) == -1) {
323 notify_trigger(conn->notify_ctx, action, filter, fullpath);
324 SAFE_FREE(fullpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/smbd/
H A Dnotify.c179 char *fullpath; local
190 if (asprintf(&fullpath, "%s/%s", fsp->conn->connectpath,
196 e.path = fullpath;
204 SAFE_FREE(fullpath);
316 char *fullpath; local
318 if (asprintf(&fullpath, "%s/%s", conn->connectpath, path) == -1) {
323 notify_trigger(conn->notify_ctx, action, filter, fullpath);
324 SAFE_FREE(fullpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/smbd/
H A Dnotify.c179 char *fullpath; local
190 if (asprintf(&fullpath, "%s/%s", fsp->conn->connectpath,
196 e.path = fullpath;
204 SAFE_FREE(fullpath);
316 char *fullpath; local
318 if (asprintf(&fullpath, "%s/%s", conn->connectpath, path) == -1) {
323 notify_trigger(conn->notify_ctx, action, filter, fullpath);
324 SAFE_FREE(fullpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dnotify.c202 char *fullpath; local
214 if (asprintf(&fullpath, "%s/%s", fsp->conn->connectpath,
222 e.path = fullpath;
232 SAFE_FREE(fullpath);
372 char *fullpath; local
392 fullpath = talloc_asprintf(talloc_tos(), "%s/%s", conn->connectpath,
394 if (fullpath == NULL) {
398 notify_trigger(conn->notify_ctx, action, filter, fullpath);
399 TALLOC_FREE(fullpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dnotify.c202 char *fullpath; local
214 if (asprintf(&fullpath, "%s/%s", fsp->conn->connectpath,
222 e.path = fullpath;
232 SAFE_FREE(fullpath);
372 char *fullpath; local
392 fullpath = talloc_asprintf(talloc_tos(), "%s/%s", conn->connectpath,
394 if (fullpath == NULL) {
398 notify_trigger(conn->notify_ctx, action, filter, fullpath);
399 TALLOC_FREE(fullpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Dnotify.c202 char *fullpath; local
214 if (asprintf(&fullpath, "%s/%s", fsp->conn->connectpath,
222 e.path = fullpath;
232 SAFE_FREE(fullpath);
372 char *fullpath; local
392 fullpath = talloc_asprintf(talloc_tos(), "%s/%s", conn->connectpath,
394 if (fullpath == NULL) {
398 notify_trigger(conn->notify_ctx, action, filter, fullpath);
399 TALLOC_FREE(fullpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/editors/
H A Ddiff.c853 char *fullpath[2], *path[2]; /* if -N */ local
857 path[i] = fullpath[i] = concat_path_file(p[i], dp[i]);
858 stat(fullpath[i], &stb[i]);
860 fullpath[i] = concat_path_file(p[i], dp[1 - i]);
865 stat(fullpath[k], &stb[1 - k]);
868 printf("Common subdirectories: %s and %s\n", fullpath[0], fullpath[1]);
870 printf("File %s is not a regular file or directory and was skipped\n", fullpath[0]);
872 printf("File %s is not a regular file or directory and was skipped\n", fullpath[1]);
875 printf("File %s is a %s while file %s is a %s\n", fullpath[
879 print_status(diffreg(path), fullpath); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/editors/
H A Ddiff.c853 char *fullpath[2], *path[2]; /* if -N */ local
857 path[i] = fullpath[i] = concat_path_file(p[i], dp[i]);
858 stat(fullpath[i], &stb[i]);
860 fullpath[i] = concat_path_file(p[i], dp[1 - i]);
865 stat(fullpath[k], &stb[1 - k]);
868 printf("Common subdirectories: %s and %s\n", fullpath[0], fullpath[1]);
870 printf("File %s is not a regular file or directory and was skipped\n", fullpath[0]);
872 printf("File %s is not a regular file or directory and was skipped\n", fullpath[1]);
875 printf("File %s is a %s while file %s is a %s\n", fullpath[
879 print_status(diffreg(path), fullpath); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/editors/
H A Ddiff.c853 char *fullpath[2], *path[2]; /* if -N */ local
857 path[i] = fullpath[i] = concat_path_file(p[i], dp[i]);
858 stat(fullpath[i], &stb[i]);
860 fullpath[i] = concat_path_file(p[i], dp[1 - i]);
865 stat(fullpath[k], &stb[1 - k]);
868 printf("Common subdirectories: %s and %s\n", fullpath[0], fullpath[1]);
870 printf("File %s is not a regular file or directory and was skipped\n", fullpath[0]);
872 printf("File %s is not a regular file or directory and was skipped\n", fullpath[1]);
875 printf("File %s is a %s while file %s is a %s\n", fullpath[
879 print_status(diffreg(path), fullpath); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/cifs/
H A Dcifs_dfs_ref.c110 * @fullpath: full path in UNC format
121 const char *fullpath,
211 if (tkn_e || (strlen(fullpath) - ref->path_consumed)) {
216 strcat(mountdata, fullpath + ref->path_consumed);
235 * @fullpath: full path in UNC format
239 const char *fullpath, const struct dfs_info3_param *ref)
245 /* strip first '\' from fullpath */
247 fullpath + 1, ref, &devname);
120 cifs_compose_mount_options(const char *sb_mountdata, const char *fullpath, const struct dfs_info3_param *ref, char **devname) argument
238 cifs_dfs_do_refmount(struct cifs_sb_info *cifs_sb, const char *fullpath, const struct dfs_info3_param *ref) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/cifs/
H A Dcifs_dfs_ref.c110 * @fullpath: full path in UNC format
121 const char *fullpath,
211 if (tkn_e || (strlen(fullpath) - ref->path_consumed)) {
216 strcat(mountdata, fullpath + ref->path_consumed);
235 * @fullpath: full path in UNC format
239 const char *fullpath, const struct dfs_info3_param *ref)
245 /* strip first '\' from fullpath */
247 fullpath + 1, ref, &devname);
120 cifs_compose_mount_options(const char *sb_mountdata, const char *fullpath, const struct dfs_info3_param *ref, char **devname) argument
238 cifs_dfs_do_refmount(struct cifs_sb_info *cifs_sb, const char *fullpath, const struct dfs_info3_param *ref) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/registry/
H A Ddir.c129 char *fullpath; local
138 fullpath = talloc_asprintf(mem_ctx, "%s/%s", p->path, name);
140 d = opendir(fullpath);
142 DEBUG(3,("Unable to open '%s': %s\n", fullpath,
149 ret->path = talloc_steal(ret, fullpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/registry/
H A Ddir.c129 char *fullpath; local
138 fullpath = talloc_asprintf(mem_ctx, "%s/%s", p->path, name);
140 d = opendir(fullpath);
142 DEBUG(3,("Unable to open '%s': %s\n", fullpath,
149 ret->path = talloc_steal(ret, fullpath);
/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.c129 char *fullpath; local
138 fullpath = talloc_asprintf(mem_ctx, "%s/%s", p->path, name);
140 d = opendir(fullpath);
142 DEBUG(3,("Unable to open '%s': %s\n", fullpath,
149 ret->path = talloc_steal(ret, fullpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Dvfs_scannedonly.c143 const char *fullpath,
148 tmp = strrchr(fullpath, '/');
150 base = talloc_strndup(ctx, fullpath, (tmp - fullpath) + 1);
154 shortname = (char *)fullpath;
356 fullpath is a full path starting from / or a relative path to the
842 char *fullpath; local
851 fullpath = talloc_asprintf(ctx, "%s%s", path_w_slash,
853 create_synthetic_smb_fname(ctx, fullpath,NULL,NULL,
860 TALLOC_FREE(fullpath);
142 cachefile_name_f_fullpath(TALLOC_CTX *ctx, const char *fullpath, const char *p_scanned) argument
875 char *fullpath; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Dvfs_scannedonly.c143 const char *fullpath,
148 tmp = strrchr(fullpath, '/');
150 base = talloc_strndup(ctx, fullpath, (tmp - fullpath) + 1);
154 shortname = (char *)fullpath;
356 fullpath is a full path starting from / or a relative path to the
842 char *fullpath; local
851 fullpath = talloc_asprintf(ctx, "%s%s", path_w_slash,
853 create_synthetic_smb_fname(ctx, fullpath,NULL,NULL,
860 TALLOC_FREE(fullpath);
142 cachefile_name_f_fullpath(TALLOC_CTX *ctx, const char *fullpath, const char *p_scanned) argument
875 char *fullpath; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Dvfs_scannedonly.c143 const char *fullpath,
148 tmp = strrchr(fullpath, '/');
150 base = talloc_strndup(ctx, fullpath, (tmp - fullpath) + 1);
154 shortname = (char *)fullpath;
356 fullpath is a full path starting from / or a relative path to the
842 char *fullpath; local
851 fullpath = talloc_asprintf(ctx, "%s%s", path_w_slash,
853 create_synthetic_smb_fname(ctx, fullpath,NULL,NULL,
860 TALLOC_FREE(fullpath);
142 cachefile_name_f_fullpath(TALLOC_CTX *ctx, const char *fullpath, const char *p_scanned) argument
875 char *fullpath; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Dbackup.tcl132 set fullpath [pwd]
136 -d $fullpath/$testdir/data1} res
141 -d $fullpath/$testdir/data1} res] } {

Completed in 238 milliseconds

1234