/dports/textproc/html-xml-utils/html-xml-utils-8.0/ |
H A D | openurl.c | 378 headerline = strapp(NULL, h, ": ", v, NULL); in fopenurl3() 534 t = strapp(NULL, "GET ", path, " HTTP/1.1\r\nHost: ", machine, NULL); in open_http2() 535 if (!eq(port, "80")) strapp(&t, ":", port, NULL); in open_http2() 536 strapp(&t, "\r\n", NULL); in open_http2() 541 strapp(&t, h, ": ", dict_find(request, h), "\r\n", NULL); in open_http2() 542 strapp(&t, "\r\n", NULL); in open_http2() 616 if (url->path) strapp(&s, url->path, NULL); in open_http() 617 if (url->query) strapp(&s, "?", url->query, NULL); in open_http() 618 if (url->fragment) strapp(&s, "#", url->fragment, NULL); in open_http() 619 if (!s || !*s) strapp(&s, "/", NULL); in open_http()
|
H A D | hxincl.c | 140 result = strapp(&result, strsep(&h, "%"), NULL); in expand_vars() 144 result = strapp(&result, "%", var, NULL); in expand_vars() 146 result = strapp(&result, "%", NULL); in expand_vars() 149 result = strapp(&result, sub2, NULL); in expand_vars() 152 result = strapp(&result, "%", var, "%", NULL); in expand_vars()
|
H A D | headers.c | 44 strapp(&line, buf, NULL); /* Previous fgets() didn't reach eol */ in read_mail_headers() 48 strapp(&line, buf + 1, NULL); in read_mail_headers()
|
H A D | hxindex.c | 584 strapp(s, "<", h->name, NULL); in copy_contents() 586 if (! a->value) strapp(s, " ", a->name, NULL); in copy_contents() 587 else strapp(s, " ", a->name, "=\"", a->value, "\"", NULL); in copy_contents() 591 strapp(s, xml ? " />" : ">", NULL); in copy_contents() 593 strapp(s, ">", NULL); in copy_contents() 595 strapp(s, "</", h->name, ">", NULL); in copy_contents() 635 strapp(&term->url, base, "#", id, NULL); in copy_to_index() 660 strapp(&term->url, base, "#", id, NULL); in copy_to_index()
|
H A D | hxref.c | 181 strapp(&contents, h->text, NULL); in get_contents() 184 strapp(&contents, k, NULL); in get_contents() 252 strapp(&t, "y", NULL); in search() 295 entry.data = strapp(&url, base ? base : (string)"", "#", id, NULL); in collect_terms()
|
H A D | hxcopy.c | 82 if (p->path[i] == '/') strapp(&s, "../", NULL); in path_from_url_to_url() 83 strapp(&s, q->path + j + 1, NULL); in path_from_url_to_url()
|
H A D | types.e | 29 extern string strapp(string *s,...);
|
H A D | hxremove.c | 227 strapp(&s, " ", argv[optind], NULL); in main()
|
H A D | types.c | 127 EXPORT string strapp(string *s,...) in strapp() function
|
H A D | hxextract.c | 56 pairlist_set(attribs, "href", strapp(&h, base, "#", id, NULL)); in add_href()
|
H A D | hxselect.c | 331 strapp(&s, " ", argv[optind], NULL); in main()
|
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tiio/ |
H A D | movsettings.cpp | 130 string strapp; in visitAtoms() local 138 strapp = strapp + "z " + num + " "; in visitAtoms() 144 strapp = strapp + string(num) + " "; in visitAtoms() 152 wstring data = ::to_wstring(strapp); in visitAtoms()
|
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/msw/ |
H A D | mswin.c | 368 #define strapp(s, q) \ macro 457 strapp(ef, nameToTCHAR(nm)); in getWinFileNameDisplay() 459 strapp(ef, _T("*.*")); in getWinFileNameDisplay() 477 strapp(ef, nameToTCHAR((Name)s1)); in getWinFileNameDisplay() 479 strapp(ef, nameToTCHAR((Name)s2)); in getWinFileNameDisplay() 484 strapp(ef, nameToTCHAR((Name)s)); in getWinFileNameDisplay() 486 strapp(ef, nameToTCHAR((Name)s)); in getWinFileNameDisplay()
|
/dports/comms/flcluster/flcluster-1.0.4/src/widgets/ |
H A D | flnfc_common.cxx | 61 static char *strapp(char *s, const char *val) { in strapp() function
|
/dports/comms/flamp/flamp-2.2.07/src/widgets/ |
H A D | flnfc_common.cxx | 61 static char *strapp(char *s, const char *val) { in strapp() function
|
/dports/comms/fldigi/fldigi-4.1.20/src/fileselector/ |
H A D | flnfc_common.cxx | 50 static char *strapp(char *s, const char *val) { in strapp() function
|
/dports/comms/fllog/fllog-1.2.6/src/widgets/ |
H A D | flnfc_common.cxx | 61 static char *strapp(char *s, const char *val) { in strapp() function
|
/dports/comms/flmsg/flmsg-4.0.19/src/widgets/ |
H A D | flnfc_common.cxx | 55 static char *strapp(char *s, const char *val) { in strapp() function
|
/dports/multimedia/butt/butt-0.1.27/src/FLTK/ |
H A D | Fl_My_Native_File_Chooser_common.cxx | 51 static char *strapp(char *s, const char *val) { in strapp() function
|
/dports/x11-toolkits/fltk/fltk-1.3.8/src/ |
H A D | Fl_Native_File_Chooser_common.cxx | 51 static char *strapp(char *s, const char *val) { in strapp() function
|
/dports/x11-toolkits/ntk/ntk/src/ |
H A D | Fl_Native_File_Chooser_common.cxx | 60 static char *strapp(char *s, const char *val) { in strapp() function
|
H A D | Fl_Native_File_Chooser_FLTK.cxx | 413 _parsedfilt = strapp(_parsedfilt, comp); in parse_filter()
|
/dports/math/giacxcas/fltk-1.3.0/src/ |
H A D | Fl_Native_File_Chooser_common.cxx | 60 static char *strapp(char *s, const char *val) { in strapp() function
|
H A D | Fl_Native_File_Chooser_FLTK.cxx | 413 _parsedfilt = strapp(_parsedfilt, comp); in parse_filter()
|
/dports/misc/lifelines/lifelines-3.1.1/src/stdlib/ |
H A D | Makefile.am | 18 stralloc.c strapp.c strcvt.c strset.c strutf8.c strwhite.c \
|