HomeSort by: relevance | last modified time | path
    Searched defs:nospace (Results 1 - 5 of 5) sorted by relevancy

  /src/regress/sys/kern/execve/
Makefile 22 scriptarg scriptarg-nospace
36 test-goodscript test-scriptarg test-scriptarg-nospace \
60 test-scriptarg-nospace: ${PROG} scriptarg-nospace
61 ${RP} scriptarg-nospace 2>&1 | diff ${OD}/scriptarg-nospace -
  /src/usr.bin/hexdump/
hexdump.h 51 char *nospace; /* no whitespace version */ member in struct:_pr
  /src/usr.bin/fpr/
fpr.c 88 __dead static void nospace(void);
184 nospace();
191 nospace();
198 nospace();
227 nospace();
258 nospace();
293 nospace();
304 nospace();
315 nospace();
375 nospace(void function in typeref:typename:void
    [all...]
  /src/sys/dev/ic/
bcmgenet.c 202 bool nospace; local in function:genet_setup_txbuf
224 nospace = sc->sc_tx.queued >= TX_DESC_COUNT - nsegs;
225 if (nospace) {
dwc_eqos.c 311 bool nospace; local in function:eqos_setup_txbuf
335 nospace = sc->sc_tx.queued >= TX_DESC_COUNT - nsegs;
336 if (nospace) {

Completed in 14 milliseconds