Home
last modified time | relevance | path

Searched refs:AR_SIZE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bmake/
H A Darch.c186 #ifndef AR_SIZE
187 # define AR_SIZE ar_size macro
495 arh.AR_SIZE[sizeof arh.AR_SIZE - 1] = '\0'; in ArchStatMember()
496 size = (size_t)strtol(arh.AR_SIZE, NULL, 10); in ArchStatMember()
779 out_arh->AR_SIZE[sizeof out_arh->AR_SIZE - 1] = '\0'; in ArchFindMember()
780 size = (int)strtol(out_arh->AR_SIZE, NULL, 10); in ArchFindMember()