Home
last modified time | relevance | path

Searched refs:protodir (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.c358 read_pkginfo(const char *protodir, short *arch, char *basedir) in read_pkginfo() argument
377 (void) strcat(strcat(strcpy(pkginfofile, protodir), "/"), in read_pkginfo()
381 (void) strcat(strcat(strcpy(pkginfofile, protodir), "/"), in read_pkginfo()
452 first_pass_prototype(const char *protofile, const char *protodir, in first_pass_prototype() argument
506 include_file, protodir), "/"), in first_pass_prototype()
510 protodir, list, arch, basedir, in first_pass_prototype()
559 second_pass_prototype(const char *protofile, const char *protodir, in second_pass_prototype() argument
602 protodir), "/"), inc_file); in second_pass_prototype()
609 protodir, list, arch, basedir, pkgname); in second_pass_prototype()
634 process_package_dir(const char *pkgname, const char *protodir, in process_package_dir() argument
[all …]
H A Dprotodir.h30 extern int process_package_dir(const char *pkgname, const char *protodir,
H A DMakefile27 STD_OBJS= proto_list.o protodir.o list.o stdusers.o \
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c402 static int makedir(struct direct *protodir, int entries);
2846 makedir(struct direct *protodir, int entries) in makedir() argument
2854 protodir[i].d_reclen = DIRSIZ(&protodir[i]); in makedir()
2855 bcopy(&protodir[i], cp, protodir[i].d_reclen); in makedir()
2856 cp += protodir[i].d_reclen; in makedir()
2857 spcleft -= protodir[i].d_reclen; in makedir()
2859 protodir[i].d_reclen = spcleft; in makedir()
2860 bcopy(&protodir[i], cp, DIRSIZ(&protodir[i])); in makedir()