OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bytesize
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/ftp/
ftp_var.h
243
GLOBAL int
bytesize
; /* local byte size in binary */
variable
/src/sys/fs/nfs/common/
nfs_commonsubs.c
402
int rem,
bytesize
;
local
409
bytesize
= NFSX_UNSIGNED + siz + rem;
447
return (
bytesize
);
488
int fullsiz, rem,
bytesize
= 0;
local
500
bytesize
= NFSX_V2FH;
507
bytesize
= 2 * NFSX_UNSIGNED + fullsiz;
511
bytesize
= NFSX_UNSIGNED + fullsiz;
516
return (
bytesize
);
2551
int cnt, i,
bytesize
;
local
2556
bytesize
= (cnt + 1) * NFSX_UNSIGNED
[
all
...]
Completed in 36 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026