Searched refs:right_justify (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.h113 void right_justify();
368 friend void right_justify();
H A Denv.cpp1332 void right_justify() function
3274 init_request("rj", right_justify);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp160 os << right_justify("VMA", w) << ' ' << right_justify("LMA", w)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp185 OS << right_justify(formatv("#{0}", frame_no++).str(),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormat.h128 /// 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
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c3147 boolean_t right_justify; local
3165 right_justify = B_FALSE;
3168 right_justify = zpool_prop_align_right(pl->pl_prop);
3178 if (pl->pl_next == NULL && !right_justify)
3180 else if (right_justify)
3201 boolean_t right_justify; local
3224 right_justify = B_FALSE;
3232 right_justify = zpool_prop_align_right(pl->pl_prop);
3248 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify))
3250 else if (right_justify)
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2984 boolean_t right_justify; local
2993 right_justify = B_FALSE;
2996 right_justify = zfs_prop_align_right(pl->pl_prop);
3004 if (pl->pl_next == NULL && !right_justify)
3006 else if (right_justify)
3028 boolean_t right_justify; local
3044 right_justify = zfs_prop_align_right(pl->pl_prop);
3052 right_justify = zfs_prop_align_right(pl->pl_prop);
3059 right_justify = B_TRUE;
3066 right_justify
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3537 OS << "[" << right_justify(Fields[0].Str, 2) << "]";
3541 OS << right_justify(Fields[7].Str, 3);
3543 OS << right_justify(Fields[8].Str, 2);
3545 OS << right_justify(Fields[9].Str, 3);
3547 OS << right_justify(Fields[10].Str, 2);
4874 OS << " " << right_justify("Start", FieldWidth) << " "
4875 << right_justify("End", FieldWidth) << " "
4876 << right_justify("Page Offset", FieldWidth) << '\n';
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp7768 bool pad_zeros, right_justify, parse_long_name, found_valid_name;
7796 right_justify = false;
7798 right_justify = true;
7812 if (!right_justify)
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3281 OS << llvm::right_justify(Buffer, 10) << " | ";
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp882 << S.TypeChar << " |" << right_justify(S.TypeName, 18) << "|"

Completed in 426 milliseconds