Home
last modified time | relevance | path

Searched refs:clbytes (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/mopd/common/
Dfile.c415 int clbytes; in getCLBYTES() local
420 clbytes = 1024; in getCLBYTES()
443 clbytes = 4096; in getCLBYTES()
456 clbytes = 8192; in getCLBYTES()
460 clbytes = 0; in getCLBYTES()
463 return(clbytes); in getCLBYTES()
922 u_int32_t magic, clbytes, clofset; in GetAOutFileInfo()
1079 clbytes = getCLBYTES(mid); in GetAOutFileInfo()
1080 clofset = clbytes - 1; in GetAOutFileInfo()
1088 dl->a_text_fill = clbytes - (ex.a_text & clofset); in GetAOutFileInfo()
[all …]