OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fnlen
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/nvi/dist/ex/
tag.h
86
size_t
fnlen
; /* Filename length. */
member in struct:_tag
/src/sys/sys/
kernhist.h
55
size_t
fnlen
; /* length of function name */
member in struct:kern_history_ent
211
_e_->
fnlen
= strlen(_kernhist_name); \
/src/usr.bin/vmstat/
vmstat.c
2273
size_t fmtlen = 0,
fnlen
= 0;
local
2297
if (fn == NULL || e->
fnlen
>
fnlen
) {
2299
fnlen
= e->
fnlen
;
2300
if ((fn = malloc(
fnlen
+ 1)) == NULL)
2311
deref_kptr(e->fn, fn,
fnlen
, "function name");
2312
fn[
fnlen
] = '\0';
Completed in 17 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026