Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/port/
H A Dastconf.c73 #define CONF_ALLOC (CONF_USER<<2) macro
421 if (fp->flags & CONF_ALLOC) in synthesize()
463 if (!(fp->flags & CONF_ALLOC)) in synthesize()
471 fp->flags |= CONF_ALLOC; in synthesize()
715 if (!(fp->flags & CONF_ALLOC)) in format()
722 fp->flags |= CONF_ALLOC; in format()
1634 if (fp->flags & CONF_ALLOC)
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE170 07-10-12 port/astconf.c: fix CONF_ALLOC 16 bit overflow