Searched refs:lfn (Results 1 - 5 of 5) sorted by relevance
/third_party/FatFs/source/ |
H A D | ff.h | 78 #define DEF_NAMBUF WCHAR *lfn; /* Pointer to LFN working buffer and directory entry block scratchpad buffer */ 79 #define INIT_NAMBUF(fs) { lfn = ff_memalloc((FF_MAX_LFN+1)*2); if (!lfn) LEAVE_FF(fs, FR_NOT_ENOUGH_CORE); (fs)->lfnbuf = lfn; } 80 #define FREE_NAMBUF() ff_memfree(lfn)
|
H A D | ff.c | 1704 const WCHAR* lfn, /* Pointer to the LFN */ in put_lfn() 1722 if (wc != 0xFFFF) wc = lfn[i++]; /* Get an effective character */ in put_lfn() 1726 if (wc == 0xFFFF || !lfn[i]) ord |= LLEF; /* Last LFN part is the start of LFN sequence */ in put_lfn() 1743 const WCHAR* lfn, /* Pointer to LFN */ in gen_numname() 1757 while (*lfn) { /* Create a CRC as hash value */ in gen_numname() 1758 wc = *lfn++; in gen_numname() 2006 for (nlen = 0; dp->obj.fs->lfnbuf[nlen]; nlen++) ; /* Get lfn length */ in dir_ofs() 2007 nent = (dp->fn[NSFLAG] & NS_LFN) ? (nlen + 12) / 13 + 1 : 1; /* Number of entries of the lfn */ in dir_ofs() 2033 for (len = 0; fs->lfnbuf[len]; len++) ; /* Get lfn length */ in dir_register() 2356 WCHAR *lfn; in create_name() local 1703 put_lfn( const WCHAR* lfn, BYTE* dir, BYTE ord, BYTE sum ) put_lfn() argument 1740 gen_numname( BYTE* dst, const BYTE* src, const WCHAR* lfn, UINT seq ) gen_numname() argument [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-util.c | 1969 char *lfn; in pa_open_config_file() local 1973 fn = lfn = pa_sprintf_malloc("%s" PA_PATH_SEP "%s", e, local); in pa_open_config_file() 1976 fn = lfn = pa_sprintf_malloc("%s" PA_PATH_SEP ".pulse" PA_PATH_SEP "%s", h, local); in pa_open_config_file() 1979 free(lfn); in pa_open_config_file() 1980 fn = lfn = pa_sprintf_malloc("%s" PA_PATH_SEP ".config/pulse" PA_PATH_SEP "%s", h, local); in pa_open_config_file() 1991 pa_xfree(lfn); in pa_open_config_file() 1997 pa_xfree(lfn); in pa_open_config_file() 2001 pa_xfree(lfn); in pa_open_config_file() 2044 char *lfn; in pa_find_config_file() local 2048 fn = lfn in pa_find_config_file() [all...] |
/third_party/skia/third_party/externals/freetype/src/pcf/ |
H A D | pcfdrivr.c | 675 long lfn = ft_strtol( s, NULL, 10 ); in pcf_property_set() local 678 if ( lfn == 0 ) in pcf_property_set() 680 else if ( lfn == 1 ) in pcf_property_set()
|
/third_party/lame/misc/ |
H A D | lame4dos.bat | 29 for %%f in (%&) do (%thecmd% %@sfn[%%f]^(ren %@sfn[%%f].mp3 "%@lfn[%%f].mp_">NUL))
|
Completed in 11 milliseconds