OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DT_PFCONV_LEFT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_printf.h
86
#define
DT_PFCONV_LEFT
0x0004 /* left-align field (%-) */
dt_printf.c
427
} else if (pfd->pfd_flags &
DT_PFCONV_LEFT
) {
910
pfd->pfd_flags &= ~
DT_PFCONV_LEFT
;
950
pfd->pfd_flags |=
DT_PFCONV_LEFT
;
1571
if (width < 0 || (pfd->pfd_flags &
DT_PFCONV_LEFT
))
1582
* If we're printing a stack and
DT_PFCONV_LEFT
is set, we
1587
if (func == pfprint_stack && (pfd->pfd_flags &
DT_PFCONV_LEFT
))
1956
if (pfd->pfd_flags &
DT_PFCONV_LEFT
)
Completed in 30 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026