代码搜索:getdents
找到约 189 项符合「getdents」的源代码
代码结果 189
www.eeworm.com/read/147331/5730865
s getdents.s
.globl _getdents
_getdents:
movl $0x51, %eax
lcall $7,$0
jb _cerror
ret
www.eeworm.com/read/136072/5874405
c getdents.c
/* Copyright (C) 1993, 1995-2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the
www.eeworm.com/read/124910/6036767
c getdents.c
/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the term
www.eeworm.com/read/124910/6036877
c getdents.c
#define __getdents64 __no___getdents64_decl
#include
#undef __getdents64
weak_alias(__getdents, __getdents64);
www.eeworm.com/read/124910/6037154
c getdents.c
#define __getdents64 __no___getdents64_decl
#include
#undef __getdents64
weak_alias(__getdents, __getdents64);
www.eeworm.com/read/124910/6037544
c getdents.c
#define DIRENT_SET_DP_INO(dp, value) \
do { (dp)->d_ino = (value); (dp)->__pad = 0; } while (0)
#include
www.eeworm.com/read/124910/6037774
c getdents.c
/* Copyright (C) 1993, 1995-2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the
www.eeworm.com/read/124910/6037827
c getdents.c
#define __getdents64 __no___getdents64_decl
#include
#undef __getdents64
weak_alias(__getdents, __getdents64);
www.eeworm.com/read/124910/6038146
c getdents.c
/* Copyright (C) 1993,95,96,97,98 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under th