OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 15 16:09:53 GMT 2025