OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:entp
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/network/nfs/nfs_stress/
nfs01_open_files.c
99
struct dirent *
entp
;
local
103
for (
entp
= readdir(dirp);
entp
;
entp
= readdir(dirp))
104
if (!strncmp(
entp
->d_name, "apt", 3)) {
105
if (stat(
entp
->d_name, &stat_buffer))
107
entp
->d_name, errno);
110
entp
->d_name);
111
if (unlink(
entp
->d_name))
113
entp
->d_name)
[
all
...]
/toolchain/binutils/binutils-2.27/bfd/
elf64-ppc.c
4694
struct plt_entry **
entp
;
local
4799
struct got_entry **
entp
;
local
[
all
...]
elf32-ppc.c
3679
struct plt_entry **
entp
;
local
[
all
...]
Completed in 578 milliseconds