Home
last modified time | relevance | path

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

/third_party/FatFs/documents/res/
Dapp2.c12 FILINFO* fno /* Name read buffer */ in delete_node()
59 FILINFO fno; in main() local
/third_party/ltp/tools/sparse/sparse-src/validation/
Dinfinite-loop01.c22 void fno(void) in fno() function
/third_party/python/Objects/
Dfileobject.c193 PyObject *fno = _PyObject_CallNoArg(meth); in PyObject_AsFileDescriptor() local
/third_party/FatFs/source/
Dff.c2156 FILINFO* fno /* Pointer to the file information to be filled */ in get_fileinfo()
3973 FILINFO fno; in f_getcwd() local
4300 FILINFO* fno /* Pointer to file information to return */ in f_readdir()
4336 FILINFO* fno /* Pointer to the file information structure */ in f_findnext()
4361 FILINFO* fno, /* Pointer to the file information structure */ in f_findfirst()
4388 FILINFO* fno /* Pointer to file information to return */ in f_stat()
5111 const FILINFO* fno /* Pointer to the timestamp to be set */
Dff.h370 FILINFO fno; member