OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PNbuf
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/tip/
tip.c
127
char
PNbuf
[256]; /* This limits the size of a number */
197
if (strlen(System) > sizeof
PNbuf
- 1) {
199
(int)sizeof(
PNbuf
) - 1);
201
(void)strlcpy(
PNbuf
, System, sizeof(
PNbuf
));
204
PN =
PNbuf
;
Completed in 11 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025