OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srcfd
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
cached-source-file.exp
59
set
srcfd
[open $srcfile r]
61
while { [gets $
srcfd
line] != -1 } {
70
close $
srcfd
109
set
srcfd
[open $srcfile r]
111
while { [gets $
srcfd
line] != -1 } {
121
close $
srcfd
cached-source-file.exp
59
set
srcfd
[open $srcfile r]
61
while { [gets $
srcfd
line] != -1 } {
70
close $
srcfd
109
set
srcfd
[open $srcfile r]
111
while { [gets $
srcfd
line] != -1 } {
121
close $
srcfd
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
cached-source-file.exp
59
set
srcfd
[open $srcfile r]
61
while { [gets $
srcfd
line] != -1 } {
70
close $
srcfd
109
set
srcfd
[open $srcfile r]
111
while { [gets $
srcfd
line] != -1 } {
121
close $
srcfd
cached-source-file.exp
59
set
srcfd
[open $srcfile r]
61
while { [gets $
srcfd
line] != -1 } {
70
close $
srcfd
109
set
srcfd
[open $srcfile r]
111
while { [gets $
srcfd
line] != -1 } {
121
close $
srcfd
/src/external/mit/libuv/dist/src/unix/
fs.c
1227
uv_file
srcfd
;
local
1244
srcfd
= uv_fs_open(NULL, &fs_req, req->path, O_RDONLY, 0, NULL);
1247
if (
srcfd
< 0)
1248
return
srcfd
;
1251
if (uv__fstat(
srcfd
, &src_statsbuf)) {
1284
/* Check if
srcfd
and dstfd refer to the same file */
1360
if (ioctl(dstfd, FICLONE,
srcfd
) == 0) {
1384
uv_fs_sendfile(NULL, &fs_req, dstfd,
srcfd
, in_offset, bytes_chunk, NULL);
1404
err = uv__close_nocheckstdio(
srcfd
);
fs.c
1227
uv_file
srcfd
;
local
1244
srcfd
= uv_fs_open(NULL, &fs_req, req->path, O_RDONLY, 0, NULL);
1247
if (
srcfd
< 0)
1248
return
srcfd
;
1251
if (uv__fstat(
srcfd
, &src_statsbuf)) {
1284
/* Check if
srcfd
and dstfd refer to the same file */
1360
if (ioctl(dstfd, FICLONE,
srcfd
) == 0) {
1384
uv_fs_sendfile(NULL, &fs_req, dstfd,
srcfd
, in_offset, bytes_chunk, NULL);
1404
err = uv__close_nocheckstdio(
srcfd
);
Completed in 48 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026