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

  /src/external/gpl2/grep/dist/intl/
localealias.c 120 static char *string_space; variable
314 char *new_pool = (char *) realloc (string_space, new_size);
318 if (__builtin_expect (string_space != new_pool, 0))
324 map[i].alias += new_pool - string_space;
325 map[i].value += new_pool - string_space;
329 string_space = new_pool;
333 map[nmap].alias = memcpy (&string_space[string_space_act],
337 map[nmap].value = memcpy (&string_space[string_space_act],
382 if (string_space != NULL)
383 free (string_space);
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-utils.c 618 size_t string_space;
621 for (len = 0, string_space = 0; argv[len] != NULL; ++len)
622 string_space += strlen (argv[len]) + 1;
627 + string_space,
615 size_t string_space; local
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-utils.c 618 size_t string_space;
621 for (len = 0, string_space = 0; argv[len] != NULL; ++len)
622 string_space += strlen (argv[len]) + 1;
627 + string_space,
615 size_t string_space; local

Completed in 26 milliseconds