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

  /src/usr.bin/config/
sem.h 91 extern size_t nattrs;
mkmakefile.c 393 attrbuf = emalloc(nattrs * sizeof(*attrbuf));
418 /* XXX nattrs tracking is not exact yet */
419 if (attridx == nattrs) {
420 nattrs *= 2;
421 attrbuf = erealloc(attrbuf, nattrs * sizeof(*attrbuf));
sem.c 72 size_t nattrs; variable in typeref:typename:size_t
2105 nattrs++;
2149 nattrs--;

Completed in 27 milliseconds