Searched refs:path2 (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/ia64/
H A Daliasing-test.c60 char *name, *path2; local
78 path2 = malloc(strlen(path) + strlen(name) + 3);
79 strcpy(path2, path);
80 strcat(path2, "/");
81 strcat(path2, name);
84 rc = map_mem(path2, offset, length, touch);
86 fprintf(stderr, "PASS: %s 0x%lx-0x%lx is %s\n", path2, offset, offset + length, touch ? "readable" : "mappable");
88 fprintf(stderr, "PASS: %s 0x%lx-0x%lx not mappable\n", path2, offset, offset + length);
90 fprintf(stderr, "FAIL: %s 0x%lx-0x%lx not accessible\n", path2, offset, offset + length);
94 r = lstat(path2,
144 char *name, *path2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dcwd.c109 char *path2; local
114 path2 = strdup(path);
115 if (! path2)
126 while (strchr(path2, '/')) {
127 tmp = strdup(path2);
129 cutto(path2, strlen(tmp) + 1);
133 appendpath(result, path2);
134 free(path2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dadt_tree.c244 char *str, *base, *path2; local
264 path2 = SMB_STRDUP( path );
265 if ( !path2 ) {
277 base = path2;
278 str = path2;
320 SAFE_FREE( path2 );
333 pstring path2; local
343 *path2 = '\0';
345 pstrcpy( path2, path );
346 pstrcat( path2, nod
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Ddiff.c34 * D_MISMATCH1 - path1 a dir, path2 a file
35 * D_MISMATCH2 - path1 a file, path2 a dir
38 * D_SKIPPED2 - skipped path2 as it is a special file
167 static void print_status(int val, char *path1, char *path2, char *entry) argument
171 char * const _path2 = entry ? concat_path_file(path2, _entry) : path2;
1023 static void do_diff(char *dir1, char *path1, char *dir2, char *path2) argument
1032 if (path2)
1033 fullpath2 = concat_path_file(dir2, path2);
1038 if (path2) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclifile.c1254 pstring path2; local
1257 pstrcpy(path2,path);
1258 trim_char(path2,'\0','\\');
1259 if (!*path2)
1260 *path2 = '\\';
1269 p += clistr_push(cli, p, path2, -1, STR_TERMINATE);
1351 pstring path2; local
1352 clistr_pull(cli, path2, p,
1353 sizeof(path2), len, STR_ASCII);
1354 *tmp_path = SMB_STRDUP(path2);
[all...]
H A Dlibsmbclient.c1315 pstring path1, path2; local
1350 path2, sizeof(path2),
1376 if (!cli_rename(&srv->cli, path1, path2)) {
1380 !cli_unlink(&srv->cli, path2) ||
1381 !cli_rename(&srv->cli, path1, path2)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dsmbw.c1010 pstring path2; local
1025 smbw_parse_path(newname, server2, share2, path2);
1040 if (!cli_rename(&srv->cli, path1, path2)) {
1043 !cli_unlink(&srv->cli, path2) ||
1044 !cli_rename(&srv->cli, path1, path2)) {

Completed in 196 milliseconds