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

  /src/usr.bin/mail/
strings.c 75 salloc(size_t size) function
116 p = salloc(number * size);
  /src/external/gpl2/groff/dist/src/libs/libgroff/
string.cpp 28 static char *salloc(int len, int *sizep);
33 static char *salloc(int len, int *sizep) function
90 ptr = salloc(n, &sz);
104 ptr = salloc(len, &sz);
111 ptr = salloc(1, &sz);
117 ptr = salloc(len, &sz);
222 ptr = salloc(len, &sz);
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.h 315 int salloc; /* Number of states currently allocated. */ member in struct:dfa
  /src/external/gpl2/grep/dist/src/
dfa.h 334 int salloc; /* Number of states currently allocated. */ member in struct:dfa

Completed in 23 milliseconds