Searched refs:path_name (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dvfs_recycle.c325 char *path_name = NULL; local
392 path_name = strdup("/");
393 ALLOC_CHECK(path_name, done);
396 path_name = strdup(file_name);
397 ALLOC_CHECK(path_name, done);
398 path_name[base - file_name] = '\0';
403 DEBUG(10, ("recycle: fpath = %s\n", path_name)); /* original path */
416 if (checkparam(recycle_exclude_dir(handle), path_name)) {
417 DEBUG(3, ("recycle: directory %s is excluded \n", path_name));
423 asprintf(&temp_name, "%s/%s", repository, path_name);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Dcheck.c167 static char *path_name(DOS_FILE *file) function
173 if (strlen(path_name(file->parent)) > PATH_MAX)
361 printf("%s\n Is a non-directory.\n",path_name(file));
401 path_name(file));
408 path_name(file),FSTART(file,fs),expect);
420 path_name(file),FSTART(file,fs),expect);
428 path_name(file),FSTART(file,fs),fs->clusters+1);
438 path_name(file),fs->fat[curr].value ? "bad" : "free",curr);
448 "bytes.\n Truncating file to %u bytes.\n",path_name(file),
456 printf("%s and\n",path_name(owne
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_srv.c2349 void init_srv_file_info3_str(FILE_INFO_3_STR *fi3, const char *user_name, const char *path_name) argument
2353 init_unistr2(&fi3->uni_path_name, path_name, UNI_STR_TERMINATE);
2386 const char *path_name, const char *user_name)
2388 DEBUG(5,("init_srv_file_info3: %s %s\n", path_name, user_name));
2394 fl3->ptr_path_name = (path_name != NULL) ? 1 : 0;
2384 init_srv_file_info3(FILE_INFO_3 *fl3, uint32 id, uint32 perms, uint32 num_locks, const char *path_name, const char *user_name) argument

Completed in 43 milliseconds