Searched refs:skip_space (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xmodmap/dist/
H A Dhandle.c172 static int skip_space ( const char *s, int len );
209 n += skip_space (line+n, len-n);
232 return (n + skip_space (s+n, len-n));
249 skip_space(const char *s, int len) function in typeref:typename:int
457 n = skip_space (line, len);
566 n += skip_space (line+n, len-n);
674 n += skip_space (line+n, len-n);
813 n += skip_space (line+n, len-n);
881 n = skip_space (line, len);
890 n = skip_space (lin
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c408 skip_space(const char **p) function in typeref:typename:void
501 skip_space(&option);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c436 skip_space(const char **p) function in typeref:typename:void
529 skip_space(&option);
/xsrc/external/mit/iceauth/dist/
H A Dprocess.c85 static char *skip_space ( char *s );
253 static char *skip_space (register char *s) function in typeref:typename:char *
309 jword = skip_space (src);
/xsrc/external/mit/xauth/dist/
H A Dprocess.c234 skip_space(register char *s) function in typeref:typename:char *
290 jword = skip_space (src);

Completed in 9 milliseconds