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

  /external/libppp/src/
defs.c 286 int instring; local
288 instring = 0;
299 instring = !instring;
301 } else if (!instring && (issep(*p) ||
307 return instring ? NULL : p;
systems.c 73 int instring; local
77 instring = 0;
87 instring = !instring;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 102 compile (char *__restrict instring, char *__restrict expbuf,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 102 compile (char *__restrict instring, char *__restrict expbuf,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 102 compile (char *__restrict instring, char *__restrict expbuf,
  /ndk/sources/host-tools/make-3.81/
job.c 2315 int instring, word_has_equals, seen_nonequals, last_argument_was_empty; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 534 static char *convert_string(char *instring, size_t *sizep)
541 outp = inp = instring;
563 return instring;
  /external/quake/quake/src/WinQuake/
snd_gus.cpp 269 static int add_section(char *instring, long offset)
275 get_section_name(section,instring);
295 static void add_field(char *instring, int section, long offset)
301 get_field_name(field,instring);
    [all...]

Completed in 2456 milliseconds