Home
last modified time | relevance | path

Searched refs:headstr (Results 1 – 25 of 45) sorted by relevance

12

/dports/news/newsstar/newsstar-1.5.6/src/
H A Dintercom.c146 const char *headstr, const char *formstr, int recursion) in intercom_send_formatted_command() argument
148 char *longstr = XSTRDUPCAT(headstr, formstr); in intercom_send_formatted_command()
173 const char *headstr, const char *formstr, int recursion) in intercom_send_formatted_command() argument
198 strlen(headstr) + strlen(formstr) + 2 >= INTERCOM_ATOMIC) in intercom_send_formatted_command()
230 headstr, formstr + frag_len, recursion + 1); in intercom_send_formatted_command()
234 char *longstr = XSTRDUPCAT(headstr, formstr); in intercom_send_formatted_command()
255 char headstr[8]; in intercom_send_vcommand() local
263 snprintf(headstr, 8, "%d %c ", thread_idx, code); in intercom_send_vcommand()
264 intercom_send_formatted_command(q, thread_idx, headstr, formstr, 0); in intercom_send_vcommand()
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/
H A DUtil.pm817 $headstr .= $nullstr;
818 $headstr .= $packstr
820 return $headstr;
857 $headstr .= $nullstr;
858 $headstr .= $packstr
860 return $headstr;
1215 $headstr .= $nstr;
1216 $headstr .= $packstr
1218 push @outi, $headstr;
1236 $headstr .= $nullstr;
[all …]
/dports/ftp/multiget/multiget-1.1.3/src/
H A Dbatch.cpp84 std::string headstr; //http://xxxxx[a-b]yyy=>http://xxxx in CBatch() local
92 headstr = str.substr( 0, left ); in CBatch()
163 std::string temp = headstr + std::string( buf ) + tailstr; in CBatch()
175 std::string temp = headstr + std::string( buf ) + tailstr; in CBatch()
/dports/devel/py-pyusb/pyusb-1.0.2/usb/
H A Dcore.py354 headstr = " " + self._str() + " "
361 return "%s%s\n" % (headstr, "=" * (60 - len(headstr))) + \
531 headstr = " " + self._str() + " "
532 return "%s%s\n" % (headstr, "=" * (60 - len(headstr))) + \
650 headstr = " " + self._str() + " "
661 return "%s%s\n" % (headstr, "=" * (60 - len(headstr))) + \
1121 headstr = self._str() + " "
1133 return "%s%s\n" % (headstr, "=" * (60 - len(headstr))) + \
/dports/mail/imapsync/imapsync-1d08afa/W/patches/
H A Dimapsync-readkey1013 my $headstr;
1027 $headstr .= "$h:". $val;
1030 return unless ($headstr);
1033 my $m_md5 = md5_base64($headstr);
1047 my $headstr;
1063 $headstr .= "$h:". $val;
1066 my $m_md5 = md5_base64($headstr);
H A Dimapsync.WilliamHernandez.INBOX.INBOX779 my $headstr;
787 $headstr .= "$h:". $val;
790 my $m_md5 = md5_base64($headstr);
H A Dimapsync_Cvitkovich_pidfile_tmpfile1449 my $headstr;
1478 $headstr .= "$H:". $val;
1482 unless ($headstr){
1484 $headstr = $imap->message_string($m_uid);
1489 $size = length($headstr) unless ($size);
1490 my $m_md5 = md5_base64($headstr);
H A Dimapsync-yahoo1644 my $headstr;
1662 $headstr .= "$H:". $val;
1666 unless ($headstr){
1668 $headstr = $imap->message_string($m_uid);
1673 $size = length($headstr) unless ($size);
1674 my $m_md5 = md5_base64($headstr);
/dports/astro/gnuastro/gnuastro-0.16/bin/query/
H A Dtap.c333 char *headstr=NULL, allcols[]="*"; in tap_query_construct_data() local
347 if( asprintf(&headstr, "TOP %zu", p->head)<0 ) in tap_query_construct_data()
366 headstr ? headstr : "", in tap_query_construct_data()
/dports/deskutils/foliate/foliate-2.6.3/src/assets/KindleUnpack/
H A Dmobiml2xhtml.py291 headstr = '<head>\n'
292 headstr += self.meta
293 headstr += '<link href="styles.css" rel="stylesheet" type="text/css" />\n'
294 headstr += '</head>\n'
295 htmlstr = headstr + htmlstr
/dports/devel/dev86/dev86-0.16.20/copt/
H A Dcopt.c795 static void writeoutf(char *filename, char *headstr) in writeoutf() argument
805 if (headstr != NULL) { in writeoutf()
806 fprintf(fp, headstr); in writeoutf()
839 char *headstr = NULL; in main() local
875 headstr = &(argv[i][2]); in main()
894 writeoutf(outfile, headstr); in main()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/mpm/
H A Dslug.cc27 type, typename(), headstr() WARNING; in neutralize()
36 size, font, hpos, headstr()); in dump()
39 char *slug::headstr() in headstr() function in slug
80 typename(), serialno(), seen, headstr() WARNING; in slugout()
86 ERROR "strange TM [%s]\n", headstr() FATAL; in slugout()
H A Dslug.h64 char *headstr(); // string value of text
H A Drange.h22 char *headstr() { in headstr() function
23 return first ? first->headstr() : (char*)""; } in headstr()
H A Dqueue.cc149 r->typename(), r->headstr(), r->lineno() FATAL; in prime()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/mpm/
H A Dslug.cc40 type, typname(), headstr()); in neutralize()
49 size, font, hpos, headstr()); in dump()
52 char *slug::headstr() in headstr() function in slug
93 typname(), serialno(), seen, headstr()); in slugout()
99 FATAL("strange TM [%s]\n", headstr()); in slugout()
H A Dslug.h77 char *headstr(); // string value of text
H A Drange.h34 char *headstr() { in headstr() function
35 return first ? first->headstr() : (char *)""; } in headstr()
H A Dqueue.cc162 r->typname(), r->headstr(), r->lineno()); in prime()
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/client/
H A Dzos.c170 char headstr[100], csastr[100], ecsastr[100], sqastr[100], esqastr[100]; in zos_memory_report() local
247 *headstr = '\0'; in zos_memory_report()
252 strcpy(headstr, "z/OS Memory Map\n Area Alloc Used HWM Util%\n"); in zos_memory_report()
262 headstr, csastr, ecsastr, sqastr, esqastr); in zos_memory_report()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/client/
H A Dzos.c170 char headstr[100], csastr[100], ecsastr[100], sqastr[100], esqastr[100]; in zos_memory_report() local
247 *headstr = '\0'; in zos_memory_report()
252 strcpy(headstr, "z/OS Memory Map\n Area Alloc Used HWM Util%\n"); in zos_memory_report()
262 headstr, csastr, ecsastr, sqastr, esqastr); in zos_memory_report()
/dports/textproc/sablotron/Sablot-1.0.3/utils/apidoc/
H A Dparse_apidoc.pl755 my $headstr = "<html><head><link rel=StyleSheet href='api-content.css' " .
761 print SPARSE $headstr;
918 my $headstr = "<html><head><link rel=StyleSheet href='api-content.css' " .
923 print COMPLETE $headstr;
/dports/astro/py-astropy/astropy-5.0/astropy/io/fits/
H A Dcard.py1035 headstr = '{:{len}}= '.format(self.keyword, len=KEYWORD_LENGTH)
1037 headstr = 'CONTINUE '
1057 headstr = "CONTINUE '' / "
1059 headstr = "CONTINUE '&' / "
1061 comment = headstr + comment_format.format(word)
/dports/mail/p5-MIME-Tools/MIME-tools-5.509/lib/MIME/
H A DParser.pm626 my $headstr = '';
627 open(my $outfh, '>:scalar', \$headstr) or die $!;
640 open(my $readfh, '<:scalar', \$headstr) or die $!;
/dports/devel/p5-Term-Clui/Term-Clui-1.76/lib/Term/
H A DClui.pm823 my $headstr = "the choices won't fit; there are still";
824 &goto(0,1); &puts("$headstr $nchoices of them"); &clrtoeol();
828 my $headstr = "the choices won't fit; there are";
829 &goto(0,1); &puts("$headstr $nchoices of them"); &clrtoeol();

12