Home
last modified time | relevance | path

Searched refs:fret (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dftell.c41 int fret = fseek(fptr, 0L, SEEK_SET); in ftell_0100() local
42 if (fret != 0) { in ftell_0100()
72 int fret = fseek(fptr, 8L, SEEK_SET); in ftell_0200() local
73 if (fret != 0) { in ftell_0200()
103 int fret = fseek(fptr, 0L, SEEK_END); in ftell_0300() local
104 if (fret != 0) { in ftell_0300()
H A Dgetc.c41 int fret = fseek(fptr, 0, SEEK_SET); in getc_0100() local
42 if (fret != 0) { in getc_0100()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Denum-typecheck.c16 enum good fret(void);
17 enum bad fret(void) { return 0; } in fret() function
35 enum-typecheck.c:17:11: error: symbol 'fret' redeclared with different type
/third_party/pulseaudio/src/pulsecore/
H A Dconf-parser.c246 DWORD fret = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, in pa_config_parse() local
249 if (fret != 0) { in pa_config_parse()

Completed in 2 milliseconds