Home
last modified time | relevance | path

Searched refs:orig_dest (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/App/
H A DEbAppFifo.c120 static void handle_error(char *orig_dest, rsize_t orig_dmax, in handle_error() argument
124 *orig_dest = '\0'; in handle_error()
152 char *orig_dest; in strncpy_ss() local
175 orig_dest = dest; in strncpy_ss()
178 handle_error(orig_dest, orig_dmax, (char*) ("strncpy_ss: " in strncpy_ss()
185 handle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in strncpy_ss()
192 handle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in strncpy_ss()
265 handle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: not enough " in strncpy_ss()
274 char *orig_dest; in strcpy_ss() local
308 orig_dest = dest; in strcpy_ss()
[all …]
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/App/
H A DEbAppFifo.c120 static void handle_error(char *orig_dest, rsize_t orig_dmax, in handle_error() argument
124 *orig_dest = '\0'; in handle_error()
152 char *orig_dest; in strncpy_ss() local
175 orig_dest = dest; in strncpy_ss()
178 handle_error(orig_dest, orig_dmax, (char*) ("strncpy_ss: " in strncpy_ss()
185 handle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in strncpy_ss()
192 handle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in strncpy_ss()
265 handle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: not enough " in strncpy_ss()
274 char *orig_dest; in strcpy_ss() local
308 orig_dest = dest; in strcpy_ss()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/third_party/safestringlib/
H A Dsafe_str_constraint.h46 static inline void handle_error(char *orig_dest, rsize_t orig_dmax, char *err_msg, in handle_error() argument
51 *orig_dest = '\0'; in handle_error()
53 orig_dest++; in handle_error()
56 *orig_dest = '\0'; in handle_error()
63 static inline void handle_wc_error(wchar_t *orig_dest, rsize_t orig_dmax, char *err_msg, in handle_wc_error() argument
68 *orig_dest = L'\0'; in handle_wc_error()
70 orig_dest++; in handle_wc_error()
73 *orig_dest = L'\0'; in handle_wc_error()
H A Dstrncpy_s.c101 char * orig_dest; in strncpy_s() local
121 orig_dest = dest; in strncpy_s()
124 handle_error(orig_dest, in strncpy_s()
133 handle_error(orig_dest, in strncpy_s()
142 handle_error(orig_dest, in strncpy_s()
155 handle_error(orig_dest, in strncpy_s()
204 handle_error(orig_dest, in strncpy_s()
252 handle_error(orig_dest, in strncpy_s()
H A Dstrcpy_s.c94 char * orig_dest; in strcpy_s() local
133 orig_dest = dest; in strcpy_s()
140 handle_error(orig_dest, in strcpy_s()
171 handle_error(orig_dest, in strcpy_s()
202 handle_error(orig_dest, in strcpy_s()
/dports/databases/pg_citus/citus-10.2.3/vendor/safestringlib/safeclib/
H A Dsafe_str_constraint.h50 static inline void handle_error(char *orig_dest, rsize_t orig_dmax, in handle_error() argument
55 while (orig_dmax) { *orig_dest = '\0'; orig_dmax--; orig_dest++; } in handle_error()
57 *orig_dest = '\0'; in handle_error()
64 static inline void handle_wc_error(wchar_t *orig_dest, rsize_t orig_dmax, in handle_wc_error() argument
69 while (orig_dmax) { *orig_dest = L'\0'; orig_dmax--; orig_dest++; } in handle_wc_error()
71 *orig_dest = L'\0'; in handle_wc_error()
H A Dstrljustify_s.c88 char *orig_dest; in strljustify_s() local
121 orig_dest = dest; in strljustify_s()
128 while (orig_dmax) { *orig_dest++ = '\0'; orig_dmax--; } in strljustify_s()
142 dest = orig_dest; in strljustify_s()
150 if (orig_dest != dest && *dest) { in strljustify_s()
152 *orig_dest++ = *dest; in strljustify_s()
155 *orig_dest = '\0'; in strljustify_s()
H A Dstrcat_s.c104 char *orig_dest; in strcat_s() local
133 orig_dest = dest; in strcat_s()
142 handle_error(orig_dest, orig_dmax, "strcat_s: " in strcat_s()
151 handle_error(orig_dest, orig_dmax, "strcat_s: " in strcat_s()
160 handle_error(orig_dest, orig_dmax, "strcat_s: " in strcat_s()
193 handle_error(orig_dest, orig_dmax, "strcat_s: " in strcat_s()
202 handle_error(orig_dest, orig_dmax, "strcat_s: " in strcat_s()
226 handle_error(orig_dest, orig_dmax, "strcat_s: not enough " in strcat_s()
H A Dwcscat_s.c104 wchar_t *orig_dest; in wcscat_s() local
133 orig_dest = dest; in wcscat_s()
142 handle_wc_error(orig_dest, orig_dmax, "wcscat_s: overlapping objects", in wcscat_s()
150 handle_wc_error(orig_dest, orig_dmax, "wcscat_s: dest unterminated", in wcscat_s()
158 handle_wc_error(orig_dest, orig_dmax, "wcscat_s: overlapping objects", in wcscat_s()
190 handle_wc_error(orig_dest, orig_dmax, "wcscat_s: dest unterminated", in wcscat_s()
198 handle_wc_error(orig_dest, orig_dmax, "wcscat_s: overlapping objects", in wcscat_s()
221 handle_wc_error(orig_dest, orig_dmax, "wcscat_s: not enough space for src", in wcscat_s()
H A Dwcsncpy_s.c113 wchar_t *orig_dest; in wcsncpy_s() local
136 orig_dest = dest; in wcsncpy_s()
139 handle_wc_error(orig_dest, orig_dmax, "wcsncpy_s: src is null", in wcsncpy_s()
145 handle_wc_error(orig_dest, orig_dmax, "wcsncpy_s: slen is zero", in wcsncpy_s()
151 handle_wc_error(orig_dest, orig_dmax, "wcsncpy_s: slen exceeds max", in wcsncpy_s()
162 handle_wc_error(orig_dest, orig_dmax, "wcsncpy_s: overlapping objects", in wcsncpy_s()
200 handle_wc_error(orig_dest, orig_dmax, "wcsncpy_s: overlapping objects", in wcsncpy_s()
237 handle_wc_error(orig_dest, orig_dmax, "wcsncpy_s: not enough space for src", in wcsncpy_s()
H A Dstrncpy_s.c104 char *orig_dest; in strncpy_s() local
127 orig_dest = dest; in strncpy_s()
130 handle_error(orig_dest, orig_dmax, "strncpy_s: " in strncpy_s()
137 handle_error(orig_dest, orig_dmax, "strncpy_s: " in strncpy_s()
144 handle_error(orig_dest, orig_dmax, "strncpy_s: " in strncpy_s()
156 handle_error(orig_dest, orig_dmax, "strncpy_s: " in strncpy_s()
195 handle_error(orig_dest, orig_dmax, "strncpy_s: " in strncpy_s()
233 handle_error(orig_dest, orig_dmax, "strncpy_s: not enough " in strncpy_s()
H A Dstrncat_s.c104 char *orig_dest; in strncat_s() local
139 orig_dest = dest; in strncat_s()
148 handle_error(orig_dest, orig_dmax, "strncat_s: " in strncat_s()
157 handle_error(orig_dest, orig_dmax, "strncat_s: " in strncat_s()
166 handle_error(orig_dest, orig_dmax, "strncat_s: " in strncat_s()
213 handle_error(orig_dest, orig_dmax, "strncat_s: " in strncat_s()
222 handle_error(orig_dest, orig_dmax, "strncat_s: " in strncat_s()
260 handle_error(orig_dest, orig_dmax, "strncat_s: not enough " in strncat_s()
H A Dwcsncat_s.c108 wchar_t *orig_dest; in wcsncat_s() local
143 orig_dest = dest; in wcsncat_s()
152 handle_wc_error(orig_dest, orig_dmax, "wcsncat_s: " in wcsncat_s()
161 handle_wc_error(orig_dest, orig_dmax, "wcsncat_s: " in wcsncat_s()
170 handle_wc_error(orig_dest, orig_dmax, "wcsncat_s: " in wcsncat_s()
218 handle_wc_error(orig_dest, orig_dmax, "wcsncat_s: " in wcsncat_s()
227 handle_wc_error(orig_dest, orig_dmax, "wcsncat_s: " in wcsncat_s()
265 handle_wc_error(orig_dest, orig_dmax, "wcsncat_s: not enough space for src", in wcsncat_s()
H A Dstrremovews_s.c84 char *orig_dest; in strremovews_s() local
114 orig_dest = dest; in strremovews_s()
122 while (orig_dmax) { *orig_dest++ = '\0'; orig_dmax--; } in strremovews_s()
137 dest = orig_dest; in strremovews_s()
145 if (orig_dest != dest && *dest) { in strremovews_s()
147 *orig_dest++ = *dest; in strremovews_s()
H A Dstpcpy_s.c104 char *orig_dest; in stpcpy_s() local
143 orig_dest = dest; in stpcpy_s()
161 handle_error(orig_dest, orig_dmax, "stpcpy_s: not enough space for src", in stpcpy_s()
174 handle_error(orig_dest, orig_dmax, "stpcpy_s: " in stpcpy_s()
203 handle_error(orig_dest, orig_dmax, "stpcpy_s: overlapping objects", in stpcpy_s()
228 handle_error(orig_dest, orig_dmax, "stpcpy_s: not " in stpcpy_s()
H A Dstrcpy_s.c97 char *orig_dest; in strcpy_s() local
136 orig_dest = dest; in strcpy_s()
143 handle_error(orig_dest, orig_dmax, "strcpy_s: " in strcpy_s()
168 handle_error(orig_dest, orig_dmax, "strcpy_s: " in strcpy_s()
193 handle_error(orig_dest, orig_dmax, "strcpy_s: not " in strcpy_s()
H A Dwcscpy_s.c98 wchar_t *orig_dest; in wcscpy_s() local
145 orig_dest = dest; in wcscpy_s()
152 handle_wc_error(orig_dest, orig_dmax, "wcscpy_s: " in wcscpy_s()
177 handle_wc_error(orig_dest, orig_dmax, "wcscpy_s: " in wcscpy_s()
202 handle_wc_error(orig_dest, orig_dmax, "wcscpy_s: not " in wcscpy_s()
H A Dwcpcpy_s.c103 wchar_t *orig_dest; in wcpcpy_s() local
155 orig_dest = dest; in wcpcpy_s()
162 handle_wc_error(orig_dest, orig_dmax, "wcpcpy_s: overlapping objects", in wcpcpy_s()
188 handle_wc_error(orig_dest, orig_dmax, "wcpcpy_s: overlapping objects", in wcpcpy_s()
214 handle_wc_error(orig_dest, orig_dmax, "wcpcpy_s: not enough space for src", in wcpcpy_s()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/third_party/safestringlib/
H A Dsafe_str_constraint.h46 static inline void handle_error(char *orig_dest, rsize_t orig_dmax, char *err_msg, in handle_error() argument
51 *orig_dest = '\0'; in handle_error()
53 orig_dest++; in handle_error()
56 *orig_dest = '\0'; in handle_error()
63 static inline void handle_wc_error(wchar_t *orig_dest, rsize_t orig_dmax, char *err_msg, in handle_wc_error() argument
68 *orig_dest = L'\0'; in handle_wc_error()
70 orig_dest++; in handle_wc_error()
73 *orig_dest = L'\0'; in handle_wc_error()
H A Dstrncpy_s.c101 char * orig_dest; in strncpy_s() local
121 orig_dest = dest; in strncpy_s()
124 handle_error(orig_dest, in strncpy_s()
133 handle_error(orig_dest, in strncpy_s()
142 handle_error(orig_dest, in strncpy_s()
155 handle_error(orig_dest, in strncpy_s()
204 handle_error(orig_dest, in strncpy_s()
252 handle_error(orig_dest, in strncpy_s()
H A Dstrcpy_s.c94 char * orig_dest; in strcpy_s() local
133 orig_dest = dest; in strcpy_s()
140 handle_error(orig_dest, in strcpy_s()
171 handle_error(orig_dest, in strcpy_s()
202 handle_error(orig_dest, in strcpy_s()
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/App/
H A DEbAppString.c35 char *orig_dest; in strncpy_ss() local
58 orig_dest = dest; in strncpy_ss()
61 handle_error(orig_dest, orig_dmax, (char*) ("strncpy_ss: " in strncpy_ss()
68 handle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in strncpy_ss()
75 handle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in strncpy_ss()
87 handle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in strncpy_ss()
119 handle_error(orig_dest, orig_dmax, (char*)( "strncpy_s: " in strncpy_ss()
159 char *orig_dest; in strcpy_ss() local
193 orig_dest = dest; in strcpy_ss()
200 handle_error(orig_dest, orig_dmax, (char*)("strcpy_ss: " in strcpy_ss()
[all …]
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/App/
H A DEbAppString.c35 char *orig_dest; in strncpy_ss() local
58 orig_dest = dest; in strncpy_ss()
61 handle_error(orig_dest, orig_dmax, (char*) ("strncpy_ss: " in strncpy_ss()
68 handle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in strncpy_ss()
75 handle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in strncpy_ss()
87 handle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in strncpy_ss()
119 handle_error(orig_dest, orig_dmax, (char*)( "strncpy_s: " in strncpy_ss()
159 char *orig_dest; in strcpy_ss() local
193 orig_dest = dest; in strcpy_ss()
200 handle_error(orig_dest, orig_dmax, (char*)("strcpy_ss: " in strcpy_ss()
[all …]
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbString.c93 char *orig_dest; in EbHevcStrncpy_ss() local
116 orig_dest = dest; in EbHevcStrncpy_ss()
119 EbHevcHandle_error(orig_dest, orig_dmax, (char*) ("strncpy_ss: " in EbHevcStrncpy_ss()
126 EbHevcHandle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in EbHevcStrncpy_ss()
133 EbHevcHandle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in EbHevcStrncpy_ss()
144 EbHevcHandle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in EbHevcStrncpy_ss()
201 EbHevcHandle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: not enough " in EbHevcStrncpy_ss()
211 char *orig_dest; in EbHevcStrcpy_ss() local
243 orig_dest = dest; in EbHevcStrcpy_ss()
250 EbHevcHandle_error(orig_dest, orig_dmax, (char*)("strcpy_ss: " in EbHevcStrcpy_ss()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbString.c93 char *orig_dest; in EbHevcStrncpy_ss() local
116 orig_dest = dest; in EbHevcStrncpy_ss()
119 EbHevcHandle_error(orig_dest, orig_dmax, (char*) ("strncpy_ss: " in EbHevcStrncpy_ss()
126 EbHevcHandle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in EbHevcStrncpy_ss()
133 EbHevcHandle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in EbHevcStrncpy_ss()
144 EbHevcHandle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: " in EbHevcStrncpy_ss()
201 EbHevcHandle_error(orig_dest, orig_dmax, (char*)("strncpy_ss: not enough " in EbHevcStrncpy_ss()
211 char *orig_dest; in EbHevcStrcpy_ss() local
243 orig_dest = dest; in EbHevcStrcpy_ss()
250 EbHevcHandle_error(orig_dest, orig_dmax, (char*)("strcpy_ss: " in EbHevcStrcpy_ss()
[all …]

12345678910>>...12