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

  /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
    [all...]
  /src/external/bsd/mdocml/dist/
html.c 468 int c, len, breakline, nospace; local
477 nospace = 0;
568 nospace = 1;
588 return nospace;
  /src/sys/dev/ic/
bcmgenet.c 202 bool nospace; local
224 nospace = sc->sc_tx.queued >= TX_DESC_COUNT - nsegs;
225 if (nospace) {
dwc_eqos.c 311 bool nospace; local
335 nospace = sc->sc_tx.queued >= TX_DESC_COUNT - nsegs;
336 if (nospace) {

Completed in 35 milliseconds