Searched refs:pprint (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/tools/tools/nanobsd/
H A Dnanobsd.sh150 # File descriptor 3 is used for logging output, see pprint
163 pprint 1 "NanoBSD image ${NANO_NAME} build starting"
171 pprint 2 "Using existing build tree (as instructed)"
176 pprint 2 "Skipping buildworld (as instructed)"
185 pprint 2 "Skipping buildkernel (as instructed)"
194 pprint 2 "Skipping installworld (as instructed)"
206 pprint 2 "Skipping installkernel (as instructed)"
216 pprint 2 "Skipping image prep (as instructed)"
221 pprint 2 "Skipping image build (as instructed)"
225 pprint
[all...]
H A Ddefaults.sh288 pprint 2 "Clean and create object directory (${MAKEOBJDIRPREFIX})"
297 pprint 2 "Construct build make.conf ($NANO_MAKE_CONF_BUILD)"
312 pprint 2 "run buildworld"
313 pprint 3 "log: ${MAKEOBJDIRPREFIX}/_.bw"
324 pprint 2 "build kernel ($NANO_KERNEL)"
325 pprint 3 "log: ${MAKEOBJDIRPREFIX}/_.bk"
343 pprint 2 "Clean and create object directory (${NANO_OBJ})"
351 pprint 2 "Clean and create world directory (${NANO_WORLDDIR})"
361 pprint 2 "Construct install make.conf ($NANO_MAKE_CONF_INSTALL)"
377 pprint
844 pprint ( ) ( function
[all...]
H A Dlegacy.sh39 pprint 2 "build diskimage"
40 pprint 3 "log: ${NANO_LOG}/_.di"
173 pprint 2 "NANO_SLICE_DATA is the same as NANO_SLICE_CFG, fix."
/freebsd-13-stable/tools/tools/nanobsd/pcengines/
H A Dcommon.conf77 pprint 2 "last orders"
/freebsd-13-stable/contrib/cortex-strings/scripts/
H A Dplot.py9 import pprint namespace
/freebsd-13-stable/contrib/tcsh/
H A Dsh.proc.c127 static int pprint (struct process *, int);
392 (void) pprint(pp, NUMBER | NAME | REASON);
435 flags = pprint(pp, NUMBER | NAME | REASON);
543 (void) pprint(pp, SHELLDIR);
546 (void) pprint(pp, AREASON | SHELLDIR);
549 (void) pprint(pp, AREASON | SHELLDIR);
973 * pprint - print a job
984 pprint(struct process *pp, int flag) function
1331 if (!(pprint(pp, flag) & (PRUNNING | PSTOPPED)))
1618 (void) pprint(p
[all...]
/freebsd-13-stable/crypto/openssl/apps/
H A Dx509.c172 int x509req = 0, days = DEF_DAYS, modulus = 0, pubkey = 0, pprint = 0; local
372 pprint = ++num;
693 else if (pprint == i) {

Completed in 72 milliseconds