OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e2d_name
(Results
1 - 9
of
9
) sorted by relevancy
/src/sbin/fsck_ext2fs/
pass2.c
240
dirp->
e2d_name
[0] == '.') {
265
(void)strlcpy(proto.
e2d_name
, ".", sizeof(proto.
e2d_name
));
267
if (fs2h32(dirp->e2d_ino) != 0 && strcmp(dirp->
e2d_name
, "..") != 0) {
269
dirp->
e2d_name
);
300
(void)strlcpy(proto.
e2d_name
, "..", sizeof(proto.
e2d_name
));
316
strncmp(dirp->
e2d_name
, "..", 2) == 0) {
330
strncmp(dirp->
e2d_name
, ".", 1) != 0) {
333
dirp->
e2d_name
);
[
all
...]
dir.c
220
dp->
e2d_name
[0] = '\0';
283
for (cp = dp->
e2d_name
, size = 0; size < dp->e2d_namlen; size++)
373
memcpy(dirp->
e2d_name
, idesc->id_name, (size_t)(dirp->e2d_namlen));
384
strncmp(dirp->
e2d_name
, idesc->id_name, (int)namlen))
inode.c
609
(void)memcpy(buf, dirp->
e2d_name
, (size_t)namlen);
622
if (strcmp(dirp->
e2d_name
, idesc->id_name) == 0 &&
/src/sys/ufs/ext2fs/
ext2fs_dir.h
115
char
e2d_name
[EXT2FS_MAXNAMLEN];/* name with length<=EXT2FS_MAXNAMLEN */
member in struct:ext2fs_direct
ext2fs_lookup.c
117
strncpy(ffsdir->d_name, e2dir->
e2d_name
, ffsdir->d_namlen);
506
!memcmp(cnp->cn_nameptr, ep->
e2d_name
,
795
!memcmp(name, ep->
e2d_name
, (unsigned)namlen)) {
897
memcpy(newdir.
e2d_name
, cnp->cn_nameptr, (unsigned)cnp->cn_namelen + 1);
1155
if (dp->
e2d_name
[0] != '.')
1164
if (dp->
e2d_name
[1] == '.' && fs2h32(dp->e2d_ino) == parentino)
ext2fs_htree.c
285
ext2fs_htree_hash(entry->
e2d_name
, entry->e2d_namlen, hash_seed,
297
ext2fs_htree_hash(ep->
e2d_name
, ep->e2d_namlen,
512
error = ext2fs_htree_find_leaf(ip, entry->
e2d_name
, entry->e2d_namlen,
ext2fs_rename.c
638
if (memcmp(ep->
e2d_name
, fcnp->cn_nameptr, fcnp->cn_namelen))
/src/usr.sbin/installboot/
ext2fs.c
354
if (ino != 0 && strcmp(de->
e2d_name
, params->stage2) == 0) {
/src/sys/lib/libsa/
ext2fs.c
400
!memcmp(name, dp->
e2d_name
, length)) {
868
lsadd(&names, pattern, dp->
e2d_name
,
Completed in 17 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025