Home
last modified time | relevance | path

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

12345678910>>...36

/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Dproxycache.out2 # Query 2: filter:(|(cn=*Jon*)(sn=Jon*)) attrs:cn sn title uid
9 title: Mad Cow Researcher, UM Alumni Association
18 title: Senior Manager, Information Technology Division
25 title: System Administrator, Information Technology Division
34 # Query 4: filter:(sn=Doe*) attrs:cn sn title uid
42 title: Senior Manager, Information Technology Division
49 title: Programmer Analyst, UM Alumni Association
56 title: System Administrator, Information Technology Division
67 # Query 6: filter:(mail=*@mail.alumni.example.com) attrs:cn sn title uid
73 title: Secretary, UM Alumni Association
[all …]
/netbsd-src/external/historical/nawk/dist/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 …]
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dtooltag4 <title>mdb_copy - environment copy tool</title>
9 <title>mdb_dump - environment export tool</title>
14 <title>mdb_load - environment import tool</title>
19 <title>mdb_stat - environment status tool</title>
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmaps.c128 MAPS *maps_create(const char *title, const char *map_names, int dict_flags) in maps_create() argument
144 maps->title = mystrdup(title); in maps_create()
205 maps->title, name); in maps_find()
207 maps->title); in maps_find()
212 msg_info("%s: %s: %s: %s = %.100s%s", myname, maps->title, in maps_find()
223 msg_info("%s: %s: %s: %s", myname, maps->title, name, maps->error ? in maps_find()
256 myname, maps->title); in maps_file_find()
262 maps->title, name); in maps_file_find()
264 maps->title); in maps_file_find()
269 msg_info("%s: %s: %s: %s = %.100s%s", myname, maps->title, in maps_file_find()
[all …]
H A Ddsn_filter.c109 DSN_FILTER *dsn_filter_create(const char *title, const char *map_names) in dsn_filter_create() argument
115 msg_info("%s: %s %s", myname, title, map_names); in dsn_filter_create()
119 fp->maps = maps_create(title, map_names, DICT_FLAG_LOCK); in dsn_filter_create()
167 msg_warn("%s: bad status code: %s", fp->maps->title, result); in dsn_filter_lookup()
191 msg_info("%s: %s", myname, fp->maps->title); in dsn_filter_free()
H A Dsmtp_reply_footer.c224 const char *title; member
269 for (tp = test_cases; tp->title != 0; tp++) { in main()
275 tp->title, status, tp->expected_status); in main()
278 tp->title, STR(buf), tp->orig_reply); in main()
281 tp->title, STR(buf), tp->expected_reply); in main()
283 msg_info("test \"%s\": pass", tp->title); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_stream.c158 const char *title; in main() member
205 for (pass = fail = 0, tp = testcases; tp->title; tp++) { in main()
208 msg_info("RUN test case %ld %s", (long) (tp - testcases), tp->title); in main()
211 msg_info("title=%s", tp->title); in main()
223 msg_warn("test case %s: got stream, expected error", tp->title); in main()
226 tp->title, STR(act_err)); in main()
229 tp->title); in main()
233 msg_warn("test case %s: content read error", tp->title); in main()
238 tp->title, STR(act_cont), tp->expect_cont); in main()
247 tp->title); in main()
[all …]
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfloat.c36 add_new_float (char *id, char *title, char *shorttitle, in add_new_float() argument
44 new->title = title; in add_new_float()
106 return float_stack->title; in current_float_title()
247 if (strlen (temp->title) > 0) in cm_listoffloats()
253 execute_string ("%s", temp->title); in cm_listoffloats()
264 char *title = expansion (temp->title, 0); in cm_listoffloats() local
290 + strlen (temp->number) + strlen (title) in cm_listoffloats()
295 if (strlen (title) > 0) in cm_listoffloats()
300 len = strlen (title) + strlen (raw_entry); in cm_listoffloats()
306 title = expansion (temp->shorttitle, 0); in cm_listoffloats()
[all …]
/netbsd-src/external/bsd/wpa/dist/src/utils/
H A Dtrace.h28 #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
/netbsd-src/external/bsd/pkg_install/dist/info/
H A Dshow.c104 show_file(const char *buf, const char *title, Boolean separator) in show_file() argument
109 printf("%s%s", InfoPrefix, title); in show_file()
136 show_index(const char *buf, const char *title) in show_index() argument
141 printf("%s%s", InfoPrefix, title); in show_index()
154 show_plist(const char *title, package_t *plist, pl_ent_t type) in show_plist() argument
160 printf("%s%s", InfoPrefix, title); in show_plist()
219 show_files(const char *title, package_t *plist) in show_files() argument
226 printf("%s%s", InfoPrefix, title); in show_files()
253 show_depends(const char *title, package_t *plist) in show_depends() argument
272 printf("%s%s", InfoPrefix, title); in show_depends()
[all …]
/netbsd-src/external/mit/isl/dist/doc/
H A Disl.bib6 title = {Transitive Closure of Infinite Graphs and Its Applications},
27 title = {Computing the Transitive Closure of a Union of Affine Integer Tuple Relations},
40 title = "Theory of Linear and Integer Programming",
51 title = {Depth-First Search and Linear Graph Algorithms},
59 title = "The {Omega} Calculator and Library",
67 title = "The {Omega} Library",
75 title = "An integer set library for program analysis",
84 title = {Maximal Static Expansion},
98 title = "Parametric Integer Programming",
108 title = {Dataflow analysis of array and scalar references},
[all …]
/netbsd-src/games/rogue/
H A Dinventory.c435 strlcpy(t, id_potions[j].title, sizeof(t)); in mix_colors()
436 strlcpy(id_potions[j].title, id_potions[k].title, in mix_colors()
437 sizeof(id_potions[j].title)); in mix_colors()
438 strlcpy(id_potions[k].title, t, sizeof(id_potions[k].title)); in mix_colors()
447 size_t maxlen = sizeof(id_scrolls[0].title); in make_scroll_titles()
451 (void)strlcpy(id_scrolls[i].title, "'", maxlen); in make_scroll_titles()
455 (void)strlcat(id_scrolls[i].title, syllables[s], in make_scroll_titles()
459 n = strlen(id_scrolls[i].title); in make_scroll_titles()
460 id_scrolls[i].title[n-1] = 0; in make_scroll_titles()
462 (void)strlcat(id_scrolls[i].title, "' ", maxlen); in make_scroll_titles()
[all …]
/netbsd-src/usr.bin/menuc/testm/
H A Dmenus.mc56 menu root, title " Main Menu of Test System", x=10;
86 option "Continuous title and menu ...",
176 menu submenu, title " submenu test";
179 option "middle, no title", sub menu middle;
182 menu upperright, title "upper right", y=2, x=60, no exit;
185 menu lowerleft, title "lower left", y=19, x=2, no exit;
191 menu nextmenu, title " A next window! ? for comments", no exit;
194 menu noshort, title " No shortcut characters!", no shortcut;
199 menu scrollit, scrollable, h=4, title " Scrollable Menu";
207 menu bigscroll, no scrollable, title " Non-scrollable Menu";
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/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);
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/
H A Dtttestdb_data.sql3 insert into persons (id,name, title, title_U, organization) values
5 insert into persons (id,name, title, title_U, organization) values
7 insert into persons (id,name, title, title_U, organization) values
15 insert into documents (id,abstract,title) values (1,'abstract1','book1');
16 insert into documents (id,abstract,title) values (2,'abstract2','book2');
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its9282/
H A Dexampledb.ldif76 title: Supreme Peons President
105 title: Senior Peons Sales Rep
134 title: Associate Product Development Accountant
163 title: Senior Planning Mascot
192 title: Chief Product Development Figurehead
221 title: Junior Janitorial Madonna
250 title: Elite Planning Consultant
279 title: Master Peons Admin
308 title: Chief Product Testing Figurehead
337 title: Chief Janitorial Punk
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/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";
/netbsd-src/crypto/external/bsd/openssl/dist/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";
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its9051/
H A Ddb.ldif53 title: user.1
84 title: user.2
115 title: user.3
146 title: user.4
177 title: user.5
208 title: user.6
239 title: user.7
270 title: user.8
301 title: user.9
332 title: user.10
[all …]
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its8800/
H A Ddb.ldif53 title: user.1
84 title: user.2
115 title: user.3
146 title: user.4
177 title: user.5
208 title: user.6
239 title: user.7
270 title: user.8
301 title: user.9
332 title: user.10
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A Dconf.py253 title = f.readline().rstrip('\n')
255 m = re.match(r'^# (\S+) - (.+)$', title)
268 title = f.readline().rstrip('\n')
271 if len(header) != len(title):
274 if ' - ' not in title:
279 name,description = title.split(' - ', 1)
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_ruler.c156 static Widget create_text_ruler_dialog( Widget parent, String title ) in create_text_ruler_dialog() argument
158 static Widget create_text_ruler_dialog( parent, title ) in create_text_ruler_dialog()
160 String title;
184 box = XtVaCreatePopupShell( title,
235 void __vi_show_text_ruler_dialog( Widget parent, String title ) in __vi_show_text_ruler_dialog() argument
237 void __vi_show_text_ruler_dialog( parent, title ) in __vi_show_text_ruler_dialog()
239 String title;
242 Widget db = create_text_ruler_dialog( parent, title ),
H A Dm_tags.c316 static Widget create_tags_dialog( Widget parent, String title ) in create_tags_dialog() argument
318 static Widget create_tags_dialog( parent, title ) in create_tags_dialog()
320 String title;
328 box = XtVaCreatePopupShell( title,
331 XmNtitle, title,
440 void __vi_show_tags_dialog( Widget parent, String title ) in __vi_show_tags_dialog() argument
442 void __vi_show_tags_dialog( parent, title ) in __vi_show_tags_dialog()
444 String title;
447 Widget db = create_tags_dialog( parent, title ),
/netbsd-src/external/gpl2/dtc/dist/Documentation/
H A Ddtc-paper.bib6title = "{IEEE} {S}tandard for {B}oot ({I}nitialization {C}onfiguration) {F}irmware: {C}ore {R}equ…
15title = "{PCI} {B}us {B}inding to: {IEEE} {S}td 1275-1994 {S}tandard for {B}oot ({I}nitialization …
24 title = "Booting the {L}inux/ppc kernel without {O}pen {F}irmware",
32 title = "Booting the {L}inux/ppc kernel without {O}pen {F}irmware",
40 title = "\dtc{}",

12345678910>>...36