Home
last modified time | relevance | path

Searched refs:format_next (Results 1 – 2 of 2) sorted by relevance

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Degoboo_vfs.c2122 char * format_end, * format_next; in _vfs_vfscanf() local
2142 format_next = format_tmp; in _vfs_vfscanf()
2143 while ( format_next < format_end ) in _vfs_vfscanf()
2145 format_next = strchr( format_tmp, '%' ); in _vfs_vfscanf()
2148 if ( '%' == *( format_next + 1 ) ) in _vfs_vfscanf()
2150 format_tmp = format_next + 1; in _vfs_vfscanf()
2160 if ( found_format && format_next < format_end ) in _vfs_vfscanf()
2163 format_next += strcspn( format_next, "cCsSdioxXnueEfgG" ) + 1; in _vfs_vfscanf()
2165 strncpy( sub_format, format, format_next - format ); in _vfs_vfscanf()
2185 format = format_next; in _vfs_vfscanf()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/
H A DChangeLog9949 Use av_{i,o}format_next instead of the private next field