Home
last modified time | relevance | path

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

/dports/graphics/bmeps/dktools-4.31.1/src/libdk4c/
H A Ddk4enc.c179 dk4enc_find(int *encptr, int *bomptr, const dkChar *src, dk4_er_t *erp) in dk4enc_find() argument
322 if (0 != bom_f) { if (NULL != bomptr) { *bomptr = bom; } } in dk4enc_find()
H A Ddk4enc.ctr129 @param bomptr Pointer to result variable for BOM writing.
144 dk4enc_find(int *encptr, int *bomptr, const dkChar *src, dk4_er_t *erp);
265 dk4enc_find(int *encptr, int *bomptr, const dkChar *src, dk4_er_t *erp)
408 if (0 != bom_f) { if (NULL != bomptr) { *bomptr = bom; } }
H A Ddk4enc.h152 dk4enc_find(int *encptr, int *bomptr, const dkChar *src, dk4_er_t *erp);
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dconfig.c240 const unsigned char *bomptr = utf8_bom; in perf_parse_file() local
245 if (bomptr && *bomptr) { in perf_parse_file()
249 if ((unsigned char) c == *bomptr) { in perf_parse_file()
250 bomptr++; in perf_parse_file()
254 if (bomptr != utf8_bom) in perf_parse_file()
257 bomptr = NULL; in perf_parse_file()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dconfig.c240 const unsigned char *bomptr = utf8_bom; in perf_parse_file() local
245 if (bomptr && *bomptr) { in perf_parse_file()
249 if ((unsigned char) c == *bomptr) { in perf_parse_file()
250 bomptr++; in perf_parse_file()
254 if (bomptr != utf8_bom) in perf_parse_file()
257 bomptr = NULL; in perf_parse_file()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dconfig.c240 const unsigned char *bomptr = utf8_bom; in perf_parse_file() local
245 if (bomptr && *bomptr) { in perf_parse_file()
249 if ((unsigned char) c == *bomptr) { in perf_parse_file()
250 bomptr++; in perf_parse_file()
254 if (bomptr != utf8_bom) in perf_parse_file()
257 bomptr = NULL; in perf_parse_file()
/dports/devel/git-svn/git-2.34.1/
H A Dconfig.c895 const char *bomptr = utf8_bom; in git_parse_source() local
906 if (bomptr && *bomptr) { in git_parse_source()
910 if (c == (*bomptr & 0377)) { in git_parse_source()
911 bomptr++; in git_parse_source()
915 if (bomptr != utf8_bom) in git_parse_source()
918 bomptr = NULL; in git_parse_source()
/dports/devel/git-p4/git-2.34.1/
H A Dconfig.c895 const char *bomptr = utf8_bom; in git_parse_source() local
906 if (bomptr && *bomptr) { in git_parse_source()
910 if (c == (*bomptr & 0377)) { in git_parse_source()
911 bomptr++; in git_parse_source()
915 if (bomptr != utf8_bom) in git_parse_source()
918 bomptr = NULL; in git_parse_source()
/dports/devel/git/git-2.34.1/
H A Dconfig.c895 const char *bomptr = utf8_bom; in git_parse_source() local
906 if (bomptr && *bomptr) { in git_parse_source()
910 if (c == (*bomptr & 0377)) { in git_parse_source()
911 bomptr++; in git_parse_source()
915 if (bomptr != utf8_bom) in git_parse_source()
918 bomptr = NULL; in git_parse_source()
/dports/devel/git-gui/git-2.34.1/
H A Dconfig.c895 const char *bomptr = utf8_bom; in git_parse_source() local
906 if (bomptr && *bomptr) { in git_parse_source()
910 if (c == (*bomptr & 0377)) { in git_parse_source()
911 bomptr++; in git_parse_source()
915 if (bomptr != utf8_bom) in git_parse_source()
918 bomptr = NULL; in git_parse_source()
/dports/devel/git-cvs/git-2.34.1/
H A Dconfig.c895 const char *bomptr = utf8_bom; in git_parse_source() local
906 if (bomptr && *bomptr) { in git_parse_source()
910 if (c == (*bomptr & 0377)) { in git_parse_source()
911 bomptr++; in git_parse_source()
915 if (bomptr != utf8_bom) in git_parse_source()
918 bomptr = NULL; in git_parse_source()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dconfig.c737 const char *bomptr = utf8_bom; in git_parse_source() local
748 if (bomptr && *bomptr) { in git_parse_source()
752 if (c == (*bomptr & 0377)) { in git_parse_source()
753 bomptr++; in git_parse_source()
757 if (bomptr != utf8_bom) in git_parse_source()
760 bomptr = NULL; in git_parse_source()