Home
last modified time | relevance | path

Searched refs:skip_space (Results 1 – 9 of 9) sorted by relevance

/external/libpcap/
Detherent.c40 static inline int skip_space(FILE *);
60 skip_space(FILE *f) in skip_space() function
95 c = skip_space(fp); in pcap_next_etherent()
138 c = skip_space(fp); in pcap_next_etherent()
Dpcap-dpdk.c547 int skip_space = 1; in parse_dpdk_cfg() local
553 if (skip_space && dpdk_cfg[i]!=' '){ // not space in parse_dpdk_cfg()
554 skip_space=!skip_space; // skip normal char in parse_dpdk_cfg()
557 if (!skip_space && dpdk_cfg[i]==' '){ // fint a space in parse_dpdk_cfg()
559 skip_space=!skip_space; // skip space char in parse_dpdk_cfg()
/external/igt-gpu-tools/tools/
Dintel_reg_spec.c145 static const char *skip_space(const char *line) in skip_space() function
155 line = skip_space(line); in ignore_line()
173 line = skip_space(line); in include_file()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drcssmin.c608 skip_space(const rchar *source, rcssmin_ctx_t *ctx) in skip_space() function
671 && (end = skip_space(source, ctx)) < ctx->sentinel in copy_space()
824 next = skip_space(source, ctx); in copy_first()
874 end = skip_space(source, ctx); in copy_semicolon()
/external/openssh/
Dmisc.h47 void skip_space(char **);
Dauth2-pubkey.c601 skip_space(&cp); in check_authkey_line()
731 skip_space(&cp); in check_authkeys_file()
Dsshsig.c746 skip_space(&cp); in parse_principals_key_and_options()
Dmisc.c2177 skip_space(char **cpp) in skip_space() function
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_screen.c434 skip_space(const char **p) in skip_space() function
527 skip_space(&option); in ddebug_screen_create()