Searched refs:pretty (Results 26 - 50 of 54) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.cpp31 assert(opts::pretty::ClassFormat !=
32 opts::pretty::ClassDefinitionFormat::None);
H A DPrettyEnumDumper.cpp40 if (!opts::pretty::NoEnumDefs) {
H A DPrettyClassLayoutGraphicalDumper.cpp38 opts::pretty::ClassFormat == opts::pretty::ClassDefinitionFormat::All) {
144 uint32_t Limit = opts::pretty::ClassRecursionDepth;
203 if (Symbol.isCompilerGenerated() && opts::pretty::ExcludeCompilerGenerated)
H A DPrettyCompilandDumper.cpp129 if (!shouldDumpSymLevel(opts::pretty::SymLevel::Data))
162 if (!shouldDumpSymLevel(opts::pretty::SymLevel::Functions))
186 if (!shouldDumpSymLevel(opts::pretty::SymLevel::Thunks))
H A DPrettyVariableDumper.cpp40 if (Var.isCompilerGenerated() && opts::pretty::ExcludeCompilerGenerated)
H A Dllvm-pdbutil.h54 namespace pretty { namespace in namespace:opts
/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py171 print(message.pretty())
183 print(message.pretty())
222 print(message.pretty())
229 print(message.pretty())
266 # override to avoid parser error in request/response.pretty() in nfcpy
288 print("Parsed handover request: " + request.pretty())
304 print(carrier.record.pretty())
334 print(carrier.record.pretty())
357 print(sel.pretty())
445 print(p2p_sel_data.pretty())
[all...]
H A Dwps-nfc.py145 # override to avoid parser error in request/response.pretty() in nfcpy
166 print("Parsed handover request: " + request.pretty())
193 print(sel.pretty())
219 print(message.pretty())
258 print(message.pretty())
265 print(message.pretty())
279 #print wifi.pretty()
378 print(tag.ndef.message.pretty())
/freebsd-current/usr.sbin/efivar/
H A Defivar.c207 char *pretty = NULL; local
210 efi_guid_to_name(guid, &pretty);
212 if (pretty == NULL)
215 *gname = pretty;
/freebsd-current/tools/tools/git/
H A Dmfc-candidates.sh145 if ! git show --pretty=%H --no-patch $hash; then
H A Darcgit196 orig_branch=$(git show -s --pretty='%H' HEAD)
H A Dgit-arc.sh511 email=$(git log -1 --author "$(echo ${addr} | tr _ .)" --pretty="%aN <%aE>")
522 email=$(git log -1 --author "${name}" --pretty="%aN <%aE>")
/freebsd-current/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py116 # override to avoid parser error in request/response.pretty() in nfcpy
136 print("Parsed handover request: " + request.pretty())
163 print(sel.pretty())
238 print(tag.ndef.message.pretty())
/freebsd-current/usr.bin/id/
H A Did.c51 static void pretty(struct passwd *);
201 pretty(pw);
217 pretty(struct passwd *pw) function
/freebsd-current/usr.sbin/pw/
H A Dpw.h98 bool dryrun, bool pretty, bool precrypted);
H A Dpw_user.c73 static int print_user(struct passwd *pwd, bool pretty, bool v7);
528 print_user(struct passwd * pwd, bool pretty, bool v7) argument
538 if (!pretty) {
742 bool pretty = false; local
772 pretty = true;
795 print_user(pwd, pretty, v7);
815 return (print_user(pwd, pretty, v7));
1193 bool dryrun, nis, pretty, quiet, createhome, precrypted, genconf; local
1195 dryrun = nis = pretty = quiet = createhome = precrypted = false;
1310 pretty
1526 bool quiet, createhome, pretty, dryrun, nis, edited; local
[all...]
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dupdate_authors.pl127 for my $line (reverse qx(git log --pretty=tformat:'%aN:::%aE')) {
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc117 // MSDN is pretty clear that if the module list changes during the call to
/freebsd-current/share/examples/flua/
H A Dlibjail.lua64 -- Display the jail's parameters as a pretty-printed JSON object.
/freebsd-current/contrib/mandoc/
H A Dmdoc_term.c667 * First calculate width and offset. This is pretty easy unless
1340 int pretty; local
1343 pretty = n->flags & NODE_SYNPRETTY;
1347 if (pretty) {
1358 if (pretty) {
1373 if (pretty)
1387 if (pretty) {
H A Dmdoc_html.c1131 int sz, pretty; local
1133 pretty = NODE_SYNPRETTY & n->flags;
1183 if (pretty) {
/freebsd-current/share/mk/
H A Dbsd.crunchgen.mk32 # The following is pretty nearly a generic crunchgen-handling makefile
/freebsd-current/contrib/ncurses/progs/
H A Ddump_entry.c65 static bool pretty; /* true if we format if-then-else strings */ variable
207 pretty = formatted;
614 /* "pretty" overrides wrapping if it already split the line */
615 if (!pretty || strchr(fill, '\n') == 0) {
1174 if (pretty
/freebsd-current/contrib/openpam/
H A Dltmain.sh626 func_quote_arg pretty "$2"
634 func_quote_arg pretty "$2"
1269 # 'pretty'
1277 # Examples for 'func_quote_arg pretty,unquoted string':
1287 # Examples for 'func_quote_arg pretty,unquoted,expand string':
1302 *,pretty,*|*,expand,*|*,unquoted,*)
1379 func_quote_arg pretty,expand "$_G_cmd"
1405 func_quote_arg expand,pretty "$_G_cmd"
3674 func_quote_arg pretty "$libobj"
3748 func_quote_arg pretty "
[all...]
/freebsd-current/contrib/libevent/build-aux/
H A Dltmain.sh591 func_quote_arg pretty "$2"
599 func_quote_arg pretty "$2"
1230 # 'pretty'
1238 # Examples for 'func_quote_arg pretty,unquoted string':
1248 # Examples for 'func_quote_arg pretty,unquoted,expand string':
1263 *,pretty,*|*,expand,*|*,unquoted,*)
1340 func_quote_arg pretty,expand "$_G_cmd"
1366 func_quote_arg expand,pretty "$_G_cmd"
3635 func_quote_arg pretty "$libobj"
3709 func_quote_arg pretty "
[all...]

Completed in 374 milliseconds

123