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

  /external/bison/lib/
stripslash.c 34 char *base_lim; local
41 base_lim = base + base_len (base);
42 had_slash = (*base_lim != '\0');
43 *base_lim = '\0';
  /ndk/sources/host-tools/sed-4.2.1/lib/
stripslash.c 33 char *base_lim; local
40 base_lim = base + base_len (base);
41 had_slash = (*base_lim != '\0');
42 *base_lim = '\0';

Completed in 3603 milliseconds