OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:return
(Results
1 - 25
of
37
) sorted by relevancy
1
2
/src/common/dist/zlib/contrib/ada/
zlib-thin.adb
21
function Avail_In (Strm : in Z_Stream)
return
UInt is
23
return
Strm.Avail_In;
30
function Avail_Out (Strm : in Z_Stream)
return
UInt is
32
return
Strm.Avail_Out;
46
return
Int is
48
return
deflateInit2
63
function Inflate_Init (strm : Z_Streamp; windowBits : Int)
return
Int is
65
return
inflateInit2 (strm, windowBits, ZLIB_VERSION, Z_Stream_Size);
72
function Last_Error_Message (Strm : in Z_Stream)
return
String is
76
return
"";
[
all
...]
zlib-thin.ads
119
return
Voidp; -- zlib.h:63
123
function zlibVersion
return
Chars_Ptr;
125
function Deflate (strm : Z_Streamp; flush : Int)
return
Int;
127
function DeflateEnd (strm : Z_Streamp)
return
Int;
129
function Inflate (strm : Z_Streamp; flush : Int)
return
Int;
131
function InflateEnd (strm : Z_Streamp)
return
Int;
137
return
Int;
139
function deflateCopy (dest : Z_Streamp; source : Z_Streamp)
return
Int;
142
function deflateReset (strm : Z_Streamp)
return
Int; -- zlib.h:495
148
return
Int; -- zlib.h:50
[
all
...]
zlib-streams.adb
121
function Is_Open (Stream : Stream_Type)
return
Boolean is
123
return
Is_Open (Stream.Reader) or else Is_Open (Stream.Writer);
165
function Read_Total_In (Stream : in Stream_Type)
return
Count is
167
return
Total_In (Stream.Reader);
174
function Read_Total_Out (Stream : in Stream_Type)
return
Count is
176
return
Total_Out (Stream.Reader);
211
function Write_Total_In (Stream : in Stream_Type)
return
Count is
213
return
Total_In (Stream.Writer);
220
function Write_Total_Out (Stream : in Stream_Type)
return
Count is
222
return
Total_Out (Stream.Writer)
[
all
...]
zlib-streams.ads
37
function Read_Total_In (Stream : in Stream_Type)
return
Count;
39
--
Return
total number of bytes read from back stream so far.
41
function Read_Total_Out (Stream : in Stream_Type)
return
Count;
43
--
Return
total number of bytes read so far.
45
function Write_Total_In (Stream : in Stream_Type)
return
Count;
47
--
Return
total number of bytes written so far.
49
function Write_Total_Out (Stream : in Stream_Type)
return
Count;
51
--
Return
total number of bytes written to the back stream.
80
function Is_Open (Stream : Stream_Type)
return
Boolean;
zlib.adb
37
function (Strm : in Thin.Z_Streamp; Flush : in Thin.Int)
return
Thin.Int;
41
function (Ctrm : in Thin.Z_Streamp)
return
Thin.Int;
170
return
Unsigned_32
174
return
Unsigned_32 (crc32 (ULong (CRC),
373
function Is_Open (Filter : in Filter_Type)
return
Boolean is
375
return
Filter.Strm /= null;
445
function Stream_End (Filter : in Filter_Type)
return
Boolean is
448
return
Filter.Stream_End
451
return
Filter.Stream_End;
459
function Total_In (Filter : in Filter_Type)
return
Count i
[
all
...]
zlib.ads
99
-- zlib or gzip format, this will cause inflate() to
return
immediately
101
-- inflate() will go ahead and process the first block, and will
return
130
function Version
return
String;
132
--
Return
string representation of the ZLib version.
165
function Is_Open (Filter : in Filter_Type)
return
Boolean;
191
function Total_In (Filter : in Filter_Type)
return
Count;
195
function Total_Out (Filter : in Filter_Type)
return
Count;
202
return
Unsigned_32;
229
function Stream_End (Filter : in Filter_Type)
return
Boolean;
231
--
Return
the true when the stream is complete
[
all
...]
/src/distrib/sparc/
install.md
45
return
73
#
return
available disk devices
78
#
return
available CDROM devices
83
#
return
available network devices
88
#
return
range of valid partition letters
122
return
$rval
148
*)
return
;;
234
prompt, you may have to hit
return
. Also, quitting in the middle of
268
test -h $1 &&
return
1
269
test -f $1 ||
return
[
all
...]
/src/distrib/amiga/miniroot/
install.md
41
return
58
#
return
available disk devices
64
#
return
available CDROM devices
70
#
return
an expression describing the valid partition id's
175
prompt, you may have to hit
return
. Also, quitting in the middle of
238
return
245
return
265
return
# couldn't mount the disk
281
return
318
test -h $1 &&
return
[
all
...]
/src/distrib/sun2/miniroot/
install.md
42
return
60
#
return
available disk devices
67
#
return
available CDROM devices
73
#
return
available network devices
79
#
return
an expression describing the valid partition id's
105
*)
return
;;
128
Hit the <
return
> key when you have read this...
180
prompt, you may have to hit
return
. Also, quitting in the middle of
/src/distrib/sun3/miniroot/
install.md
42
return
60
#
return
available disk devices
67
#
return
available CDROM devices
73
#
return
available network devices
79
#
return
an expression describing the valid partition id's
105
*)
return
;;
128
Hit the <
return
> key when you have read this...
180
prompt, you may have to hit
return
. Also, quitting in the middle of
/src/usr.bin/make/unit-tests/
cond-op-parentheses.mk
53
# even though the documentation of that function promised to only ever
return
54
# TOK_TRUE, TOK_FALSE or TOK_ERROR. In cond.c 1.241, the
return
type of that
opt-keep-going-indirect.mk
16
# still
return
the wrong exit status 0. The number of empty lines
parse-var.mk
71
# What's the value of the expression (
return
value)?
var-eval-short.mk
154
# necessary. Since the
return
value from Var_Parse is supposed to be ignored
/src/libexec/httpd/lua/
optparse.lua
86
return
options, args
103
return
table.concat(sflags, ', ')
121
return
o
/src/sys/modules/examples/luareadhappy/
happy.lua
61
return
sum
69
return
1
72
return
0
/src/distrib/atari/floppies/prepare/
install.md
41
return
59
#
return
available disk devices
82
Hit the <
return
> key when you have read this...
106
Hit the <
return
> key when you have read this...
148
prompt, you may have to hit
return
.
/src/tests/usr.bin/indent/
t_options.lua
144
return
286
return
292
return
/src/libexec/httpd/
printenv.lua
18
return
s:gsub('&', '&'):gsub('<', '<'):gsub('>', '>'):gsub('"', '"')
/src/sys/external/isc/libsodium/dist/m4/
ax_check_compile_flag.m4
67
[time_t x; int fodder = 0; if (fodder > -1000 && time(&x))
return
(int) x],
ax_check_define.m4
87
return
f != $2; ])],
ax_check_link_flag.m4
67
[[time_t x; int fodder = 0; if (fodder > -1000 && time(&x))
return
(int) x]])],
ax_pthread.m4
304
AC_LINK_IFELSE([AC_LANG_SOURCE([[int main(void){
return
0;}]])],
306
AC_LINK_IFELSE([AC_LANG_SOURCE([[int main(void){
return
0;}]])],
375
static void *start_routine(void *a) {
return
a; }],
409
[int attr = $ax_pthread_attr;
return
attr /* ; */])],
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test_helpers.mm
18
return
0;
222
return
items[index];
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-h5.dtsi
143
* block. Reads all
return
zero, and writes are
Completed in 19 milliseconds
1
2
Indexes created Sat Oct 25 10:09:55 GMT 2025