Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstdio.h13 # define _flockfile(fp) (((fp)->_flags & __SSTR) ? 0 : __lock_acquire_recursive((fp)->_lock))
21 # define _funlockfile(fp) (((fp)->_flags & __SSTR) ? 0 : __lock_release_recursive((fp)->_lock))
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h77 #define __SSTR 0x0200 /* this is an sprintf/snprintf string */ macro