Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c60 #define PKGNAMESIZE 32 /* package entries to allocate in a block */ macro
92 char pkginst[PKGNAMESIZE + 2];
180 (void) snprintf((*pkg_entry)->pkginst, PKGNAMESIZE, "%s%s", in add_pkg_to_list()
389 if (write(fd_drb, pkg_entry->pkginst, PKGNAMESIZE) == -1) { in write_dryrun_bin()
546 char pkg_name[PKGNAMESIZE]; in read_continue_bin()
548 if (read(fd_cnb, &pkg_name, PKGNAMESIZE) == -1) { in read_continue_bin()