OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entp
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/cp/
utils.c
99
copy_file(FTSENT *
entp
, int dne)
110
if (link(
entp
->fts_path, to.p_path)) {
117
if ((from_fd = open(
entp
->fts_path, O_RDONLY, 0)) == -1) {
118
warn("%s",
entp
->fts_path);
123
fs =
entp
->fts_statp;
189
fi.from =
entp
->fts_path;
234
warn("%s",
entp
->fts_path);
253
warn("%s",
entp
->fts_path);
/src/usr.bin/rdist/
expand.c
65
char *
entp
;
variable in typeref:typename:char *
429
sentp =
entp
;
430
entp
= s;
432
entp
= sentp;
505
s =
entp
;
/src/sys/ufs/ext2fs/
ext2fs_htree.c
716
struct ext2fs_htree_entry *
entp
, *start, *end, *middle, *found;
local in function:ext2fs_htree_find_leaf
752
entp
= (struct ext2fs_htree_entry *)(((char *)&rootp->h_info) +
755
if (ext2fs_htree_get_limit(
entp
) !=
760
cnt = ext2fs_htree_get_count(
entp
);
761
if (cnt == 0 || cnt > ext2fs_htree_get_limit(
entp
))
764
start =
entp
+ 1;
765
end =
entp
+ cnt - 1;
777
level_info->h_entries =
entp
;
786
entp
= ((struct ext2fs_htree_node *)bp->b_data)->h_entries;
Completed in 15 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025