HomeSort by: relevance | last modified time | path
    Searched refs:base_lim (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
stripslash.c 34 char *base_lim; local
41 base_lim = base + base_len (base);
42 had_slash = (*base_lim != '\0');
43 *base_lim = '\0';
  /src/external/gpl3/gdb.old/dist/gnulib/import/
stripslash.c 34 char *base_lim; local
41 base_lim = base + base_len (base);
42 had_slash = (*base_lim != '\0');
43 *base_lim = '\0';
  /src/external/gpl2/xcvs/dist/lib/
stripslash.c 39 char *base_lim = base + base_len (base); local
40 bool had_slash = (*base_lim != '\0');
41 *base_lim = '\0';

Completed in 25 milliseconds