OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:right_justify
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Format.h
128
/// This is a helper class for left_justify,
right_justify
, and center_justify.
149
///
right_justify
- add spaces before string so total output is
152
inline FormattedString
right_justify
(StringRef Str, unsigned Width) {
function in namespace:llvm
/src/external/cddl/osnet/dist/cmd/zpool/
zpool_main.c
2813
boolean_t
right_justify
;
local
2831
right_justify
= B_FALSE;
2834
right_justify
= zpool_prop_align_right(pl->pl_prop);
2844
if (pl->pl_next == NULL && !
right_justify
)
2846
else if (
right_justify
)
2867
boolean_t
right_justify
;
local
2890
right_justify
= B_FALSE;
2898
right_justify
= zpool_prop_align_right(pl->pl_prop);
2914
if (cb->cb_scripted || (pl->pl_next == NULL && !
right_justify
))
2916
else if (
right_justify
)
[
all
...]
/src/external/gpl2/groff/dist/src/roff/troff/
env.cpp
1334
void
right_justify
()
function
3276
init_request("rj",
right_justify
);
/src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c
2962
boolean_t
right_justify
;
local
2971
right_justify
= B_FALSE;
2974
right_justify
= zfs_prop_align_right(pl->pl_prop);
2982
if (pl->pl_next == NULL && !
right_justify
)
2984
else if (
right_justify
)
3006
boolean_t
right_justify
;
local
3022
right_justify
= zfs_prop_align_right(pl->pl_prop);
3030
right_justify
= zfs_prop_align_right(pl->pl_prop);
3037
right_justify
= B_TRUE;
3044
right_justify
= B_TRUE
[
all
...]
Completed in 81 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026