OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NAMESIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libterminfo/
curterm.c
51
#define
NAMESIZE
256
52
char ttytype[
NAMESIZE
];
/src/usr.bin/last/
last.c
134
"\t [-N
namesize
] [-t tty] [user ...]\n", getprogname(),
150
int
namesize
= UT_NAMESIZE;
local
197
namesize
= atoi(optarg);
198
if (
namesize
< 1)
253
wtmpx(file,
namesize
, linesize, hostsize, numeric);
255
wtmp(file,
namesize
, linesize, hostsize, numeric);
257
wtmpx(file,
namesize
, linesize, hostsize, numeric);
259
wtmp(file,
namesize
, linesize, hostsize, numeric);
377
#define
NAMESIZE
UT_NAMESIZE
384
#undef
NAMESIZE
[
all
...]
/src/usr.bin/config/
sem.c
63
#define
NAMESIZE
100 /* local name buffers */
960
char buf[
NAMESIZE
];
1197
char atbuf[
NAMESIZE
];
1357
char base[
NAMESIZE
];
1586
char base[
NAMESIZE
];
1710
char buf[
NAMESIZE
];
1733
char fakename[
NAMESIZE
];
1983
char base[
NAMESIZE
];
2019
char buf[
NAMESIZE
];
Completed in 16 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026