HomeSort by relevance Sort by last modified time
    Searched full:stopchar (Results 1 - 6 of 6) sorted by null

  /ndk/sources/host-tools/make-3.81/
dep.h 62 extern struct nameseq *parse_file_seq PARAMS ((char **stringp, int stopchar, unsigned int size, int strip));
read.c     [all...]
misc.c 436 end_of_token_w32 (char *s, char stopchar)
441 while (*p != '\0' && *p != stopchar
make.h 371 extern char *end_of_token_w32(char *s, char stopchar);
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
SDL_sysjoystick.c 98 int joyGetData(char *joyenv, char *name, char stopchar, size_t maxchars);
641 /* the stopchar or maxchars is reached. The result is placed in name. */
643 int joyGetData(char *joyenv, char *name, char stopchar, size_t maxchars)
649 while (*joyenv!=stopchar && *joyenv!=0)
659 if (*joyenv==stopchar)
661 joyenv++; /* Jump stopchar */
  /external/libxml2/
HTMLparser.c     [all...]

Completed in 2440 milliseconds