Home
last modified time | relevance | path

Searched refs:n_libstr (Results 1 – 12 of 12) sorted by relevance

/dports/biology/fasta3/fasta-36.3.8/src/
H A Dllgetaa.c70 int n_libstr, long *sq0off) argument
110 strncpy(libstr,o_line,n_libstr);
111 libstr[n_libstr-1]='\0';
139 if (n_libstr <= 20) {
143 libstr[n_libstr-1]='\0';
164 if (n_libstr <= 20) {
168 strncpy(libstr,line,n_libstr);
169 libstr[n_libstr-1]='\0';
371 int n_libstr, argument
391 libstr[n_libstr-1]='\0';
[all …]
H A Dmmgetaa.c491 int n_libstr, in agetlibm() argument
530 strncpy(libstr,desc,n_libstr-1); in agetlibm()
531 libstr[n_libstr-1]='\0'; in agetlibm()
543 if (n_libstr > MAX_UID) { in agetlibm()
588 int n_libstr, in agetlib_mb() argument
607 strncpy(libstr,"",n_libstr-1); in agetlib_mb()
777 int n_libstr, in gcg_getlibm() argument
915 int n_libstr, in lgetlibm() argument
937 if (n_libstr <= 21) { in lgetlibm()
1024 strncpy(libstr,"gi|",n_libstr-1); in lget_ann_m()
[all …]
H A Dnmgetlib.c538 char *libstr, int n_libstr, argument
821 int n_libstr, argument
849 if (n_libstr <= 21) {
971 libstr[n_libstr-1]='\0';
1023 int n_libstr, argument
1119 int n_libstr, argument
1249 int n_libstr, argument
1363 int n_libstr, argument
1399 if (n_libstr > 21) {
1511 int n_libstr, argument
[all …]
H A Dpgsql_lib.c410 int n_libstr, in pgsql_getlib() argument
466 if (n_libstr <= MAX_UID) { in pgsql_getlib()
476 strncpy(libstr,PQgetvalue(res,0,2),n_libstr-1); in pgsql_getlib()
479 strncpy(libstr,PQgetvalue(res,0,0),n_libstr-1); in pgsql_getlib()
481 libstr[n_libstr-1]='\0'; in pgsql_getlib()
H A Dmysql_lib.c418 int n_libstr, in mysql_getlib() argument
472 if (n_libstr <= MAX_UID) { in mysql_getlib()
482 strncpy(libstr,lm_fd->mysql_row[2],n_libstr-1); in mysql_getlib()
485 strncpy(libstr,lm_fd->mysql_row[0],n_libstr-1); in mysql_getlib()
487 libstr[n_libstr-1]='\0'; in mysql_getlib()
H A Dncbl2_mlib.c991 int n_libstr, in ncbl2_getliba_o() argument
1011 return ncbl2_getliba(seq, maxs, libstr, n_libstr, in ncbl2_getliba_o()
1026 int n_libstr, in ncbl2_getliba() argument
1058 d_len = min(n_libstr-1,m_fd->d_pos_arr[lib_cnt+1]-m_fd->d_pos_arr[lib_cnt]-1); in ncbl2_getliba()
1068 SAFE_STRNCPY(libstr,m_fd->tmp_buf,n_libstr); in ncbl2_getliba()
1070 libstr[n_libstr-1]='\0'; in ncbl2_getliba()
1269 int n_libstr, in ncbl2_getlibn_o() argument
1289 return ncbl2_getlibn(seq, maxs, libstr, n_libstr, in ncbl2_getlibn_o()
1306 int n_libstr, in ncbl2_getlibn() argument
1388 SAFE_STRNCPY(libstr,m_fd->tmp_buf,n_libstr); in ncbl2_getlibn()
[all …]
H A Dmm_file.h141 int n_libstr,
H A Dparam.h230 int n_libstr; /* length of libstr */ member
H A Dncbl_lib.c219 char *libstr, int n_libstr, in ncbl_getliba() argument
274 char *libstr, int n_libstr, in ncbl_getlibn() argument
H A Dprint_pssm.c60 int n_libstr, long *sq0off);
H A Dcomp_lib9.c2248 my_getlib_info->n_libstr=sizeof(my_getlib_info->libstr); in init_getlib_info()
2465 n1=GETLIB(aa1ptr, maxt, getlib_info->libstr, getlib_info->n_libstr, in next_seqr_chain()
2534 if (getlib_info->n_libstr <= MAX_UID) { in next_seqr_chain()
/dports/biology/fasta3/fasta-36.3.8/doc/
H A Dreadme.v34t01253 Fixes to p2_complib.c to support n_libstr (libstr length) in GETLIB().