Home
last modified time | relevance | path

Searched refs:read_str (Results 1 – 25 of 604) sorted by relevance

12345678910>>...25

/dports/science/openmx/openmx3.8/source/
H A Dmd2axsf.c34 char read_str[strsize]; in main() local
44 while (fgets(read_str, strsize, fp1)!=NULL){ in main()
78 fscanf(fp1,"%s",read_str); /* atomnum */ in main()
80 fscanf(fp1,"%s",read_str); /* time= */ in main()
81 fscanf(fp1,"%s",read_str); /* 0.0000 */ in main()
82 fscanf(fp1,"%s",read_str); /* (fs) */ in main()
83 fscanf(fp1,"%s",read_str); /* Energy= */ in main()
84 fscanf(fp1,"%s",read_str); /* -8.20219 */ in main()
85 fscanf(fp1,"%s",read_str); /* (Hartree) */ in main()
113 fscanf(fp1,"%s",read_str); in main()
[all …]
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Dgen_savestruct.py247 read_str = 'void read_%s(lua_State* L, int index, %s *data)\n' % (func_name, s_name)
248 read_str += '{\n'
252 if size == 0: read_str += ' data->%s = NULL;\n' % field
253 … else: read_str += ' memcpy(data->%s, 0, %s * sizeof(%s));\n' % (field, size, type)
255 read_str += ' if (lua_getfield_or_warn(L, index, "%s")) {\n' % field
256read_str += ' read_%s(L, -1, %sdata->%s%s);\n' % (type, '' if size else '&', field, (', %s'…
257 read_str += ' lua_pop(L, 1);\n'
258 read_str += ' }\n'
259 read_str += '}\n\n'
261 output_c.write(read_str)
/dports/biology/subread/subread-2.0.2-source/src/
H A Dfullscan.c99 void full_scan_read(char * index_name, char * read_str) in full_scan_read() argument
101 int read_len = strlen(read_str); in full_scan_read()
108 strcpy(read_rev_str, read_str); in full_scan_read()
140 scan_test_match(read_str, read_rev_str, chro_str, read_len, current_pos); in full_scan_read()
159 char read_str [1208]; in main() local
192 strncpy(read_str, argv[optind], 1199); in main()
204 SUBREADprintf ("Scanning the full index for %s...\n\n", read_str); in main()
206 full_scan_read(index_name, read_str); in main()
/dports/mail/faces/faces-1.7.7/faces/
H A Dmain.c243 read_str(&progname, ptr + 1); in main()
279 read_str(&hostname, nextline); in main()
474 read_str(&spoolfile, sfile);
745 read_str(&geometry, str);
751 read_str(&fgcolor, str);
754 read_str(&bgcolor, str);
757 read_str(&fontname, str);
760 read_str(&bgicon, str);
800 read_str(&audio_cmd, str);
803 read_str(&bell_sound, str);
[all …]
/dports/net/corosync2/corosync-2.4.5/qdevices/
H A Dcorosync-qdevice-tool.c165 struct dynar read_str; in read_ipc_reply() local
174 dynar_init(&read_str, IPC_READ_BUF_SIZE); in read_ipc_reply()
189 if (dynar_cat(&read_str, &c, sizeof(c)) != 0) { in read_ipc_reply()
194 if (strcasecmp(dynar_data(&read_str), ok_str) == 0) { in read_ipc_reply()
195 } else if (strcasecmp(dynar_data(&read_str), err_str) == 0) { in read_ipc_reply()
205 if (dynar_cat(&read_str, &c, sizeof(c)) != 0) { in read_ipc_reply()
214 dynar_destroy(&read_str); in read_ipc_reply()
H A Dcorosync-qnetd-tool.c192 struct dynar read_str; in read_ipc_reply() local
201 dynar_init(&read_str, IPC_READ_BUF_SIZE); in read_ipc_reply()
216 if (dynar_cat(&read_str, &c, sizeof(c)) != 0) { in read_ipc_reply()
221 if (strcasecmp(dynar_data(&read_str), ok_str) == 0) { in read_ipc_reply()
222 } else if (strcasecmp(dynar_data(&read_str), err_str) == 0) { in read_ipc_reply()
232 if (dynar_cat(&read_str, &c, sizeof(c)) != 0) { in read_ipc_reply()
241 dynar_destroy(&read_str); in read_ipc_reply()
/dports/security/trousers/trousers-0.3.14_3/src/tspi/daa/
H A Ddaa_debug.c90 read_buffer = read_str( file); in load_DAA_PK_internal()
132 read_buffer = read_str( file); in load_DAA_PK_PROOF_internal()
153 read_buffer = read_str( file); in load_TSS_DAA_CRED_ISSUER()
157 read_buffer = read_str( file); in load_TSS_DAA_CRED_ISSUER()
160 read_buffer = read_str( file); in load_TSS_DAA_CRED_ISSUER()
170 read_buffer = read_str( file); in load_TSS_DAA_CRED_ISSUER()
173 read_buffer = read_str( file); in load_TSS_DAA_CRED_ISSUER()
219 read_buffer = read_str( file); in load_TSS_DAA_CREDENTIAL()
223 read_buffer = read_str( file); in load_TSS_DAA_CREDENTIAL()
227 read_buffer = read_str( file); in load_TSS_DAA_CREDENTIAL()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dparselo.cpp1165 char read_str[PARSE_BUF_SIZE] = ""; in stuff_string() local
1208 Mp += strlen(read_str); in stuff_string()
1225 Mp += strlen(read_str); in stuff_string()
1232 Mp += strlen(read_str); in stuff_string()
1280 SCP_string read_str; in stuff_string() local
1318 Mp += read_str.length(); in stuff_string()
1335 Mp += read_str.length(); in stuff_string()
1342 Mp += read_str.length(); in stuff_string()
1377 outstr = read_str; in stuff_string()
1413 SCP_string read_str; in stuff_string_line() local
[all …]
/dports/biology/py-pysam/pysam-0.18.0/samtools/
H A Dbam_import.c143 kstring_t read_str = {0,0}; in import_fastq() local
192 kputs("--i1 I1.fastq ", &read_str); in import_fastq()
196 kputs("--i2 I2.fastq ", &read_str); in import_fastq()
201 kputs("-0 unpaired.fastq ", &read_str); in import_fastq()
205 kputs("-1 R1.fastq ", &read_str); in import_fastq()
209 kputs("-2 R2.fastq ", &read_str); in import_fastq()
217 ks_clear(&read_str); // not reversible in import_fastq()
218 kputs("", &read_str); in import_fastq()
240 if (ks_len(&read_str)) { in import_fastq()
248 ks_str(&read_str)); in import_fastq()
[all …]
H A Dbam_import.c.pysam.c145 kstring_t read_str = {0,0}; in import_fastq() local
194 kputs("--i1 I1.fastq ", &read_str); in import_fastq()
198 kputs("--i2 I2.fastq ", &read_str); in import_fastq()
203 kputs("-0 unpaired.fastq ", &read_str); in import_fastq()
207 kputs("-1 R1.fastq ", &read_str); in import_fastq()
211 kputs("-2 R2.fastq ", &read_str); in import_fastq()
219 ks_clear(&read_str); // not reversible in import_fastq()
220 kputs("", &read_str); in import_fastq()
242 if (ks_len(&read_str)) { in import_fastq()
250 ks_str(&read_str)); in import_fastq()
[all …]
/dports/biology/samtools/samtools-1.14/
H A Dbam_import.c143 kstring_t read_str = {0,0}; in import_fastq() local
192 kputs("--i1 I1.fastq ", &read_str); in import_fastq()
196 kputs("--i2 I2.fastq ", &read_str); in import_fastq()
201 kputs("-0 unpaired.fastq ", &read_str); in import_fastq()
205 kputs("-1 R1.fastq ", &read_str); in import_fastq()
209 kputs("-2 R2.fastq ", &read_str); in import_fastq()
217 ks_clear(&read_str); // not reversible in import_fastq()
218 kputs("", &read_str); in import_fastq()
240 if (ks_len(&read_str)) { in import_fastq()
248 ks_str(&read_str)); in import_fastq()
[all …]
/dports/sysutils/fcron/fcron-3.2.1/
H A Dconvert-fcrontab.c33 char *read_str(FILE * f, char *buf, int max);
86 read_str(FILE * f, char *buf, int max) in read_str() function
172 if ((file->cf_user = read_str(f, buf, sizeof(buf))) == NULL) in convert_file()
179 while ((env = read_str(f, buf, sizeof(buf))) != NULL) { in convert_file()
188 if ((line->cl_shell = read_str(f, buf, sizeof(buf))) == NULL) { in convert_file()
192 if ((line->cl_runas = read_str(f, buf, sizeof(buf))) == NULL) { in convert_file()
196 if ((line->cl_mailto = read_str(f, buf, sizeof(buf))) == NULL) { in convert_file()
/dports/www/p5-HTTP-Cookies-iCab/HTTP-Cookies-iCab-1.132/lib/HTTP/Cookies/
H A DiCab.pm77 my $tag = read_str( $fh, 4 );
94 my $str = read_str( $fh, 7 );
171 my $result = read_str( $fh, 4 );
182 my $string = read_str( $fh, 4 );
202 my $string = read_str( $fh, $length );
207 sub read_str subroutine
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/kafka-0.8.0/src/protocol/
H A Dzreader.rs66 pub fn read_str<'b>(&'b mut self) -> Result<&'a str> { in read_str() method
209 assert_eq!("hello", r.read_str().unwrap()); in test_read_str()
210 assert_eq!(", world", r.read_str().unwrap()); in test_read_str()
211 assert_eq!("", r.read_str().unwrap()); in test_read_str()
214 assert!(r.read_str().is_err()); in test_read_str()
224 let x = r.read_str().unwrap(); in test_mutability_lifetimes()
225 let y = r.read_str().unwrap(); in test_mutability_lifetimes()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/types/
H A Dindex_stat_impl.cc87 m_schema_name = r.read_str(Index_stats::FIELD_SCHEMA_NAME); in restore_attributes()
88 m_table_name = r.read_str(Index_stats::FIELD_TABLE_NAME); in restore_attributes()
89 m_index_name = r.read_str(Index_stats::FIELD_INDEX_NAME); in restore_attributes()
90 m_column_name = r.read_str(Index_stats::FIELD_COLUMN_NAME); in restore_attributes()
H A Dcolumn_impl.cc217 m_default_value = r.read_str(Columns::FIELD_DEFAULT_VALUE, ""); in restore_attributes()
220 m_comment = r.read_str(Columns::FIELD_COMMENT); in restore_attributes()
224 r.read_str(Columns::FIELD_GENERATION_EXPRESSION, ""); in restore_attributes()
226 r.read_str(Columns::FIELD_GENERATION_EXPRESSION_UTF8, ""); in restore_attributes()
233 set_options(r.read_str(Columns::FIELD_OPTIONS, "")); in restore_attributes()
234 set_se_private_data(r.read_str(Columns::FIELD_SE_PRIVATE_DATA, "")); in restore_attributes()
239 m_engine_attribute = r.read_str(Columns::FIELD_ENGINE_ATTRIBUTE, ""); in restore_attributes()
241 r.read_str(Columns::FIELD_SECONDARY_ENGINE_ATTRIBUTE, ""); in restore_attributes()
244 set_default_option(r.read_str(Columns::FIELD_DEFAULT_OPTION, "")); in restore_attributes()
245 set_update_option(r.read_str(Columns::FIELD_UPDATE_OPTION, "")); in restore_attributes()
[all …]
H A Dview_routine_impl.cc80 m_routine_catalog = r.read_str(View_routine_usage::FIELD_ROUTINE_CATALOG); in restore_attributes()
81 m_routine_schema = r.read_str(View_routine_usage::FIELD_ROUTINE_SCHEMA); in restore_attributes()
82 m_routine_name = r.read_str(View_routine_usage::FIELD_ROUTINE_NAME); in restore_attributes()
H A Dview_table_impl.cc79 m_table_catalog = r.read_str(View_table_usage::FIELD_TABLE_CATALOG); in restore_attributes()
80 m_table_schema = r.read_str(View_table_usage::FIELD_TABLE_SCHEMA); in restore_attributes()
81 m_table_name = r.read_str(View_table_usage::FIELD_TABLE_NAME); in restore_attributes()
H A Dtable_impl.cc151 schema_rec->read_str(tables::Schemata::FIELD_NAME), in load_foreign_key_parents()
202 schema_rec->read_str(tables::Schemata::FIELD_NAME)); in load_foreign_key_parents()
204 child_table->read_str(tables::Tables::FIELD_NAME)); in load_foreign_key_parents()
206 child_fk_rec->read_str(tables::Foreign_keys::FIELD_NAME)); in load_foreign_key_parents()
406 m_comment = r.read_str(Tables::FIELD_COMMENT); in restore_attributes()
430 set_se_private_data(r.read_str(Tables::FIELD_SE_PRIVATE_DATA, "")); in restore_attributes()
437 r.read_str(Tables::FIELD_SECONDARY_ENGINE_ATTRIBUTE, ""); in restore_attributes()
440 m_engine = r.read_str(Tables::FIELD_ENGINE); in restore_attributes()
452 r.read_str(Tables::FIELD_PARTITION_EXPRESSION_UTF8, ""); in restore_attributes()
454 r.read_str(Tables::FIELD_SUBPARTITION_EXPRESSION, ""); in restore_attributes()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_tddfpt2_restart.F163 CHARACTER(len=20) :: read_str, ref_str local
219 CALL integer_to_string(nspins_read, read_str)
222 TRIM(read_str)//" instead of "//TRIM(ref_str)//").")
227 CALL integer_to_string(nao_read, read_str)
229 … "Incompatible number of atomic orbitals ("//TRIM(read_str)//" instead of "//TRIM(ref_str)//").")
243 CALL integer_to_string(nstates_read, read_str)
245 "TDDFPT restart file contains "//TRIM(read_str)// &
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/windows_gen-0.9.1/src/tables/
H A Dattribute.rs44 ElementType::String => ConstantValue::String(values.read_str().to_string()), in args()
46 let name = values.read_str(); in args()
72 let name = values.read_str().to_string(); in args()
77 0x0E => ConstantValue::String(values.read_str().to_string()), in args()
79 let name = values.read_str(); in args()
/dports/sysutils/lookat/lookat_bekijk-1.4.4/
H A Dwin.c600 read_str->w=w; in open_inputwin()
601 read_str->key=toetsen; in open_inputwin()
602 read_str->c=NULL; in open_inputwin()
603 read_str->yp=2; in open_inputwin()
604 read_str->xp=21; in open_inputwin()
605 read_str->ox=0; in open_inputwin()
606 read_str->insert=1; in open_inputwin()
607 read_str->mode=mode; in open_inputwin()
608 read_str->n=32; in open_inputwin()
609 read_str->m=0; in open_inputwin()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/rmp-0.8.10/tests/func/decode/
H A Dstring.rs142 assert_eq!("le message", read_str(&mut cur, &mut out).unwrap()); in from_str_strfix()
153 assert_eq!("le message", read_str(&mut cur, &mut out).unwrap()); in from_str_strfix_extra_data()
164 assert_eq!("le message", read_str(&mut cur, &mut out).unwrap()); in from_str_strfix_exact_buffer()
176 match read_str(&mut cur, &mut out) { in from_str_strfix_invalid_utf8()
193 match read_str(&mut cur, &mut out) { in from_str_strfix_buffer_too_small()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/rmp-0.8.10/tests/func/decode/
H A Dstring.rs142 assert_eq!("le message", read_str(&mut cur, &mut out).unwrap()); in from_str_strfix()
153 assert_eq!("le message", read_str(&mut cur, &mut out).unwrap()); in from_str_strfix_extra_data()
164 assert_eq!("le message", read_str(&mut cur, &mut out).unwrap()); in from_str_strfix_exact_buffer()
176 match read_str(&mut cur, &mut out) { in from_str_strfix_invalid_utf8()
193 match read_str(&mut cur, &mut out) { in from_str_strfix_buffer_too_small()
/dports/games/lbreakout2/lbreakout2-2.6.5/client/
H A Dfile.c219 int read_str = 0; /* if this is set token is a string "..." */ in read_token() local
233 if ( c == '#' && !read_str ) { in read_token()
251 if ( !read_str ) in read_token()
261 if ( c <= 32 && !read_str ) { in read_token()
269 if ( read_str ) in read_token()
281 read_str = 1; in read_token()
284 if ( read_str ) { in read_token()

12345678910>>...25