OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:name_max
(Results
151 - 175
of
240
) sorted by null
1
2
3
4
5
6
7
8
9
10
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
nfs3.h
18
#define NFS3_MAXNAMLEN
NAME_MAX
nfs4.h
20
#define NFS4_MAXNAMLEN
NAME_MAX
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
nfs3.h
18
#define NFS3_MAXNAMLEN
NAME_MAX
nfs4.h
20
#define NFS4_MAXNAMLEN
NAME_MAX
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
dirent.h
234
/* `MAXNAMLEN' is the BSD name for what POSIX calls `
NAME_MAX
'. */
235
# ifdef
NAME_MAX
236
# define MAXNAMLEN
NAME_MAX
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
dirent.h
234
/* `MAXNAMLEN' is the BSD name for what POSIX calls `
NAME_MAX
'. */
235
# ifdef
NAME_MAX
236
# define MAXNAMLEN
NAME_MAX
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
dirent.h
234
/* `MAXNAMLEN' is the BSD name for what POSIX calls `
NAME_MAX
'. */
235
# ifdef
NAME_MAX
236
# define MAXNAMLEN
NAME_MAX
/bionic/libc/kernel/common/linux/
nfs3.h
25
#define NFS3_MAXNAMLEN
NAME_MAX
nfs4.h
26
#define NFS4_MAXNAMLEN
NAME_MAX
/external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc
178
unsigned char buffer[
NAME_MAX
+1];
369
char buffer[
NAME_MAX
+1];
391
unsigned char buffer[
NAME_MAX
+1];
/external/webkit/Source/WebCore/platform/efl/
FileSystemEfl.cpp
121
if (cpath.length() +
NAME_MAX
>= sizeof(filePath))
/external/iproute2/misc/
lnstat_util.c
184
/* de->d_name is guaranteed to be <=
NAME_MAX
*/
/external/kernel-headers/original/linux/
nfs4.h
21
#define NFS4_MAXNAMLEN
NAME_MAX
/system/core/libcutils/
dir_hash.c
177
char outstr[
NAME_MAX
+ 100];
/external/chromium/base/
process_util_linux.cc
188
for (i = 0; i <
NAME_MAX
&& slot->d_name[i]; ++i) {
194
if (i ==
NAME_MAX
|| notprocess) {
206
char buf[
NAME_MAX
+ 12];
/external/yaffs2/yaffs2/direct/
yaffsfs.c
1181
char name[
NAME_MAX
+1]; /* name of directory being searched */
1278
strncpy(dsc->name,dirname,
NAME_MAX
);
1306
yaffs_GetObjectName(dsc->nextReturn,dsc->de.d_name,
NAME_MAX
+1);
/system/security/keystore/
keystore.cpp
65
#define KEY_SIZE ((
NAME_MAX
- 15) / 2)
265
int n = snprintf(out,
NAME_MAX
, "%u_", uid);
946
char filename[
NAME_MAX
];
1070
char filename[
NAME_MAX
];
[
all
...]
/external/bison/data/
java.m4
112
# `NAME_min' to `
NAME_max
' (included).
/external/zlib/src/contrib/pascal/
zlibpas.pas
59
name_max
: Integer; (* space at name (only when reading header) *)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos_r.h
605
# elif defined(
NAME_MAX
)
606
char buf[
NAME_MAX
];
627
# elif defined(
NAME_MAX
)
628
char buf[
NAME_MAX
];
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h
596
# elif defined(
NAME_MAX
)
597
char buf[
NAME_MAX
];
618
# elif defined(
NAME_MAX
)
619
char buf[
NAME_MAX
];
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos_r.h
605
# elif defined(
NAME_MAX
)
606
char buf[
NAME_MAX
];
627
# elif defined(
NAME_MAX
)
628
char buf[
NAME_MAX
];
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h
596
# elif defined(
NAME_MAX
)
597
char buf[
NAME_MAX
];
618
# elif defined(
NAME_MAX
)
619
char buf[
NAME_MAX
];
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h
596
# elif defined(
NAME_MAX
)
597
char buf[
NAME_MAX
];
618
# elif defined(
NAME_MAX
)
619
char buf[
NAME_MAX
];
[
all
...]
/external/bison/src/
output.c
50
| TYPE), and to the muscle
NAME_max
, the max value of the |
93
/* Build `NAME_min' and `
NAME_max
' in the obstack. */ \
Completed in 643 milliseconds
1
2
3
4
5
6
7
8
9
10