Searched refs:protodir (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/protocmp/ |
H A D | protodir.h | 32 extern int process_package_dir(const char *pkgname, const char *protodir,
|
H A D | protodir.c | 37 #include "protodir.h" 358 read_pkginfo(const char *protodir, short *arch, char *basedir) argument 377 (void) strcat(strcat(strcpy(pkginfofile, protodir), "/"), 381 (void) strcat(strcat(strcpy(pkginfofile, protodir), "/"), 441 * protodir - directory in which prototype file resides. 452 first_pass_prototype(const char *protofile, const char *protodir, argument 506 include_file, protodir), "/"), 510 protodir, list, arch, basedir, 548 * protodir - directory in which prototype file resides. 559 second_pass_prototype(const char *protofile, const char *protodir, argument 634 process_package_dir(const char *pkgname, const char *protodir, elem_list *list, int verbose) argument 699 char protodir[MAXPATHLEN]; local [all...] |
H A D | Makefile | 27 STD_OBJS= proto_list.o protodir.o list.o stdusers.o \
|
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 397 static int makedir(struct direct *protodir, int entries); 2842 makedir(struct direct *protodir, int entries) argument 2850 protodir[i].d_reclen = DIRSIZ(&protodir[i]); 2851 bcopy(&protodir[i], cp, protodir[i].d_reclen); 2852 cp += protodir[i].d_reclen; 2853 spcleft -= protodir[i].d_reclen; 2855 protodir[i].d_reclen = spcleft; 2856 bcopy(&protodir[ [all...] |
Completed in 125 milliseconds