| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | partitions.svg | 6 <!-- Title: G Pages: 1 --> 10 <title>G</title> 13 <g id="node1" class="node"><title>part_main</title> 17 <g id="node4" class="node"><title>main</title> 22 <g id="edge1" class="edge"><title>part_main->main</title> 27 <g id="node2" class="node"><title>part1</title> 31 <g id="node5" class="node"><title>f1</title> 36 <g id="edge3" class="edge"><title>part1->f1</title> 41 <g id="node3" class="node"><title>part2</title> 45 <g id="node6" class="node"><title>f2</title> [all …]
|
| /freebsd/contrib/googletest/docs/_data/ |
| H A D | navigation.yml | 4 - title: "Supported Platforms" 6 - title: "Quickstart: Bazel" 8 - title: "Quickstart: CMake" 12 - title: "GoogleTest Primer" 14 - title: "Advanced Topics" 16 - title: "Mocking for Dummies" 18 - title: "Mocking Cookbook" 20 - title: "Mocking Cheat Sheet" 24 - title: "Testing Reference" 26 - title: "Mocking Reference" [all …]
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | browser.c | 26 char *title; member 50 ctx->title ? ctx->title : in browser_update_title() 56 ctx->title ? ctx->title : "Hotspot 2.0 client"); in browser_update_title() 186 const char *title; in view_cb_notify_title() local 188 title = webkit_web_view_get_title(ctx->view); in view_cb_notify_title() 189 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s", __func__, title); in view_cb_notify_title() 190 os_free(ctx->title); in view_cb_notify_title() 191 ctx->title = os_strdup(title); in view_cb_notify_title() 264 static void view_cb_hovering_over_link(WebKitWebView *view, gchar *title, in view_cb_hovering_over_link() argument 267 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s uri=%s", __func__, title, in view_cb_hovering_over_link() [all …]
|
| H A D | trace.h | 28 #define wpa_trace_dump(title, ptr) \ argument 29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num) 30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num); 33 void wpa_trace_show(const char *title); 49 #define wpa_trace_dump(title, ptr) do { } while (0) argument 51 #define wpa_trace_show(title) do { } while (0) argument 61 void wpa_trace_dump_funcname(const char *title, void *pc); 65 #define wpa_trace_dump_funcname(title, pc) do { } while (0) argument
|
| H A D | wpa_debug.h | 80 * @title: title of for the message 88 void wpa_hexdump(int level, const char *title, const void *buf, size_t len); 90 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() argument 93 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL, in wpa_hexdump_buf() 100 * @title: title of for the message 110 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len); 112 static inline void wpa_hexdump_buf_key(int level, const char *title, in wpa_hexdump_buf_key() argument 115 wpa_hexdump_key(level, title, buf ? wpabuf_head(buf) : NULL, in wpa_hexdump_buf_key() 122 * @title: title of for the message 132 void wpa_hexdump_ascii(int level, const char *title, const void *buf, [all …]
|
| H A D | wpa_debug.c | 258 static void _wpa_hexdump(int level, const char *title, const u8 *buf, in _wpa_hexdump() argument 267 level, title, (unsigned long) len); in _wpa_hexdump() 315 title, (long unsigned int) len, display, in _wpa_hexdump() 348 title, (unsigned long) len, display); in _wpa_hexdump() 358 title, (unsigned long) len); in _wpa_hexdump() 371 printf("%s - hexdump(len=%lu):", title, (unsigned long) len); in _wpa_hexdump() 385 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) in wpa_hexdump() argument 387 _wpa_hexdump(level, title, buf, len, 1, 0); in wpa_hexdump() 391 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_key() argument 393 _wpa_hexdump(level, title, buf, len, wpa_debug_show_keys, 0); in wpa_hexdump_key() [all …]
|
| /freebsd/contrib/dialog/ |
| H A D | dialog.pl | 102 my ( $title, $file, $width, $height ) = @_; 106 system( "$DIALOG --title " 107 . "ed($title) 114 my ( $title, $message, $width ) = @_; 122 system( "$DIALOG --title " 123 . "ed($title) 136 my ( $title, $message, $width ) = @_; 144 system( "$DIALOG --title " 145 . "ed($title) 152 my ( $title, $message, $width ) = @_; [all …]
|
| H A D | guage.c | 42 char *title; member 130 dlg_draw_title(dialog, obj->title); in repaint_text() 274 free(obj->title); in my_cleanup() 298 const char *title, in dlg_reallocate_gauge() argument 316 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_reallocate_gauge() 341 if (obj->title == 0 || strcmp(obj->title, title)) { in dlg_reallocate_gauge() 342 dlg_finish_string(obj->title); in dlg_reallocate_gauge() 343 free(obj->title); in dlg_reallocate_gauge() 344 obj->title = dlg_strclone(title); in dlg_reallocate_gauge() 366 dlg_allocate_gauge(const char *title, in dlg_allocate_gauge() argument [all …]
|
| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpciph_aes_siv.txt | 14 Title = RFC5297 AES-SIV 78 Title = Wycheproof Test Vectors 80 Title = RFC 5297 89 Title = empty message 133 Title = message size divisible by block size 156 Title = small plaintext size 263 Title = plaintext size > 16 300 Title = edge case SIV 372 Title = Flipped bit 0 in tag 406 Title = Flipped bit 1 in tag [all …]
|
| H A D | evpmac_common.txt | 15 Title = HMAC tests (from RFC2104 and others) 42 Title = SHA1 68 Title = SHA2 173 Title = SHA3 257 Title = HMAC self generated tests 265 Title = HMAC FIPS short key test 276 Title = HMAC FIPS short key indicator test 289 Title = CMAC tests (from FIPS module) 327 Title = GMAC Tests (from NIST) 336 Title = GMAC Tests (from http://www.ieee802.org/1/files/public/docs2011/bn-randall-test-vectors-051… [all …]
|
| /freebsd/usr.sbin/bsdconfig/timezone/ |
| H A D | timezone | 82 local title="$DIALOG_TITLE" 90 \"\$title\" \ 101 --title \"\$title\" \ 198 title="$DIALOG_TITLE" 213 --title "$title" \ 222 --title "$title" \ 302 f_continent $cont title cont_title 327 f_sprintf title "$msg_country_title" \ 329 f_dialog_title "$title" 330 title="$DIALOG_TITLE" [all …]
|
| /freebsd/contrib/ntp/scripts/ |
| H A D | plot_summary.in | 171 print "set title \"Loop Summary for $identifier: " . 181 " using 1:3:4:5 title \"mean offset\", "; 183 "title \"(sigma low)\" with lines, "; 185 "title \"(Bezier med)\" with lines, "; 187 "title \"(sigma high)\" with lines\n"; 190 print "set title\n"; 192 print "plot \"$out_file\" using 1:7:8:9 title \"mean frequency\", "; 194 "title \"(sigma low)\" with lines, "; 196 "title \"(Bezier med)\" with lines, "; 198 "title \"(sigm [all...] |
| /freebsd/usr.sbin/spkrtest/ |
| H A D | spkrtest.sh | 55 /usr/bin/bsddialog --title " Speaker test " --checklist \ 74 title="(default melody)" 78 title="Reveille" 82 title="Contact theme from Close Encounters" 86 title="Lord of the Dance (aka Simple Gifts)" 90 title="Loony Toons theme" 94 title="standard villain's entrance music" 98 title="a trope from 'The Right Stuff' score by Bill Conti" 102 title="opening bars of Bach's Toccata and Fugue in D Minor" 106 title="opening bars of the theme from Star Trek Classic" [all …]
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.awk | 141 /^ *title *= *\"/ { do_title(); next } 170 Title = "" 196 if (html_length(Title) <= (MAX_TITLE_CHARS + MIN_LEADERS)) # complete title fits on line 197 print_toc_line(parts[n], Title, html_begin_pages() Pages html_end_pages()) 198 else # need to split long title over multiple lines 199 do_long_title(parts[n], Title, html_begin_pages() Pages html_end_pages()) 217 function do_long_title(author,title,pages, last_title,n) 219 title = trim(title) # discard leading and trailing space 220 while (length(title) > 0) 222 n = html_breakpoint(title,MAX_TITLE_CHARS+MIN_LEADERS) [all …]
|
| H A D | funstack.in | 126 %%% 3-letter condensation of important title 195 title = "{ACM} Algorithm 49: Spherical {Neumann} Function", 210 title = "{ACM} Algorithm 149: Complete Elliptic Integral", 225 title = "{ACM} Algorithm 179: Incomplete Beta Ratio", 240 title = "{ACM} Algorithm 219: Topological Ordering for {Pert} Networks", 255 title = "{ACM} Algorithm 236: {Bessel} Functions of the First Kind", 270 title = "{ACM} Algorithm 246: Graycode", 285 title = "{ACM} Algorithm 259: {Legendre} Functions for Arguments Larger than One", 300 title = "{ACM} Algorithm 284: Interchange of Two Blocks of Data", 315 title = "{ACM} Algorithm 299: Chi-Squared Integral", [all …]
|
| /freebsd/contrib/dialog/samples/ |
| H A D | dialog.py | 17 # creates an instance of it, and possibly sets the background title option. 52 # - 'title' option to some widgets 74 self.__bgTitle = '' # Default is no background title 97 def __handleTitle(self, title): argument 98 if len(title) == 0: 101 return '--title "%s" ' % title 104 def yesno(self, text, height=10, width=30, title=''): argument 110 (code, output) = self.__perform(self.__handleTitle(title) +\ 115 def msgbox(self, text, height=10, width=30, title=''): argument 120 self.__perform(self.__handleTitle(title) +\ [all …]
|
| /freebsd/usr.sbin/bsdinstall/scripts/ |
| H A D | firmware | 27 local title="$DIALOG_TITLE" 44 \"\$title\" \ 52 ${DIALOG} --title "${title}" --backtitle "${btitle}" \ 72 \"\$title\" \ 79 --title \"\$title\" \ 115 ${DIALOG} --title "$DIALOG_TITLE" --backtitle "$DIALOG_BACKTITLE" \ 132 bsddialog --backtitle "$OSNAME Installer" --title "Error" \
|
| /freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
| H A D | wpa_passphrase.sgml | 25 <title>Overview</title> 34 <title>Options</title> 54 <title>See Also</title> 68 <title>Legal</title>
|
| H A D | wpa_gui.sgml | 30 <title>Overview</title> 42 <title>Command Arguments</title> 84 <title>See Also</title> 97 <title>Legal</title>
|
| H A D | wpa_priv.sgml | 29 <title>Overview</title> 53 <title>Example configuration</title> 90 <title>Command Arguments</title> 134 <title>See Also</title> 143 <title>Legal</title>
|
| H A D | wpa_background.sgml | 17 <title>WPA</title> 73 <title>IEEE 802.11i / WPA2</title> 86 <title>See Also</title> 96 <title>Legal</title>
|
| /freebsd/share/doc/papers/ |
| H A D | bsdreferences.bib | 9 title = {{TESLA: temporally enhanced system logic assertions}}, 16 title = {Maximising Student Exposure to Networking Using FreeBSD Virtual Hosts}, 36 …title = {An Independent H-TCP Implementation Under FreeBSD 7.0: Description and Observed Behaviour… 56 title = {Integration of the FreeBSD TCP/IP-stack into the Discrete Event Simulator OMNet++}, 71 title = {Social Interactions Around Cross-system Bug Fixings: The Case of FreeBSD and OpenBSD}, 90 title = {Evaluation of Source Code Copy Detection Methods on Freebsd}, 108 title = {Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine}, 128 title = {Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine}, 148 title = {Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine}, 166 title = {Forth and the FreeBSD Bootloader}, [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProgress.h | 32 /// Construct a progress object with a title, details and a given debugger. 33 /// \param title 34 /// The title of the progress object. 39 SBProgress(const char *title, const char *details, SBDebugger &debugger); 41 /// Construct a progress object with a title, details, the total units of work 43 /// \param title 44 /// The title of the progress object. 51 SBProgress(const char *title, const char *details, uint64_t total_units,
|
| /freebsd/usr.sbin/tzsetup/ |
| H A D | tzsetup.c | 91 static void message_zoneinfo_file(const char *title, char *prompt); 100 char *title; member 106 xdialog_menu(char *title, char *cprompt, int item_no, dialogMenuItem *ditems) in xdialog_menu() argument 121 listitems[i].desc = ditems[i].title; in xdialog_menu() 125 conf.title = title; in xdialog_menu() 189 char title[30]; member 213 char title[64], prompt[64]; in continent_country_menu() local 218 if (strcmp(continent->title, "UTC") == 0) in continent_country_menu() 223 snprintf(title, sizeof(title), "Countries in %s", in continent_country_menu() 224 continent->title); in continent_country_menu() [all …]
|
| /freebsd/sys/contrib/dev/acpica/components/resources/ |
| H A D | rsdump.c | 72 * 3.4. Intel retains all right, title, and interest in and to the Original 167 const char *Title, 172 const char *Title, 177 const char *Title, 182 const char *Title, 187 const char *Title, 192 const char *Title); 220 char *Title, 403 * Optional resource title in AcpiRsDumpDescriptor() 617 * PARAMETERS: Title - Title of the dumped resource field [all …]
|