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

/freebsd-10.1-release/tools/tools/nanobsd/
H A Dnanobsd.sh201 pprint 2 "Clean and create object directory (${MAKEOBJDIRPREFIX})"
212 pprint 2 "Construct build make.conf ($NANO_MAKE_CONF_BUILD)"
219 pprint 2 "run buildworld"
220 pprint 3 "log: ${MAKEOBJDIRPREFIX}/_.bw"
232 pprint 2 "build kernel ($NANO_KERNEL)"
233 pprint 3 "log: ${MAKEOBJDIRPREFIX}/_.bk"
258 pprint 2 "Clean and create object directory (${NANO_OBJ})"
266 pprint 2 "Clean and create world directory (${NANO_WORLDDIR})"
276 pprint 2 "Construct install make.conf ($NANO_MAKE_CONF_INSTALL)"
283 pprint
880 pprint() ( function
[all...]
/freebsd-10.1-release/tools/tools/nanobsd/rescue/
H A Dcommon79 pprint 2 "configure nanobsd /etc"
92 pprint 2 "last orders"
/freebsd-10.1-release/tools/tools/nanobsd/pcengines/
H A Dcommon.conf80 pprint 2 "last orders"
/freebsd-10.1-release/contrib/tcsh/
H A Dsh.proc.c133 static int pprint (struct process *, int);
393 (void) pprint(pp, NUMBER | NAME | REASON);
436 flags = pprint(pp, NUMBER | NAME | REASON);
543 (void) pprint(pp, SHELLDIR);
546 (void) pprint(pp, AREASON | SHELLDIR);
549 (void) pprint(pp, AREASON | SHELLDIR);
949 * pprint - print a job
960 pprint(struct process *pp, int flag) function
1302 if (!(pprint(pp, flag) & (PRUNNING | PSTOPPED)))
1589 (void) pprint(p
[all...]
/freebsd-10.1-release/crypto/openssl/apps/
H A Dx509.c199 int pprint = 0; local
417 pprint = ++num;
731 else if (pprint == i) {

Completed in 60 milliseconds