Searched refs:pprint (Results 1 – 9 of 9) sorted by relevance
/freebsd/tools/tools/nanobsd/ |
H A D | defaults.sh | 289 pprint 2 "Clean and create object directory (${MAKEOBJDIRPREFIX})" 298 pprint 2 "Construct build make.conf ($NANO_MAKE_CONF_BUILD)" 313 pprint 2 "run buildworld" 314 pprint 3 "log: ${MAKEOBJDIRPREFIX}/_.bw" 325 pprint 2 "build kernel ($NANO_KERNEL)" 326 pprint 3 "log: ${MAKEOBJDIRPREFIX}/_.bk" 344 pprint 2 "Clean and create object directory (${NANO_OBJ})" 352 pprint 2 "Clean and create world directory (${NANO_WORLDDIR})" 362 pprint 2 "Construct install make.conf ($NANO_MAKE_CONF_INSTALL)" 378 pprint 2 "installworld" [all …]
|
H A D | nanobsd.sh | 159 pprint 1 "NanoBSD image ${NANO_NAME} build starting" 167 pprint 2 "Using existing build tree (as instructed)" 172 pprint 2 "Skipping buildworld (as instructed)" 181 pprint 2 "Skipping buildkernel (as instructed)" 190 pprint 2 "Skipping installworld (as instructed)" 202 pprint 2 "Skipping installkernel (as instructed)" 212 pprint 2 "Skipping image prep (as instructed)" 220 pprint 2 "Skipping image build (as instructed)" 223 pprint 2 "Skipping code and image build (as instructed)" 227 pprint 1 "NanoBSD image ${NANO_NAME} completed"
|
H A D | legacy.sh | 96 pprint 2 "build code slice" 97 pprint 3 "log: ${NANO_OBJ}/_.cs" 149 pprint 2 "build diskimage" 150 pprint 3 "log: ${NANO_OBJ}/_.di" 221 pprint 2 "NANO_SLICE_DATA is the same as NANO_SLICE_CFG, fix."
|
/freebsd/tools/tools/nanobsd/rescue/ |
H A D | common | 92 pprint 2 "configure nanobsd /etc" 105 pprint 2 "last orders"
|
/freebsd/contrib/tcsh/ |
H A D | sh.proc.c | 127 static int pprint (struct process *, int); 392 (void) pprint(pp, NUMBER | NAME | REASON); in pchild() 435 flags = pprint(pp, NUMBER | NAME | REASON); in pnote() 543 (void) pprint(pp, SHELLDIR); in pjwait() 546 (void) pprint(pp, AREASON | SHELLDIR); in pjwait() 549 (void) pprint(pp, AREASON | SHELLDIR); in pjwait() 984 pprint(struct process *pp, int flag) in pprint() function 1331 if (!(pprint(pp, flag) & (PRUNNING | PSTOPPED))) in dojobs() 1618 (void) pprint(pp, foregnd ? NAME | JOBDIR : NUMBER | NAME | AMPERSAND); in pstart()
|
/freebsd/tools/tools/nanobsd/pcengines/ |
H A D | common.conf | 75 pprint 2 "last orders"
|
/freebsd/tools/tools/nanobsd/embedded/ |
H A D | common | 177 pprint 2 "build diskimage gpt ${NANO_NAME}" 188 pprint 2 "build diskimage ${NANO_NAME}" 189 pprint 3 "log: ${NANO_LOG}/_.di" 190 pprint 3 "image in: ${NANO_DISKIMGDIR}/_.disk.image.${NANO_NAME}${fmt}"
|
/freebsd/crypto/openssl/apps/ |
H A D | x509.c | 280 int x509toreq = 0, modulus = 0, print_pubkey = 0, pprint = 0; in x509_main() local 506 pprint = ++num; in x509_main() 961 } else if (i == pprint) { in x509_main()
|
/freebsd/tools/tools/nanobsd/dhcpd/ |
H A D | common | 68 pprint 2 "Clean and create world directory (${LOCAL_DIR})"
|