Home
last modified time | relevance | path

Searched refs:rebuf (Results 1 – 25 of 99) sorted by relevance

1234

/dports/shells/ksh93/ast-93u/src/cmd/re/
H A Dsed3.c27 recomp(Text *rebuf, Text *t, int sub) in recomp() argument
36 assure(rebuf, sizeof(regex_t)); in recomp()
38 badre((regex_t*)rebuf->w,code); in recomp()
42 badre((regex_t*)rebuf->w,code); in recomp()
45 lastre = rebuf->w - rebuf->s; in recomp()
46 rebuf->w += sizeof(regex_t); in recomp()
47 } else if(rebuf->w == rebuf->s) in recomp()
51 assure(rebuf, sizeof(regex_t)); in recomp()
53 badre((regex_t*)rebuf->w,code); in recomp()
54 lastre = rebuf->w - rebuf->s; in recomp()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/re/
H A Dsed3.c27 recomp(Text *rebuf, Text *t, int sub) in recomp() argument
36 assure(rebuf, sizeof(regex_t)); in recomp()
38 badre((regex_t*)rebuf->w,code); in recomp()
42 badre((regex_t*)rebuf->w,code); in recomp()
45 lastre = rebuf->w - rebuf->s; in recomp()
46 rebuf->w += sizeof(regex_t); in recomp()
47 } else if(rebuf->w == rebuf->s) in recomp()
51 assure(rebuf, sizeof(regex_t)); in recomp()
53 badre((regex_t*)rebuf->w,code); in recomp()
54 lastre = rebuf->w - rebuf->s; in recomp()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/re/
H A Dsed3.c27 recomp(Text *rebuf, Text *t, int sub) in recomp() argument
36 assure(rebuf, sizeof(regex_t)); in recomp()
38 badre((regex_t*)rebuf->w,code); in recomp()
42 badre((regex_t*)rebuf->w,code); in recomp()
45 lastre = rebuf->w - rebuf->s; in recomp()
46 rebuf->w += sizeof(regex_t); in recomp()
47 } else if(rebuf->w == rebuf->s) in recomp()
51 assure(rebuf, sizeof(regex_t)); in recomp()
53 badre((regex_t*)rebuf->w,code); in recomp()
54 lastre = rebuf->w - rebuf->s; in recomp()
[all …]
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4wx/
H A DDk4WxApplicationHelper.cpp368 dkChar rebuf[DK4_MAX_PATH]; in Initialize() local
377 size_t szrebuf = DK4_SIZEOF(rebuf,dkChar); in Initialize()
470 if (0 < dk4str_len(rebuf)) { in Initialize()
471 pdksRegion = dk4str_dup(rebuf, erp); in Initialize()
518 rebuf, szrebuf, ((0 != res) ? labuf : NULL), erp in Initialize()
524 p1 = rebuf; in Initialize()
590 dk4str_cpy_s(labuf, szlabuf, rebuf, NULL); in Initialize()
602 pdksSysconf = dk4str_dup(rebuf, NULL); in Initialize()
621 pdksShare = dk4str_dup(rebuf, NULL); in Initialize()
632 pdksSysconf = dk4str_dup(rebuf, NULL); in Initialize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxml/src/
H A Dbuf.c748 xmlChar* rebuf = NULL; in xmlBufResize() local
818 if (rebuf == NULL) { in xmlBufResize()
822 buf->contentIO = rebuf; in xmlBufResize()
823 buf->content = rebuf + start_buf; in xmlBufResize()
827 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
836 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
837 if (rebuf != NULL) { in xmlBufResize()
838 memcpy(rebuf, buf->content, buf->use); in xmlBufResize()
840 rebuf[buf->use] = 0; in xmlBufResize()
843 if (rebuf == NULL) { in xmlBufResize()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gnulib-local/lib/libxml/
H A Dbuf.c777 xmlChar* rebuf = NULL; in xmlBufResize() local
847 if (rebuf == NULL) { in xmlBufResize()
851 buf->contentIO = rebuf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
856 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
865 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
866 if (rebuf != NULL) { in xmlBufResize()
867 memcpy(rebuf, buf->content, buf->use); in xmlBufResize()
869 rebuf[buf->use] = 0; in xmlBufResize()
872 if (rebuf == NULL) { in xmlBufResize()
[all …]
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/lib/libxml/
H A Dbuf.c777 xmlChar* rebuf = NULL; in xmlBufResize() local
847 if (rebuf == NULL) { in xmlBufResize()
851 buf->contentIO = rebuf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
856 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
865 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
866 if (rebuf != NULL) { in xmlBufResize()
867 memcpy(rebuf, buf->content, buf->use); in xmlBufResize()
869 rebuf[buf->use] = 0; in xmlBufResize()
872 if (rebuf == NULL) { in xmlBufResize()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/libxml/
H A Dbuf.c777 xmlChar* rebuf = NULL; in xmlBufResize() local
847 if (rebuf == NULL) { in xmlBufResize()
851 buf->contentIO = rebuf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
856 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
865 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
866 if (rebuf != NULL) { in xmlBufResize()
867 memcpy(rebuf, buf->content, buf->use); in xmlBufResize()
869 rebuf[buf->use] = 0; in xmlBufResize()
872 if (rebuf == NULL) { in xmlBufResize()
[all …]
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/lib/libxml/
H A Dbuf.c777 xmlChar* rebuf = NULL; in xmlBufResize() local
847 if (rebuf == NULL) { in xmlBufResize()
851 buf->contentIO = rebuf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
856 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
865 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
866 if (rebuf != NULL) { in xmlBufResize()
867 memcpy(rebuf, buf->content, buf->use); in xmlBufResize()
869 rebuf[buf->use] = 0; in xmlBufResize()
872 if (rebuf == NULL) { in xmlBufResize()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/
H A Dbuf.c748 xmlChar* rebuf = NULL; in xmlBufResize() local
818 if (rebuf == NULL) { in xmlBufResize()
822 buf->contentIO = rebuf; in xmlBufResize()
823 buf->content = rebuf + start_buf; in xmlBufResize()
827 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
836 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
837 if (rebuf != NULL) { in xmlBufResize()
838 memcpy(rebuf, buf->content, buf->use); in xmlBufResize()
840 rebuf[buf->use] = 0; in xmlBufResize()
843 if (rebuf == NULL) { in xmlBufResize()
[all …]
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/libxml/
H A Dbuf.c777 xmlChar* rebuf = NULL; in xmlBufResize() local
847 if (rebuf == NULL) { in xmlBufResize()
851 buf->contentIO = rebuf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
856 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
865 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
866 if (rebuf != NULL) { in xmlBufResize()
867 memcpy(rebuf, buf->content, buf->use); in xmlBufResize()
869 rebuf[buf->use] = 0; in xmlBufResize()
872 if (rebuf == NULL) { in xmlBufResize()
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/gnulib-local/lib/libxml/
H A Dbuf.c777 xmlChar* rebuf = NULL; in xmlBufResize() local
847 if (rebuf == NULL) { in xmlBufResize()
851 buf->contentIO = rebuf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
856 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
865 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
866 if (rebuf != NULL) { in xmlBufResize()
867 memcpy(rebuf, buf->content, buf->use); in xmlBufResize()
869 rebuf[buf->use] = 0; in xmlBufResize()
872 if (rebuf == NULL) { in xmlBufResize()
[all …]
/dports/devel/gettext-runtime/gettext-0.21/gnulib-local/lib/libxml/
H A Dbuf.c777 xmlChar* rebuf = NULL; in xmlBufResize() local
847 if (rebuf == NULL) { in xmlBufResize()
851 buf->contentIO = rebuf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
856 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
865 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
866 if (rebuf != NULL) { in xmlBufResize()
867 memcpy(rebuf, buf->content, buf->use); in xmlBufResize()
869 rebuf[buf->use] = 0; in xmlBufResize()
872 if (rebuf == NULL) { in xmlBufResize()
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/lib/libxml/
H A Dbuf.c777 xmlChar* rebuf = NULL; in xmlBufResize() local
847 if (rebuf == NULL) { in xmlBufResize()
851 buf->contentIO = rebuf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
856 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
865 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
866 if (rebuf != NULL) { in xmlBufResize()
867 memcpy(rebuf, buf->content, buf->use); in xmlBufResize()
869 rebuf[buf->use] = 0; in xmlBufResize()
872 if (rebuf == NULL) { in xmlBufResize()
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-lib/libxml/
H A Dbuf.c777 xmlChar* rebuf = NULL; in xmlBufResize() local
847 if (rebuf == NULL) { in xmlBufResize()
851 buf->contentIO = rebuf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
856 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
865 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
866 if (rebuf != NULL) { in xmlBufResize()
867 memcpy(rebuf, buf->content, buf->use); in xmlBufResize()
869 rebuf[buf->use] = 0; in xmlBufResize()
872 if (rebuf == NULL) { in xmlBufResize()
[all …]
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-lib/libxml/
H A Dbuf.c777 xmlChar* rebuf = NULL; in xmlBufResize() local
847 if (rebuf == NULL) { in xmlBufResize()
851 buf->contentIO = rebuf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
856 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
865 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
866 if (rebuf != NULL) { in xmlBufResize()
867 memcpy(rebuf, buf->content, buf->use); in xmlBufResize()
869 rebuf[buf->use] = 0; in xmlBufResize()
872 if (rebuf == NULL) { in xmlBufResize()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libxml2/vtklibxml2/
H A Dbuf.c748 xmlChar* rebuf = NULL; in xmlBufResize() local
818 if (rebuf == NULL) { in xmlBufResize()
822 buf->contentIO = rebuf; in xmlBufResize()
823 buf->content = rebuf + start_buf; in xmlBufResize()
827 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
836 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
837 if (rebuf != NULL) { in xmlBufResize()
838 memcpy(rebuf, buf->content, buf->use); in xmlBufResize()
840 rebuf[buf->use] = 0; in xmlBufResize()
843 if (rebuf == NULL) { in xmlBufResize()
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/
H A Dbuf.c748 xmlChar* rebuf = NULL; in xmlBufResize() local
818 if (rebuf == NULL) { in xmlBufResize()
822 buf->contentIO = rebuf; in xmlBufResize()
823 buf->content = rebuf + start_buf; in xmlBufResize()
827 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
836 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
837 if (rebuf != NULL) { in xmlBufResize()
838 memcpy(rebuf, buf->content, buf->use); in xmlBufResize()
840 rebuf[buf->use] = 0; in xmlBufResize()
843 if (rebuf == NULL) { in xmlBufResize()
[all …]
/dports/textproc/py-libxml2/libxml2-2.9.12/
H A Dbuf.c748 xmlChar* rebuf = NULL; in xmlBufResize() local
818 if (rebuf == NULL) { in xmlBufResize()
822 buf->contentIO = rebuf; in xmlBufResize()
823 buf->content = rebuf + start_buf; in xmlBufResize()
827 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
836 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
837 if (rebuf != NULL) { in xmlBufResize()
838 memcpy(rebuf, buf->content, buf->use); in xmlBufResize()
840 rebuf[buf->use] = 0; in xmlBufResize()
843 if (rebuf == NULL) { in xmlBufResize()
[all …]
/dports/www/privoxy/privoxy-3.0.33-stable/
H A Durlmatch.c632 char *rebuf; in compile_pattern() local
662 rebuf = malloc_or_die(rebuf_size); in compile_pattern()
665 snprintf(rebuf, rebuf_size, fmt, pattern); in compile_pattern()
667 errcode = regcomp(*regex, rebuf, (REG_EXTENDED|REG_NOSUB|REG_ICASE)); in compile_pattern()
671 size_t errlen = regerror(errcode, *regex, rebuf, rebuf_size); in compile_pattern()
676 rebuf[errlen] = '\0'; in compile_pattern()
678 pattern, url->spec, rebuf); in compile_pattern()
680 freez(rebuf); in compile_pattern()
684 freez(rebuf); in compile_pattern()
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/dict-common/
H A Ddict-impl.c603 dyn_str *rebuf = dyn_str_new(); in afdict_init() local
609 dyn_strcat(rebuf, "^(("); in afdict_init()
611 dyn_strcat(rebuf, "^("); in afdict_init()
613 dyn_strcat(rebuf, ac->string[0]); in afdict_init()
615 dyn_strcat(rebuf, ")b)+$"); in afdict_init()
617 dyn_strcat(rebuf, ")+$"); in afdict_init()
619 sm_re->pattern = strdup(rebuf->str); in afdict_init()
620 dyn_str_delete(rebuf); in afdict_init()
/dports/sysutils/heirloom/heirloom-070715/bfs/
H A Dbfs.c1189 char *rebuf; in hunt() local
1209 if (step(line, rebuf)) { in hunt()
1210 free(rebuf); in hunt()
1217 free(rebuf); in hunt()
1224 if (step(line, rebuf)) { in hunt()
1225 free(rebuf); in hunt()
1231 free(rebuf); in hunt()
1242 char *rebuf; in jump() local
1266 if (step(line, rebuf)) { in jump()
1268 free(rebuf); in jump()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/unicode/ure/
H A DREADME151 ure_buffer_t rebuf;
160 rebuf = ure_buffer_create();
170 dfa = ure_compile(re, relen, 1, rebuf);
197 ure_free_buffer(rebuf);
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/unicode/ure/
H A DREADME151 ure_buffer_t rebuf;
160 rebuf = ure_buffer_create();
170 dfa = ure_compile(re, relen, 1, rebuf);
197 ure_free_buffer(rebuf);
/dports/net/openldap24-server/openldap-2.4.59/libraries/liblunicode/ure/
H A DREADME151 ure_buffer_t rebuf;
160 rebuf = ure_buffer_create();
170 dfa = ure_compile(re, relen, 1, rebuf);
197 ure_free_buffer(rebuf);

1234