OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MASTERCLONE
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/kernel/pty/
pty01.c
48
#define
MASTERCLONE
"/dev/ptmx"
81
masterfd = open(
MASTERCLONE
, O_RDWR);
83
tst_brkm(TBROK | TERRNO, NULL,
MASTERCLONE
);
202
masterfd = open(
MASTERCLONE
, O_RDWR);
204
tst_brkm(TBROK | TERRNO, NULL,
MASTERCLONE
);
264
masterfd = open(
MASTERCLONE
, O_RDWR);
266
tst_brkm(TBROK, NULL,
MASTERCLONE
);
288
masterfd = open(
MASTERCLONE
, O_RDWR);
290
tst_brkm(TBROK, NULL, "%s",
MASTERCLONE
);
362
masterfd = open(
MASTERCLONE
, O_RDWR)
[
all
...]
ptem01.c
47
#define
MASTERCLONE
"/dev/ptmx"
61
masterfd = open(
MASTERCLONE
, O_RDWR);
63
tst_brkm(TBROK, NULL, "%s",
MASTERCLONE
);
143
masterfd = open(
MASTERCLONE
, O_RDWR);
145
tst_brkm(TBROK, NULL, "%s",
MASTERCLONE
);
224
masterfd = open(
MASTERCLONE
, O_RDWR);
226
tst_brkm(TBROK, NULL, "%s",
MASTERCLONE
);
275
masterfd = open(
MASTERCLONE
, O_RDWR);
277
tst_brkm(TBROK, NULL, "%s",
MASTERCLONE
);
337
masterfd[i] = open(
MASTERCLONE
, O_RDWR)
[
all
...]
hangup01.c
46
#define
MASTERCLONE
"/dev/ptmx"
216
masterfd = open(
MASTERCLONE
, O_RDWR);
218
tst_brkm(TBROK | TERRNO, NULL, "open %s",
MASTERCLONE
);
Completed in 1033 milliseconds