Home
last modified time | relevance | path

Searched refs:buflen (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dsoundcard.h1047 extern int OSS_init(int seqfd, int buflen);
1048 extern void OSS_seqbuf_dump(int fd, unsigned char *buf, int buflen);
1049 extern void OSS_seq_advbuf(int len, int fd, unsigned char *buf, int buflen);
1050 extern void OSS_seq_needbuf(int len, int fd, unsigned char *buf, int buflen);
1052 int fd, unsigned char *buf, int buflen);
1054 int fd, unsigned char *buf, int buflen);
H A Daudit.h324 __u32 buflen; /* total length of string fields */ member
H A Dcdrom.h284 unsigned int buflen; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Dnislib.h153 size_t buflen) __THROW;
156 size_t buflen) __THROW;
159 size_t buflen) __THROW;
184 char *buffer, size_t buflen) __THROW;
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dfdt_ro.c268 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path() argument
276 if (buflen < 2) in fdt_get_path()
295 if ((p + namelen + 1) <= buflen) { in fdt_get_path()
H A Dlibfdt.h456 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen);
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dunistd.h215 extern char *__getwd_chk (char *__buf, size_t buflen)