HomeSort by relevance Sort by last modified time
    Searched refs:skip_space (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
etherent.c 41 static inline int skip_space(FILE *);
57 skip_space(FILE *f) function
92 c = skip_space(fp);
135 c = skip_space(fp);
  /external/u-boot/examples/standalone/
smc911x_eeprom.c 129 * skip_space - find first non-whitespace in given pointer
131 static char *skip_space(char *buf) function
149 line = skip_space(line + 1);
165 line = skip_space(line + 1);
171 line = skip_space(endp);
177 line = skip_space(endp);
355 line = skip_space(line);
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_screen.c 386 skip_space(const char **p) function
479 skip_space(&option);

Completed in 210 milliseconds