Home
last modified time | relevance | path

Searched refs:TIO (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/dports/ports-mgmt/synth/synth-2.12/src/
H A Dportscan-pilot.adb764 TIO.Open (File => handle, Mode => TIO.In_File, Name => path);
782 TIO.Close (handle);
844 TIO.Put_Line
884 TIO.Open (File => handle, Mode => TIO.In_File, Name => distinfo);
1032 TIO.Create (File => handle, Mode => TIO.Out_File, Name => target);
1054 TIO.Create (File => handle, Mode => TIO.Out_File, Name => fpfile);
1243 TIO.Open (File => handle, Mode => TIO.In_File, Name => filename);
1315 TIO.Create (File => handle, Mode => TIO.Out_File, Name => pidfile);
1435 TIO.Create (File => listlog, Mode => TIO.Out_File, Name => filename);
1446 TIO.Put_Line
[all …]
H A Dactions.adb17 package TIO renames Ada.Text_IO; packspec
47 TIO.Put_Line (dashes);
91 TIO.Put (dashes);
92 TIO.Put_Line
119 TIO.Put_Line
245 TIO.Put_Line ("");
257 TIO.Put_Line ("");
302 TIO.Skip_Line;
351 TIO.Put (": ");
419 TIO.Put_Line
[all …]
H A Dreplicant.adb571 TIO.Open (File => live_file, Mode => TIO.In_File, Name => live_origin);
572 TIO.Create (File => group, Mode => TIO.Out_File, Name => target);
596 TIO.Close (group);
626 TIO.Open (File => live_file, Mode => TIO.In_File, Name => live_origin);
627 TIO.Create (File => masterpwd, Mode => TIO.Out_File, Name => target);
737 TIO.Put_Line
765 TIO.Put_Line
904 TIO.Close (fstab);
1496 TIO.Put_Line
1601 TIO.Create (File => mtreefile, Mode => TIO.Out_File, Name => filename);
[all …]
H A Dparameters.adb13 package TIO renames Ada.Text_IO; packspec
249 TIO.Put_Line ("");
750 TIO.Open (File => handle, Mode => TIO.In_File, Name => conf_location);
764 TIO.Close (handle);
867 TIO.Put_Line
911 TIO.Create (File => new_file, Mode => TIO.Out_File, Name => nextgen);
912 TIO.Open (File => old_file, Mode => TIO.In_File, Name => conf_location);
932 TIO.Close (old_file);
933 TIO.Close (new_file);
963 TIO.Open (File => conf_file, Mode => TIO.In_File, Name => conf_location);
[all …]
H A Dportscan-buildcycle.adb21 FA : access TIO.File_Type;
60 TIO.Put (FA.all, BENV);
63 TIO.Put (FA.all, COPTS);
861 resfile : TIO.File_Type;
868 TIO.Create (File => resfile, Mode => TIO.Out_File, Name => filename);
870 TIO.Close (resfile);
874 TIO.Close (resfile);
1137 fragment : TIO.File_Type;
1141 TIO.Open (File => fragment, Mode => TIO.In_File, Name => target_name);
1151 TIO.Close (fragment);
[all …]
H A Dreplicant-platform.adb761 vconf : TIO.File_Type;
905 TIO.Put_Line
911 TIO.Put_Line
917 TIO.Put_Line
923 TIO.Put_Line
929 TIO.Put_Line
936 TIO.Put_Line
942 TIO.Close (vconf);
995 header : TIO.File_Type;
1001 TIO.Open (File => header, Mode => TIO.In_File, Name => paramh);
[all …]
/dports/sysutils/slider/Slider-7bf0423/
H A Dslider.adb24 package TIO renames Ada.Text_IO; packspec
33 TIO.New_Line;
34 TIO.Put_Line (DASH);
36 TIO.Put_Line (DASH);
37 TIO.Put_Line (" Copyright (C) 2014-2015 John R. Marino");
38 TIO.New_Line;
39 TIO.New_Line;
40 TIO.Put_Line ("Usage: slider file [save-target]");
42 TIO.New_Line;
51 TIO.New_Line;
[all …]
H A Dtransactions.adb28 package TIO renames Ada.Text_IO; packspec
94 TIO.Put_Line (msg_mono1);
95 TIO.Put_Line (msg_mono2);
109 TIO.Put_Line ("Error: This file is missing history, " &
111 TIO.Put_Line (" " & ghost);
112 TIO.Put_Line ("Sorry, Slider has to abort.");
121 TIO.Put_Line ("Error: There is no current file with that name, " &
123 TIO.Put_Line ("deleted version of '" & path & "' being found.");
127 TIO.Put_Line ("Error: The file exists, but its permissions " &
136 TIO.Put_Line ("Sorry, this file has no history at all.");
[all …]
/dports/databases/adabase/AdaBase-3.1/testcases/multiquery/
H A Dmultiquery.adb9 package TIO renames Ada.Text_IO; packspec
25 TIO.Put_Line ("SQL string used: " & SQL);
26 TIO.Put_Line ("");
32 TIO.Put_Line ("-- Execution attempt #1 --");
35 TIO.Put_Line ("Query succeeded");
39 TIO.Put_Line ("Exception: " & EX.Exception_Message (ouch));
40 TIO.Put_Line ("Failed to test this setting");
43 TIO.Put_Line ("");
47 TIO.Put_Line ("-- Execution attempt #2 --");
49 TIO.Put_Line ("Query succeeded");
[all …]
/dports/databases/adabase/AdaBase-3.1/testcases/traits/
H A Dtraits.adb10 package TIO renames Ada.Text_IO; packspec
21 TIO.Put_Line (" client info: " & driver.trait_client_info);
22 TIO.Put_Line ("client version: " & driver.trait_client_version);
23 TIO.Put_Line (" server info: " & driver.trait_server_info);
24 TIO.Put_Line ("server version: " & driver.trait_server_version);
25 TIO.Put_Line (" driver: " & driver.trait_driver);
30 TIO.Put_Line ("");
62 TIO.Put_Line ("");
63 TIO.Put_Line ("exception name: " & EX.Exception_Name (E));
65 TIO.Put_Line ("Traceback:");
[all …]
/dports/databases/adabase/AdaBase-3.1/testcases/all_types/
H A Dall_types.adb15 package TIO renames Ada.Text_IO; packspec
125 TIO.Put (CT.zeropad (c, 2) & ". ");
129 TIO.Put_Line ("<null>");
140 TIO.Put_Line ("");
424 TIO.Put_Line ("");
451 TIO.Put_Line (stmt.last_driver_message);
489 TIO.Put_Line (stmt.last_driver_message);
508 TIO.Put_Line ("");
516 TIO.Put_Line ("");
519 TIO.Put_Line ("Traceback:");
[all …]
/dports/databases/adabase/AdaBase-3.1/testcases/ds_fetch/
H A Dds_fetch.adb10 package TIO renames Ada.Text_IO; packspec
24 TIO.Put_Line (" Query successful: " & stmt.successful'Img);
26 TIO.Put_Line ("Number of columns:" & stmt.column_count'Img);
27 TIO.Put_Line (" Number of rows:" & stmt.rows_returned'Img);
29 TIO.Put_Line ("");
31 TIO.Put_Line ("Column" & c'Img & ":");
32 TIO.Put_Line (" TABLE: " & stmt.column_table (c));
33 TIO.Put_Line (" NAME: " & stmt.column_name (c));
37 TIO.Put_Line ("");
47 TIO.Put (rest & fruit);
[all …]
/dports/databases/adabase/AdaBase-3.1/testcases/traits_mysql/
H A Dtraits_mysql.adb8 package TIO renames Ada.Text_IO; packspec
19 TIO.Put_Line (" client info: " & driver.trait_client_info);
20 TIO.Put_Line ("client version: " & driver.trait_client_version);
21 TIO.Put_Line (" server info: " & driver.trait_server_info);
22 TIO.Put_Line ("server version: " & driver.trait_server_version);
23 TIO.Put_Line (" driver: " & driver.trait_driver);
28 TIO.Put_Line ("");
29 TIO.Put_Line (" autocommit: " & driver.trait_autocommit'Img);
30 TIO.Put_Line (" column case: " & driver.trait_column_case'Img);
31 TIO.Put_Line (" error_mode: " & driver.trait_error_mode'Img);
[all …]
/dports/comms/mgetty+sendfax/mgetty-1.1.37/
H A Dtio.h33 typedef struct termio TIO; typedef
39 typedef struct termios TIO; typedef
44 typedef struct sgttyb TIO; typedef
197 int tio_get _PROTO (( int fd, TIO *t ));
198 int tio_set _PROTO (( int fd, TIO *t ));
201 int tio_get_speed _PROTO (( TIO *t ));
202 void tio_mode_raw _PROTO (( TIO *t ));
203 void tio_mode_cbreak _PROTO (( TIO *t ));
205 void tio_default_cc _PROTO (( TIO *t ));
223 TIO before;
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Duxterm.c163 cfsetospeed ((TIO (s)), b); in terminal_state_set_ospeed()
166 ((TIO (s)) -> c_cflag) = ((((TIO (s)) -> c_cflag) &~ CBAUD) | b); in terminal_state_set_ospeed()
182 ((TIO (s)) -> c_cflag) = in terminal_state_set_ispeed()
222 ((TIO (s)) -> c_oflag) |= (((TIO (os)) -> c_oflag) & OPOST); in terminal_state_cooked_output()
322 ((TIO (s)) -> c_lflag) |= (((TIO (os)) -> c_lflag) & ECHO); in terminal_state_buffered()
324 ((TIO (s)) -> c_lflag) |= (((TIO (os)) -> c_lflag) & IEXTEN); in terminal_state_buffered()
326 ((TIO (s)) -> c_iflag) = ((TIO (os)) -> c_iflag); in terminal_state_buffered()
329 (((TIO (s)) -> c_cc) [VMIN]) = (((TIO (os)) -> c_cc) [VMIN]); in terminal_state_buffered()
330 (((TIO (s)) -> c_cc) [VTIME]) = (((TIO (os)) -> c_cc) [VTIME]); in terminal_state_buffered()
332 (((TIO (s)) -> c_cc) [VSTOP]) = (((TIO (os)) -> c_cc) [VSTOP]); in terminal_state_buffered()
[all …]
/dports/databases/adabase/AdaBase-3.1/testcases/bits/
H A Dbits.adb11 package TIO renames Ada.Text_IO; packspec
29 TIO.Put_Line ("type : " & row.column (1).native_type'Img);
30 TIO.Put_Line ("string : " & row.column (1).as_string);
36 TIO.Put_Line ("bit " & CT.zeropad (x, 2) & " :" &
40 TIO.Put_Line ("chain link" & x'Img & " : " &
44 TIO.Put_Line ("nbyte2 : " & row.column (1).as_nbyte2'Img);
45 TIO.Put_Line ("nbyte3 : " & row.column (1).as_nbyte3'Img);
61 TIO.Put_Line ("====================================");
62 TIO.Put_Line ("one bit as boolean : " & one_bitstr);
63 TIO.Put_Line ("nbyte1 :" & my_byte'Img);
[all …]
/dports/databases/adabase/AdaBase-3.1/testcases/spatial3/
H A Dspatial3.adb11 package TIO renames Ada.Text_IO; packspec
21 TIO.Put_Line ("");
22 TIO.Put_Line ("Column Name : " & cn);
24 TIO.Put_Line ("WKT value : " & wkt);
29 TIO.Put_Line ("X=" & point.X'Img & " (" & label & ")");
30 TIO.Put_Line ("Y=" & point.Y'Img);
80 TIO.Put_Line ("Ring#" & Ring_ID'Img);
114 TIO.Put_Line ("line#" & component'Img & ": " &
157 TIO.Put_Line ("");
158 TIO.Put_Line ("Column Name : " & GC);
[all …]
/dports/databases/adabase/AdaBase-3.1/testcases/iterate/
H A Diterate.adb9 package TIO renames Ada.Text_IO; packspec
28 TIO.Put_Line (zone & " contains" & calories'Img & " calories");
33 TIO.Put_Line (row.column ("city").as_string & " " &
54 TIO.Put_Line (dashes);
55 TIO.Put_Line ("List of fruit the contain at least 50 calories");
56 TIO.Put_Line (dashes);
67 TIO.Put_Line ("");
68 TIO.Put_Line ("Demonstrate STMT.iterate (prepare + data access)");
69 TIO.Put_Line (dashes);
70 TIO.Put_Line ("List of NHL teams in locations starting with 'C'");
[all …]
/dports/databases/adabase/AdaBase-3.1/testcases/query_select/
H A Dquery_select.adb10 package TIO renames Ada.Text_IO; packspec
44 TIO.Put_Line (" SQL State: " & stmt.last_sql_state);
47 TIO.Put_Line ("Column" & c'Img & " heading: " &
50 TIO.Put_Line ("");
71 TIO.Put ("In event" & event_code'Img & ", the " &
77 TIO.Put ("won");
79 TIO.Put ("lost");
81 TIO.Put ("tied");
83 TIO.Put_Line (away_score'Img & " to" & home_score'Img);
85 TIO.Put_Line ("");
[all …]
/dports/databases/adabase/AdaBase-3.1/testcases/fruit4/
H A Dfruit4.adb10 package TIO renames Ada.Text_IO; packspec
25 TIO.Put_Line (atch);
30 TIO.Put_Line ("SQL: " & cmd1);
31 TIO.Put_Line ("Result: Inserted" & numrows'Img & " rows");
32 TIO.Put_Line ("ID of last inserted row:" & CON.DR.last_insert_id'Img);
35 TIO.Put_Line (dtch);
38 TIO.Put_Line ("SQL: " & cmd2);
39 TIO.Put_Line ("Result: Inserted" & numrows'Img & " rows");
40 TIO.Put_Line ("ID of last inserted row:" & CON.DR.last_insert_id'Img);
43 TIO.Put_Line (atch);
/dports/databases/adabase/AdaBase-3.1/testcases/bad_select/
H A Dbad_select.adb10 package TIO renames Ada.Text_IO; packspec
31 TIO.Put_Line ("Query successful: " & stmt.successful'Img);
34 TIO.Put_Line (" Driver message: " & stmt.last_driver_message);
35 TIO.Put_Line (" Driver code: " & stmt.last_driver_code'Img);
36 TIO.Put_Line (" SQL State: " & stmt.last_sql_state);
44 TIO.Put_Line ("");
45 TIO.Put_Line ("SQL now: " & sql);
49 TIO.Put_Line ("Query successful: " & stmt.successful'Img);
53 TIO.Put_Line (" Number fields:" & row.count'Img);
56 TIO.Put_Line (" Data discarded: " & stmt.data_discarded'Img);
/dports/ports-mgmt/synth/synth-2.12/
H A Dsynth.adb20 package TIO renames Ada.Text_IO; packspec
94 TIO.Put_Line (badcfg);
111 TIO.Put_Line (badcwd);
116 TIO.Put_Line (regjoe);
121 TIO.Put_Line (holdon);
126 TIO.Put_Line (badmnt);
133 TIO.Put_Line (badwrk);
258 TIO.Put_Line (regjoe);
263 TIO.Put_Line (holdon);
271 TIO.Put_Line (badcfg);
[all …]
/dports/databases/adabase/AdaBase-3.1/testcases/spawn_fields/
H A Dspawn_fields.adb9 package TIO renames Ada.Text_IO; packspec
35 TIO.Put_Line ("Chain #1 length:" & chain_len'Img);
36 TIO.Put_Line ("Chain #1 type: " & SF.native_type'Img);
38 TIO.Put (" block" & x'Img & " value:" & SF.as_chain (x)'Img);
40 TIO.Put_Line ("");
42 TIO.Put ("Chain #1 converted to 4-byte unsigned integer:" &
45 TIO.Put_Line ("");
46 TIO.Put_Line ("");
49 TIO.Put_Line ("Convert ST settype to string: " & ST.as_string);
50 TIO.Put_Line ("Length of ST set: " & myset'Length'Img);
/dports/databases/adabase/AdaBase-3.1/testcases/autocommit/
H A Dautocommit.adb10 package TIO renames Ada.Text_IO; packspec
30 TIO.Put_Line ("Rows expected:" & expected'Img);
31 TIO.Put_Line ("Rows returned:" & impacted'Img);
33 TIO.Put_Line ("=== PASSED ===");
35 TIO.Put_Line ("=== FAILED === <<----------------------------");
37 TIO.Put_Line ("");
115 TIO.Put_Line ("=== PRECONNECT AUTOCOMMIT => OFF (DEFAULT) ===");
121 TIO.Put_Line ("=== PRECONNECT AUTOCOMMIT => ON ===");
127 TIO.Put_Line ("=== CONNECT AC=0, INS, AC=1, INS, AC=0, INS ===");
133 TIO.Put_Line ("=== IMPLICIT COMMIT (AC/OFF => ON) ===");
[all …]
/dports/comms/qico/qico-15673bf/src/
H A Dtty.h62 typedef struct termio TIO; typedef
68 typedef struct termios TIO; typedef
73 typedef struct sgttyb TIO; typedef
174 extern TIO tty_stio;
191 int tty_local(TIO *, int);
209 int tio_get(int, TIO *);
210 int tio_set(int, TIO *);
212 int tio_get_speed(TIO *);
213 void tio_local_mode(TIO *, int);
214 void tio_raw_mode(TIO * );
[all …]

12345678910>>...16