Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/freebsd/contrib/netbsd-tests/lib/libc/locale/
H A Dt_iconv.c145 test_sample_bounded(const char *title, const struct sample *S, in test_sample_bounded() argument
156 ATF_REQUIRE_MSG(S->nsrc < sizeof(inbuf) - 2, "[%s]", title); in test_sample_bounded()
157 ATF_REQUIRE_MSG(S->ndst < sizeof(outbuf) - 2, "[%s]", title); in test_sample_bounded()
170 atf_tc_fail_nonfatal("[%s] iconv_open: %s (%d)", title, in test_sample_bounded()
188 title, strerror(error), error); in test_sample_bounded()
195 title, ninval, S->ninval); in test_sample_bounded()
200 title, src0, src, src0, src0 + srcleft0); in test_sample_bounded()
203 title, srcleft0, srcleft); in test_sample_bounded()
206 title, dst0, dst, dst0, dst0 + dstleft0); in test_sample_bounded()
209 title, dstleft0, dstleft); in test_sample_bounded()
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dwpa_debug.h36 static inline void wpa_hexdump(int level, const char *title, in wpa_hexdump() argument
41 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() argument
46 static inline void wpa_hexdump_key(int level, const char *title, in wpa_hexdump_key() argument
51 static inline void wpa_hexdump_buf_key(int level, const char *title, in wpa_hexdump_buf_key() argument
56 static inline void wpa_hexdump_ascii(int level, const char *title, in wpa_hexdump_ascii() argument
61 static inline void wpa_hexdump_ascii_buf(int level, const char *title, in wpa_hexdump_ascii_buf() argument
66 static inline void wpa_hexdump_ascii_key(int level, const char *title, in wpa_hexdump_ascii_key() argument
118 void wpa_hexdump(int level, const char *title, const void *buf, size_t len);
120 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() argument
123 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL, in wpa_hexdump_buf()
[all …]
H A Dbrowser.c26 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 Dtrace.h33 #define wpa_trace_dump(title, ptr) \ argument
34 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num, \
36 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num,
43 void wpa_trace_show(const char *title);
60 #define wpa_trace_dump(title, ptr) do { } while (0) argument
62 #define wpa_trace_show(title) do { } while (0) argument
76 void wpa_trace_dump_funcname(const char *title, void *pc);
80 #define wpa_trace_dump_funcname(title, pc) do { } while (0) argument
H A Dwpa_debug.c272 static void _wpa_hexdump(int level, const char *title, const u8 *buf, in _wpa_hexdump() argument
281 level, title, (unsigned long) len); in _wpa_hexdump()
329 title, (long unsigned int) len, display, in _wpa_hexdump()
362 title, (unsigned long) len, display); in _wpa_hexdump()
372 title, (unsigned long) len); in _wpa_hexdump()
385 printf("%s - hexdump(len=%lu):", title, (unsigned long) len); in _wpa_hexdump()
399 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) in wpa_hexdump() argument
401 _wpa_hexdump(level, title, buf, len, 1, 0); in wpa_hexdump()
405 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_key() argument
407 _wpa_hexdump(level, title, buf, len, wpa_debug_show_keys, 0); in wpa_hexdump_key()
[all …]
/freebsd/usr.sbin/spkrtest/
H A Dspkrtest.sh55 /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 Dfunstack.awk217 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)
223 last_title = substr(title,1,n)
224 title = substr(title,n+1)
225 sub(/^ +/,"",title) # discard any leading space
226 print_toc_line(author, last_title, (length(title) == 0) ? pages : "")
502 function html_breakpoint(title,maxlength, break_after,k)
507 if (html_length(title) > maxlength) # then need to split title across lines
[all …]
/freebsd/usr.sbin/tzsetup/
H A Dtzsetup.c91 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/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_passphrase.sgml25 <title>Overview</title>
34 <title>Options</title>
54 <title>See Also</title>
68 <title>Legal</title>
H A Dwpa_gui.sgml30 <title>Overview</title>
42 <title>Command Arguments</title>
84 <title>See Also</title>
97 <title>Legal</title>
H A Dwpa_priv.sgml29 <title>Overview</title>
53 <title>Example configuration</title>
90 <title>Command Arguments</title>
134 <title>See Also</title>
143 <title>Legal</title>
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProgress.cpp15 SBProgress::SBProgress(const char *title, const char *details, in SBProgress() argument
17 LLDB_INSTRUMENT_VA(this, title, details, debugger); in SBProgress()
20 title, details, /*total=*/std::nullopt, debugger.get(), in SBProgress()
25 SBProgress::SBProgress(const char *title, const char *details, in SBProgress() argument
27 LLDB_INSTRUMENT_VA(this, title, details, total_units, debugger); in SBProgress()
30 title, details, total_units, debugger.get(), in SBProgress()
/freebsd/crypto/openssl/test/recipes/
H A D25-test_verify_store.t102 my $title = shift;
104 ok(run(app([qw(openssl verify), @_])), $title);
108 my $title = shift;
110 ok(run(app([qw(openssl req), @_])), $title);
114 my $title = shift;
116 ok(run(app([qw(openssl x509), @_])), $title);
H A D81-test_cmp_cli.t60 my $title = $$_[0];
64 $title);
69 my $title = $$_[0];
87 $title);
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dauto81 local title="$msg_abort"
90 "$title" "$btitle" "$prompt" "$hline"
93 --title "$title" \
114 local title="$DIALOG_TITLE"
140 --title "$title" \
188 bsddialog --backtitle "$OSNAME Installer" --title "Warning" \
211 bsddialog --backtitle "$OSNAME Installer" --title "Select Installation Type" \
222 bsddialog --backtitle "$OSNAME Installer" --title "Network or Offline Installation" \
232 bsddialog --backtitle "$OSNAME Installer" --title "Network Installation" \
458 --title "Add User Accounts" --yesno \
[all …]
H A Dkeymap73 local title= # Calculated below
91 title="$DIALOG_TITLE"
97 "$title" "$btitle" "$prompt" "" "$hline"
100 --title "$title" \
/freebsd/crypto/openssl/test/
H A Dpkits-test.pl763 my ( $tnum, $title ) = @$_;
764 print "$tnum $title\n" if $verbose;
767 my ( $tnum, $title, $exp_ret ) = @$_;
768 my $filename = $title;
793 print "$tnum $title : Failed!\n";
803 my ( $tnum, $title, $exargs, $exp_epol, $exp_aset, $exp_uset, $exp_ret )
805 my $filename = $title;
887 print "$tnum $title : Failed!\n";
/freebsd/share/doc/papers/
H A Dbsdreferences.bib9 title = {{TESLA: temporally enhanced system logic assertions}},
16 title = {Maximising Student Exposure to Networking Using FreeBSD Virtual Hosts},
36title = {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/usr.sbin/lpr/lp/
H A Dlp.sh46 title=""
74 title="${OPTARG}";;
82 exec /usr/bin/lpr "-P${dest}" ${symlink} ${ncopies} ${mailafter} ${title:+-J"${title}"} "$@"
/freebsd/usr.sbin/bsdinstall/
H A Dstartbsdinstall52 …bsddialog --backtitle "${OSNAME} Installer" --title "Installing" --msgbox "${OSNAME} is being inst…
55 …bsddialog --backtitle "${OSNAME} Installer" --title "Complete" --no-cancel --ok-label "Reboot" --p…
58 bsddialog --backtitle "${OSNAME} Installer" --title "Error" --textbox /tmp/bsdinstall_log 0 0
63 bsddialog --backtitle "${OSNAME} Installer" --title "Welcome" --extra-button --extra-label "Shell" …
76 …bsddialog --backtitle "${OSNAME} Installer" --title "Complete" --ok-label "Reboot" --extra-button …
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_03.H.out1title"> Type</div><div class="text"> </div><div class="title">InUse</div><div class="text"…
H A Dtest_03.HP.out7 <div class="title"> Type</div>
9 <div class="title">InUse</div>
11 <div class="title">MemUse</div>
13 <div class="title">HighUse</div>
15 <div class="title">Requests</div>
17 <div class="title">Size(s)</div>
/freebsd/usr.sbin/bsdconfig/timezone/
H A Dtimezone82 local title="$DIALOG_TITLE"
213 --title "$title" \
222 --title "$title" \
329 f_dialog_title "$title"
337 f_dialog_title "$title"
404 f_dialog_title "$title"
/freebsd/tools/tools/git/
H A Dgit-arc.sh199 local title
201 title=$(echo "$1" | sed 's/"/\\"/g')
204 if (substr($0, index($0, FS) + length(FS)) == "'"$title"'") {
212 local commit diff title
226 title=$(git show -s --format=%s "$commit")
227 diff=$(title2diff "$title")
229 err "could not find review for '${title}'"
471 local chash commit commits diff openrevs title
488 title=$(git show -s --format=%s "$commit")
491 '{if ($2 == "'"$(echo "$title" | sed 's/"/\\"/g')"'") print $0}')
[all …]
/freebsd/contrib/libyaml/tests/
H A Dtest-reader.c20 char *title; member
124 char *title = utf8_sequences[k].title; in check_utf8_sequences() local
129 printf("\t%s:\n", title); in check_utf8_sequences()
172 char *title = boms[k].title; in check_boms() local
178 printf("\t%s: ", title); in check_boms()

12345678910>>...18