OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fd_s
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
16-1.c
65
int
fd_s
, fd_ns;
local
71
fd_s
= shm_open("/fork_16_1s", O_CREAT | O_RDWR, S_IRUSR | S_IWUSR);
73
if (
fd_s
== -1) {
84
ret = ftruncate(
fd_s
, sysconf(_SC_PAGESIZE));
99
MAP_SHARED,
fd_s
, 0);
/external/selinux/sandbox/
seunshare.c
438
int fd_t = -1,
fd_s
= -1;
local
447
if ((
fd_s
= open(src, O_RDONLY)) < 0) {
451
if (fstat(
fd_s
, &tmp_st) == -1) {
459
if (fgetfilecon(
fd_s
, &con) == -1) {
545
if (
fd_s
>= 0) close(
fd_s
);
Completed in 213 milliseconds