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

  /src/usr.bin/make/
arch.c 141 size_t fnamesize; /* Size of the string table */ member in struct:Arch
437 ar->fnamesize = 0;
565 ar->fnamesize = size;
591 if (entry >= ar->fnamesize) {
593 inout_name, (unsigned long)ar->fnamesize);
arch.c 141 size_t fnamesize; /* Size of the string table */ member in struct:Arch
437 ar->fnamesize = 0;
565 ar->fnamesize = size;
591 if (entry >= ar->fnamesize) {
593 inout_name, (unsigned long)ar->fnamesize);

Completed in 68 milliseconds