OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LADJUST
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/lib/libsa/
subr_prf.c
77
#define
LADJUST
0x10
84
if ((lflag & (ZEROPAD|
LADJUST
)) == ZEROPAD) { \
91
if (lflag &
LADJUST
) { \
98
if ((lflag & (ZEROPAD|
LADJUST
)) == 0) { \
194
lflag |=
LADJUST
;
/src/lib/libc/stdio/
vsnprintf_ss.c
81
#define
LADJUST
0x004 /* left adjustment */
208
flags |=
LADJUST
;
440
* points to a string which (if not flags&
LADJUST
) should be
447
* floating precision; finally, if
LADJUST
, pad with blanks.
462
if ((flags & (
LADJUST
|ZEROPAD)) == 0) {
477
if ((flags & (
LADJUST
|ZEROPAD)) == ZEROPAD) {
492
if (flags &
LADJUST
) {
vfwprintf.c
602
#define
LADJUST
0x004 /* left adjustment */
917
flags |=
LADJUST
;
1403
* points to a string which (if not flags&
LADJUST
) should be
1410
* floating precision; finally, if
LADJUST
, pad with blanks.
1428
if ((flags & (
LADJUST
|ZEROPAD)) == 0)
1441
if ((flags & (
LADJUST
|ZEROPAD)) == ZEROPAD)
1505
if (flags &
LADJUST
)
/src/sys/kern/
subr_prf.c
1194
#define
LADJUST
0x004 /* left adjustment */
1331
flags |=
LADJUST
;
1557
* points to a string which (if not flags&
LADJUST
) should be
1564
* floating precision; finally, if
LADJUST
, pad with blanks.
1579
if ((flags & (
LADJUST
|ZEROPAD)) == 0) {
1594
if ((flags & (
LADJUST
|ZEROPAD)) == ZEROPAD) {
1609
if (flags &
LADJUST
) {
Completed in 45 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025