OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rmtopen
(Results
1 - 8
of
8
) sorted by relevancy
/src/include/
rmt.h
7
* The preprocessor can be used to remap these the
rmtopen
(), etc
40
int
rmtopen
(const char *, int, ...);
57
#define open
rmtopen
/src/sbin/restore/
extern.h
120
int
rmtopen
(const char *, int, int);
tape.c
300
mt =
rmtopen
(magtape, 0, 0);
470
mt =
rmtopen
(magtape, 0, 0);
/src/sbin/dump/
tape.c
395
while (
rmtopen
(tape, 0, 0) < 0)
435
if (
rmtopen
(tape, 0, 0) >= 0) {
671
while ((tapefd = (host ?
rmtopen
(tape, 2, 1) :
dump.h
250
int
rmtopen
(const char *, int, int);
dumprmt.c
173
rmtopen
(const char *tapedevice, int mode, int verbose)
function
/src/lib/librmt/
rmtlib.c
566
* The preprocessor can be used to remap these the
rmtopen
(), etc
580
* # define open
rmtopen
627
rmtopen
(const char *path, int oflag, ...)
function
835
return
rmtopen
(path, O_WRONLY | O_CREAT, mode);
/src/bin/pax/
ar_io.c
146
if ((arfd =
rmtopen
(name, O_RDWR, DMOD)) == -1) {
Completed in 44 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026