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.c2154 FILINFO* fno /* Pointer to the file information to be filled */ in get_fileinfo()
3951 FILINFO fno; in f_getcwd() local
4275 FILINFO* fno /* Pointer to file information to return */ in f_readdir()
4311 FILINFO* fno /* Pointer to the file information structure */ in f_findnext()
4336 FILINFO* fno, /* Pointer to the file information structure */ in f_findfirst()
4363 FILINFO* fno /* Pointer to file information to return */ in f_stat()
5082 const FILINFO* fno /* Pointer to the timestamp to be set */
Dff.h371 FILINFO fno; member