Home
last modified time | relevance | path

Searched refs:DIRSIZ (Results 1 – 25 of 107) sorted by relevance

12345

/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dscandir.h79 # ifndef DIRSIZ
80 # define DIRSIZ(d) (sizeof(struct dirent) + strlen(d->d_name) + 1) macro
103 # undef DIRSIZ
105 # define DIRSIZ(dp) \ macro
108 # define DIRSIZ(dp) \ macro
/dports/editors/le/le-1.16.6/src/
H A Dfile.cc39 #ifndef DIRSIZ
40 #define DIRSIZ 14 macro
338 w=CreateWin(MIDDLE,MIDDLE,(DIRSIZ+2)*4+4,12,DIALOGUE_WIN_ATTR," Directory ",0); in ChooseFileName()
432 for(x=1; x<Upper->w-DIRSIZ-2-1 && i<dirsize; x+=DIRSIZ+2,i++) in ChooseFileName()
435 if(l>DIRSIZ) in ChooseFileName()
436 sprintf(str," %.*s..%-.*s",DIRSIZ/2-1,dir[i].name, in ChooseFileName()
437 DIRSIZ-(DIRSIZ/2)-1,dir[i].name+l-(DIRSIZ-(DIRSIZ/2)-1)); in ChooseFileName()
439 sprintf(str," %.*s",DIRSIZ,dir[i].name); in ChooseFileName()
442 sprintf(str1,"%-*.*s",DIRSIZ+2,DIRSIZ+2,str); in ChooseFileName()
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dscandir.c73 # ifndef DIRSIZ
74 # define DIRSIZ(d) (sizeof(struct dirent) + my_strlen(d->d_name) + 1) macro
116 if ((names[i - 1] = (struct dirent *) new_malloc(DIRSIZ(E))) == NULL)
150 # undef DIRSIZ
152 # define DIRSIZ(dp) \ macro
155 # define DIRSIZ(dp) \ macro
209 p = (struct direct *) new_malloc(DIRSIZ(d));
/dports/graphics/xtexcad/xtexcad-2.4.1/
H A Dscandir.c42 #ifndef DIRSIZ
43 #define DIRSIZ(dp) \ macro
88 if (!(rent = (struct dirent *) malloc(DIRSIZ(dent))))
92 memcpy((char *) rent, (char *) dent, DIRSIZ(dent));
/dports/archivers/lha/lha-114i/src/
H A Dlhdir.c30 #ifndef DIRSIZ
32 #define DIRSIZ 14 macro
85 strncpy(lhdir.d_name, dp->d_name, DIRSIZ);
86 lhdir.d_name[DIRSIZ] = '\0';
/dports/archivers/lha-ac/lha-1.14i-ac20050924p1/src/
H A Dlhdir.c30 #ifndef DIRSIZ
32 #define DIRSIZ 14 macro
85 strncpy(lhdir.d_name, dp->d_name, DIRSIZ);
86 lhdir.d_name[DIRSIZ] = '\0';
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/include/mpw/
H A Ddir.h14 #ifndef DIRSIZ
15 #define DIRSIZ 14 macro
20 char d_name[DIRSIZ];
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/include/mpw/
H A Ddir.h14 #ifndef DIRSIZ
15 #define DIRSIZ 14 macro
20 char d_name[DIRSIZ];
/dports/lang/perl5.30/perl-5.30.3/win32/include/
H A Ddirent.h16 #ifdef DIRSIZ
17 #undef DIRSIZ
19 #define DIRSIZ(rp) (sizeof(struct direct)) macro
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/win32/include/
H A Ddirent.h16 #ifdef DIRSIZ
17 #undef DIRSIZ
19 #define DIRSIZ(rp) (sizeof(struct direct)) macro
/dports/lang/perl5.32/perl-5.32.1/win32/include/
H A Ddirent.h16 #ifdef DIRSIZ
17 #undef DIRSIZ
19 #define DIRSIZ(rp) (sizeof(struct direct)) macro
/dports/lang/perl5.34/perl-5.34.0/win32/include/
H A Ddirent.h16 #ifdef DIRSIZ
17 #undef DIRSIZ
19 #define DIRSIZ(rp) (sizeof(struct direct)) macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/
H A Dscandir64.c60 #undef DIRSIZ
62 #define DIRSIZ(dp) \ macro
65 #define DIRSIZ(dp) \ macro
118 p = (struct dirent64 *)malloc(DIRSIZ(d));
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/
H A Dscandir64.c60 #undef DIRSIZ
62 #define DIRSIZ(dp) \ macro
65 #define DIRSIZ(dp) \ macro
118 p = (struct dirent64 *)malloc(DIRSIZ(d));
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/
H A Dscandir64.c60 #undef DIRSIZ
62 #define DIRSIZ(dp) \ macro
65 #define DIRSIZ(dp) \ macro
118 p = (struct dirent64 *)malloc(DIRSIZ(d));
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/posix/
H A Dscandir.c60 #undef DIRSIZ
62 #define DIRSIZ(dp) \ macro
65 #define DIRSIZ(dp) \ macro
118 p = (struct dirent *)malloc(DIRSIZ(d));
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/posix/
H A Dscandir.c60 #undef DIRSIZ
62 #define DIRSIZ(dp) \ macro
65 #define DIRSIZ(dp) \ macro
118 p = (struct dirent *)malloc(DIRSIZ(d));
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/posix/
H A Dscandir.c57 #undef DIRSIZ
59 #define DIRSIZ(dp) \ macro
62 #define DIRSIZ(dp) \ macro
118 p = (struct dirent *)malloc(DIRSIZ(d));
/dports/irc/ircII/ircii-20210314/source/
H A Dscandir.c48 #ifndef DIRSIZ
49 # define DIRSIZ(d) (sizeof(struct dirent) + my_strlen(d->d_name) + 1) macro
87 names[i - 1] = new_malloc(DIRSIZ(E)); in irc_scandir()
/dports/lang/tcl86/tcl8.6.12/compat/
H A Dopendir.c11 #undef DIRSIZ
12 #define DIRSIZ(dp) \ macro
93 dir.d_reclen = DIRSIZ(&dir); in readdir()
/dports/lang/tcl85/tcl8.5.19/compat/
H A Dopendir.c11 #undef DIRSIZ
12 #define DIRSIZ(dp) \ macro
93 dir.d_reclen = DIRSIZ(&dir); in readdir()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dopendir.c16 #undef DIRSIZ
17 #define DIRSIZ(dp) \ macro
92 dir.d_reclen = DIRSIZ(&dir);
/dports/lang/tcl87/tcl8.7a5/compat/
H A Dopendir.c11 #undef DIRSIZ
12 #define DIRSIZ(dp) \ macro
93 dir.d_reclen = DIRSIZ(&dir); in readdir()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dopendir.c16 #undef DIRSIZ
17 #define DIRSIZ(dp) \ macro
92 dir.d_reclen = DIRSIZ(&dir);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/sysvi386/
H A Dscandir.c57 #undef DIRSIZ
58 #define DIRSIZ(dp) \ macro
95 p = (struct dirent *)malloc(DIRSIZ(d));

12345