Searched refs:initfile (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/pax/ |
H A D | pax.h | 710 extern void initfile(Archive_t*, File_t*, struct stat*, char*, int);
|
H A D | pax-tar.c | 304 initfile(ap, &h, &st, name, X_IFREG|X_IRUSR|X_IWUSR|X_IRGRP|X_IROTH); 345 initfile(ap, f = &h, &st, ".", X_IFREG|X_IRUSR|X_IWUSR|X_IRGRP|X_IROTH);
|
H A D | file.c | 1102 initfile(ap, &ap->file, &ap->st, NiL, 0); 1132 initfile(register Archive_t* ap, register File_t* f, struct stat* st, register char* name, int mode) function
|
H A D | misc.c | 269 initfile(ap, &tmp, &st, bp->file.name, X_IFREG);
|
H A D | format.c | 308 initfile(ap, f, f->st, file, X_IFREG);
|
H A D | delta.c | 583 initfile(ap, f, f->st, pos->bucket->name, X_IFREG|X_IRUSR|X_IWUSR|X_IRGRP|X_IROTH);
|
Completed in 26 milliseconds