Home
last modified time | relevance | path

Searched refs:posstr (Results 1 – 25 of 43) sorted by relevance

12

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/import/ftable/
H A Dfeat_util.cpp92 string posstr = codeBreakStr.substr(pos_start, pos_stop-pos_start); in MakeCodeBreak() local
98 if (NStr::StartsWith(posstr, posstr_compl)) { in MakeCodeBreak()
99 posstr = posstr.substr(posstr_compl.length()); in MakeCodeBreak()
100 posstr = posstr.substr(0, posstr.length()-1); in MakeCodeBreak()
104 size_t pos_div = posstr.find(posstr_div); in MakeCodeBreak()
111 from = NStr::StringToInt(posstr.substr(0, pos_div))-1; in MakeCodeBreak()
112 to = NStr::StringToInt(posstr.substr(pos_div + posstr_div.length()))-1; in MakeCodeBreak()
/dports/textproc/p5-Text-VisualWidth/Text-VisualWidth-0.02/
H A DVisualWidth.xs43 const unsigned char** posstr = &pos; in get_visualwidth_eucjp() local
44 while( **posstr ){ in get_visualwidth_eucjp()
45 length += count_single_char_eucjp( posstr, &byte ); in get_visualwidth_eucjp()
59 unsigned char** posstr = &pos; in trim_visualwidth_eucjp() local
61 view_char = count_single_char_eucjp( (const unsigned char **)posstr, &byte ); in trim_visualwidth_eucjp()
115 const unsigned char** posstr = &pos; in get_visualwidth_utf8() local
116 while( **posstr ){ in get_visualwidth_utf8()
117 length += count_single_char_utf8( posstr, &byte ); in get_visualwidth_utf8()
131 unsigned char** posstr = &pos; in trim_visualwidth_utf8() local
133 view_char = count_single_char_utf8( (const unsigned char **)posstr, &byte ); in trim_visualwidth_utf8()
/dports/games/dobutsu/dobutsu-2/
H A Dtbvalidate.c82 char posstr[MAX_POSSTR]; in validate_position() local
87 position_string(posstr, &p); in validate_position()
88 fprintf(stderr, "%-24s (%3d) => (none) => should be -1\n", posstr, (int)actual); in validate_position()
113 char posstr[MAX_POSSTR], movstr[MAX_MOVSTR]; in validate_position() local
115 position_string(posstr, &p); in validate_position()
117 fprintf(stderr, "%-24s (%3d) => %-7s => ", posstr, (int)actual, movstr); in validate_position()
118 position_string(posstr, &bestp); in validate_position()
120 posstr, (int)bestvalue, (int)next_dtm(actual)); in validate_position()
/dports/mail/neomutt/neomutt-20211029/progress/
H A Dprogress.c193 char posstr[128]; in progress_update() local
198 mutt_str_pretty_size(posstr, sizeof(posstr), round_pos); in progress_update()
202 snprintf(posstr, sizeof(posstr), "%zu", progress->pos); in progress_update()
205 mutt_debug(LL_DEBUG4, "updating progress: %s\n", posstr); in progress_update()
214 posstr, progress->sizestr, percent); in progress_update()
219 message_bar(progress->win, percent, "%s %s (%d%%)", progress->msg, posstr, percent); in progress_update()
221 mutt_message("%s %s", progress->msg, posstr); in progress_update()
/dports/sysutils/mtpfs/mtpfs-fd3864dd6f0e8183fa2598d4cf890401d3a1e09a/
H A Did3read.c253 gchar *posstr = getFrameText (tag, "TPOS"); in getTracknum() local
272 if (posstr != NULL) in getTracknum()
275 for (i = 0; i < strlen (posstr); i++) in getTracknum()
277 if (posstr[i] == '/') in getTracknum()
280 posstr[i] = '\0'; in getTracknum()
284 strncpy (trackno, posstr, sizeof (trackno)); in getTracknum()
291 g_free (posstr); in getTracknum()
/dports/lang/perl5.34/perl-5.34.0/t/op/
H A Dlex_assign.t23 $posstr = '123456';
25 pos $posstr = 3;
246 pos $posstr # pos
291 length $posstr # length
292 substr $posstr, 2, 2 # substr
294 index $posstr, 2 # index
295 rindex $posstr, 2 # rindex
/dports/lang/perl5.30/perl-5.30.3/t/op/
H A Dlex_assign.t23 $posstr = '123456';
25 pos $posstr = 3;
246 pos $posstr # pos
291 length $posstr # length
292 substr $posstr, 2, 2 # substr
294 index $posstr, 2 # index
295 rindex $posstr, 2 # rindex
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/op/
H A Dlex_assign.t23 $posstr = '123456';
25 pos $posstr = 3;
246 pos $posstr # pos
291 length $posstr # length
292 substr $posstr, 2, 2 # substr
294 index $posstr, 2 # index
295 rindex $posstr, 2 # rindex
/dports/lang/perl5.32/perl-5.32.1/t/op/
H A Dlex_assign.t23 $posstr = '123456';
25 pos $posstr = 3;
246 pos $posstr # pos
291 length $posstr # length
292 substr $posstr, 2, 2 # substr
294 index $posstr, 2 # index
295 rindex $posstr, 2 # rindex
/dports/games/KnightCap/Export/
H A Dtactics.c131 posstr(b->pieces[i].pos), in mini_quiesce_w()
191 lprintf(0,"w %s%s\n", posstr(oldpos), posstr(b->pieces[i].pos)); in mini_quiesce_w()
216 posstr(oldpos), posstr(b->pieces[i].pos), in mini_quiesce_w()
269 posstr(b->pieces[i].pos), in mini_quiesce_b()
329 lprintf(0,"b %s%s\n", posstr(oldpos), posstr(b->pieces[i].pos)); in mini_quiesce_b()
349 posstr(oldpos), posstr(b->pieces[i].pos), in mini_quiesce_b()
361 posstr(oldpos), posstr(b->pieces[i].pos), in mini_quiesce_b()
H A Deval.c343 posstr(piece->pos)); in eval_white_pawn()
349 posstr(piece->pos)); in eval_white_pawn()
356 posstr(piece->pos)); in eval_white_pawn()
575 posstr(piece->pos), in eval_black_pawn()
582 posstr(piece->pos)); in eval_black_pawn()
589 posstr(piece->pos)); in eval_black_pawn()
1501 posstr(pos)); in mobility_fn()
2126 posstr(b->pieces[j].pos), in find_pins()
2127 posstr(b->pieces[i].pos), in find_pins()
2128 posstr(b->pieces[k].pos) in find_pins()
[all …]
H A Dutil.c65 char *posstr(Square s) in posstr() function
101 sprintf(ret, "%s%s", posstr(move->from), posstr(move->to)); in short_movestr()
517 strcat(p, posstr(b->enpassent)); in position_to_ppn()
H A Dproto.h118 char *posstr(Square s);
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dprimers.c1173 AjPStr posstr = NULL; in primers_write_primer() local
1176 posstr = ajStrNewS(pos); in primers_write_primer()
1179 comma = ajStrFindC(posstr, ","); in primers_write_primer()
1180 ajStrAssignS(&start, posstr); in primers_write_primer()
1183 ajStrCutRange(&posstr, 0, comma); in primers_write_primer()
1184 ajStrToInt(posstr, &lenint); in primers_write_primer()
1187 ajStrDel(&posstr); in primers_write_primer()
/dports/audio/osd-lyrics/osdlyrics-0.4.3/src/
H A Dol_player_exaile03.c195 char *posstr = NULL;
206 if (!ol_dbus_get_string (proxy, current_position, &posstr))
208 if (posstr == NULL) in gda_pstmt_copy_contents()
210 sscanf (posstr, "%d:%d", &minute, &second);
211 g_free (posstr);
/dports/biology/infernal/infernal-1.1.3/src/
H A Dcm_tophits.c1484 for(i = 0; i < posw; i++) { posstr[i] = '-'; } posstr[posw] = '\0'; in cm_tophits_Targets()
1538 if(posstr != NULL) free(posstr); in cm_tophits_Targets()
1546 if(posstr != NULL) free(posstr); in cm_tophits_Targets()
1641 if(posstr != NULL) free(posstr); in cm_tophits_F3Targets()
1648 if(posstr != NULL) free(posstr); in cm_tophits_F3Targets()
2296 if(posstr != NULL) free(posstr); in cm_tophits_TabularTargets1()
2305 if(posstr != NULL) free(posstr); in cm_tophits_TabularTargets1()
2581 if(posstr != NULL) free(posstr); in cm_tophits_TabularTargets2()
2604 if(posstr != NULL) free(posstr); in cm_tophits_TabularTargets2()
2719 if(posstr != NULL) free(posstr); in cm_tophits_F3TabularTargets1()
[all …]
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dcurs_lib.c397 char posstr[SHORT_STRING]; in mutt_progress_update() local
432 mutt_pretty_size (posstr, sizeof (posstr), pos); in mutt_progress_update()
435 snprintf (posstr, sizeof (posstr), "%ld", pos); in mutt_progress_update()
437 dprint (5, (debugfile, "updating progress: %s\n", posstr)); in mutt_progress_update()
445 mutt_message ("%s %s/%s (%d%%)", progress->msg, posstr, progress->sizestr, in mutt_progress_update()
452 mutt_message ("%s %s (%d%%)", progress->msg, posstr, percent); in mutt_progress_update()
454 mutt_message ("%s %s", progress->msg, posstr); in mutt_progress_update()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Dgff2_data.cpp87 string posstr = str.substr(pos_start, pos_stop-pos_start); in s_StringToCodeBreak() local
93 if (NStr::StartsWith(posstr, posstr_compl)) { in s_StringToCodeBreak()
94 posstr = posstr.substr(posstr_compl.length()); in s_StringToCodeBreak()
95 posstr = posstr.substr(0, posstr.length()-1); in s_StringToCodeBreak()
99 size_t pos_div = posstr.find(posstr_div); in s_StringToCodeBreak()
106 from = NStr::StringToInt(posstr.substr(0, pos_div))-1; in s_StringToCodeBreak()
107 to = NStr::StringToInt(posstr.substr(pos_div + posstr_div.length()))-1; in s_StringToCodeBreak()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Dgff2_data.cpp87 string posstr = str.substr(pos_start, pos_stop-pos_start); in s_StringToCodeBreak() local
93 if (NStr::StartsWith(posstr, posstr_compl)) { in s_StringToCodeBreak()
94 posstr = posstr.substr(posstr_compl.length()); in s_StringToCodeBreak()
95 posstr = posstr.substr(0, posstr.length()-1); in s_StringToCodeBreak()
99 size_t pos_div = posstr.find(posstr_div); in s_StringToCodeBreak()
106 from = NStr::StringToInt(posstr.substr(0, pos_div))-1; in s_StringToCodeBreak()
107 to = NStr::StringToInt(posstr.substr(pos_div + posstr_div.length()))-1; in s_StringToCodeBreak()
/dports/biology/babel/babel-1.6/
H A Drdg96.c69 char* posstr = "POSITION\n"; in rd_sco_gr96() local
105 if (strcmp(the_line,posstr) ==0){ in rd_sco_gr96()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/general/
H A DActionFileParser.cpp128 QString posstr = atts.value("position").toString();
129 if (posstr == "top") position = Top;
130 if (posstr == "bottom") position = Bottom;
131 if (posstr == "left") position = Left;
132 if (posstr == "right") position = Right;
/dports/science/bagel/bagel-1.2.2/src/integral/carsph_gen/
H A Dcarsph_gen.cc205 const string posstr = lexical_cast<string>(position); in main() local
217 … code += (((!first) && coeff >= 0.0) ? " + " : " ") + coeffstr + "source[" + posstr + "]"; in main()
/dports/audio/wmmp/wmmp-0.12.6/src/
H A Dwmmp.c530 char posstr[16]; in update_track() local
531 char *p = posstr; in update_track()
543 sprintf(posstr, "%02d",trk); in update_track()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Dobject.cpp838 char *t, *s0, *posstr; in print_obj() local
880 posstr = build_position(noun[obj - first_noun].pos_prep, in print_obj()
882 writestr(posstr); in print_obj()
883 rfree(posstr); in print_obj()
/dports/games/battletanks/btanks-0.9.8083/engine/src/
H A Dgame.cpp1155 …const std::string posstr = mrt::format_string("%g %g @%d,%d", position.x, position.y, tiled.x, til… in onConsole() local
1156 LOG_NOTICE(("%s", posstr.c_str())); in onConsole()
1157 return posstr; in onConsole()

12