Home
last modified time | relevance | path

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

/titanic_53/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c1803 trace_textout(Sfio_t* sp, register char* p, char* conform, int conformlen, int style, int level, in… in trace_textout() argument
1808 p = textout(sp, p, conform, conformlen, style, level, bump, ip, version, id, catalog, hflags); in trace_textout()
1816 textout(Sfio_t* sp, register char* s, char* conform, int conformlen, int style, int level, int bump… in textout() argument
1819 #define textout(sp,s,conform,conformlen,style,level,bump,ip,version,id,catalog,hflags) trace_textou… in textout() argument
1964 …s = textout(sp, s, conform, conformlen, style, level + bump + par + 1, 0, ip, version, id, catalog… in textout()
1990 sfprintf(sp, "[%-.*s %s] ", conformlen, conform, T(NiL, ID, "conformance")); in textout()