Searched refs:__SSTR (Results 1 – 2 of 2) sorted by relevance
13 # 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))
77 #define __SSTR 0x0200 /* this is an sprintf/snprintf string */ macro