Searched defs:nam_p (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c1498 getname(char *nam_p) argument
1512 (void) strcpy(nam_p, nam_buf);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c146 static int creat_tmp(char *nam_p);
159 static int missdir(char *nam_p);
170 static void set_tym(int dirfd, char *nam_p, time_t atime, time_t mtime);
174 static void verbose(char *nam_p);
1823 char *nam_p; local
1831 nam_p = Fullnam_p;
1833 nam_p = G_p->g_nam_p;
1885 result = stat(nam_p, &DesSt);
1893 curdir = strrchr(nam_p, '.');
1896 lastslash = strrchr(nam_p, '/');
2053 creat_tmp(char *nam_p) argument
2618 read_holesdata(holes_info_t *holes, off_t *fileszp, char *nam_p, data_in_t *data_in_info) argument
2671 char *nam_p; local
2822 read_file(char *nam_p, off_t file_size, off_t *real_filesz, boolean_t read_exact) argument
2894 read_compress_holes(char *nam_p, off_t file_size, off_t *real_filesz, holes_info_t *holes, int *hole_changed) argument
2969 char *nam_p; local
5354 missdir(char *nam_p) argument
5507 char *nam_p; local
6090 char *inam_p, *onam_p, *nam_p; local
6746 set_tym(int dirfd, char *nam_p, time_t atime, time_t mtime) argument
6786 char *nam_p; local
6903 verbose(char *nam_p) argument
[all...]

Completed in 70 milliseconds