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

  /src/external/gpl3/gcc/dist/libquadmath/printf/
quadmath-printf.c 64 char padbuf[PADSIZE]; local
89 padstr = (const char *) padbuf;
91 padbuf[i] = c;
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
quadmath-printf.c 64 char padbuf[PADSIZE]; local
89 padstr = (const char *) padbuf;
91 padbuf[i] = c;
  /src/sys/dev/ic/
i82586.c 206 static char* padbuf = NULL; variable
259 if (padbuf == NULL) {
260 padbuf = malloc(ETHER_MIN_LEN - ETHER_CRC_LEN, M_DEVBUF,
1165 (sc->memcopyout)(sc, padbuf, buffer,
seeq8005.c 159 static u_char* padbuf = NULL; variable
248 if (padbuf == NULL) {
249 padbuf = malloc(ETHER_MIN_LEN - ETHER_CRC_LEN, M_DEVBUF,
969 ea_writebuf(sc, padbuf, bufstart + 4 + len,

Completed in 24 milliseconds