Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 5 of 5) sorted by relevance

/external/platform/pico/rp2_common/pico_stdio/
A Dstdio.c184 int __attribute__((weak)) _close(__unused int fd) { in _close()
188 off_t __attribute__((weak)) _lseek(__unused int fd, __unused off_t pos, __unused int whence) { in _lseek()
192 int __attribute__((weak)) _fstat(__unused int fd, __unused struct stat *buf) { in _fstat()
196 int __attribute__((weak)) _isatty(int fd) { in _isatty()
/external/platform/pico/rp2_common/pico_stdio_semihosting/
A Dstdio_semihosting.c19 size_t fd; in stdio_semihosting_out_chars() member
/external/lib/lwip/netif/ppp/
A Dppp.h155 #define pppOpen(fd,cb,ls) pppOverSerialOpen(fd,cb,ls) argument
A Dppp.c173 sio_fd_t fd; member
204 sio_fd_t fd; /* File device ID of port. */ member
537 pppOverSerialOpen(sio_fd_t fd, pppLinkStatusCB_fn linkStatusCB, void *linkStatusCtx) in pppOverSerialOpen()
/external/lib/heap/dlmalloc/
A Ddlmalloc.c2243 struct malloc_chunk* fd; /* double links -- used only if free. */ member
2453 struct malloc_tree_chunk* fd; member
3216 int fd; in init_mparams() local

Completed in 23 milliseconds