Home
last modified time | relevance | path

Searched refs:dmax (Results 1 – 25 of 2662) sorted by relevance

12345678910>>...107

/dports/databases/pg_citus/citus-10.2.3/vendor/safestringlib/safeclib/
H A Dstrcpyfldout_s.c109 if (dmax == 0) { in strcpyfldout_s()
123 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcpyfldout_s()
132 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcpyfldout_s()
139 if (slen > dmax) { in strcpyfldout_s()
141 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcpyfldout_s()
150 orig_dmax = dmax; in strcpyfldout_s()
163 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcpyfldout_s()
171 dmax--; in strcpyfldout_s()
186 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcpyfldout_s()
194 dmax--; in strcpyfldout_s()
[all …]
H A Dstrcpyfldin_s.c107 if (dmax == 0) { in strcpyfldin_s()
121 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcpyfldin_s()
130 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcpyfldin_s()
137 if (slen > dmax) { in strcpyfldin_s()
139 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcpyfldin_s()
148 orig_dmax = dmax; in strcpyfldin_s()
161 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcpyfldin_s()
169 dmax--; in strcpyfldin_s()
183 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcpyfldin_s()
191 dmax--; in strcpyfldin_s()
[all …]
H A Dstrcpyfld_s.c105 if (dmax == 0) { in strcpyfld_s()
119 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcpyfld_s()
128 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcpyfld_s()
135 if (slen > dmax) { in strcpyfld_s()
137 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcpyfld_s()
146 orig_dmax = dmax; in strcpyfld_s()
159 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcpyfld_s()
169 dmax--; in strcpyfld_s()
182 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcpyfld_s()
192 dmax--; in strcpyfld_s()
[all …]
H A Dstrncat_s.c125 if (dmax == 0) { in strncat_s()
138 orig_dmax = dmax; in strncat_s()
155 dmax--; in strncat_s()
164 while (dmax > 0) { in strncat_s()
178 while (dmax) { *dest = '\0'; dmax--; dest++; } in strncat_s()
189 while (dmax) { *dest = '\0'; dmax--; dest++; } in strncat_s()
194 dmax--; in strncat_s()
211 dmax--; in strncat_s()
234 while (dmax) { *dest = '\0'; dmax--; dest++; } in strncat_s()
245 while (dmax) { *dest = '\0'; dmax--; dest++; } in strncat_s()
[all …]
H A Dwcsncat_s.c129 if (dmax == 0) { in wcsncat_s()
142 orig_dmax = dmax; in wcsncat_s()
159 dmax--; in wcsncat_s()
168 while (dmax > 0) { in wcsncat_s()
183 while (dmax) { *dest = L'\0'; dmax--; dest++; } in wcsncat_s()
194 while (dmax) { *dest = L'\0'; dmax--; dest++; } in wcsncat_s()
199 dmax--; in wcsncat_s()
216 dmax--; in wcsncat_s()
239 while (dmax) { *dest = L'\0'; dmax--; dest++; } in wcsncat_s()
250 while (dmax) { *dest = L'\0'; dmax--; dest++; } in wcsncat_s()
[all …]
H A Dstpcpy_s.c114 if (dmax == 0) { in stpcpy_s()
131 while (dmax) { *dest = '\0'; dmax--; dest++; } in stpcpy_s()
142 orig_dmax = dmax; in stpcpy_s()
147 while (dmax > 0) { in stpcpy_s()
151 while (dmax) { *dest = '\0'; dmax--; dest++; } in stpcpy_s()
157 dmax--; in stpcpy_s()
172 while (dmax > 0) { in stpcpy_s()
185 while (dmax) { *dest = '\0'; dmax--; dest++; } in stpcpy_s()
191 dmax--; in stpcpy_s()
213 while (dmax) { *dest = '\0'; dmax--; dest++; } in stpcpy_s()
[all …]
H A Dstrcat_s.c119 if (dmax == 0) { in strcat_s()
132 orig_dmax = dmax; in strcat_s()
149 dmax--; in strcat_s()
150 if (dmax == 0) { in strcat_s()
158 while (dmax > 0) { in strcat_s()
170 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcat_s()
175 dmax--; in strcat_s()
191 dmax--; in strcat_s()
200 while (dmax > 0) { in strcat_s()
212 while (dmax) { *dest = '\0'; dmax--; dest++; } in strcat_s()
[all …]
H A Dwcscpy_s.c107 if (dmax == 0) { in wcscpy_s()
113 if (dmax*sizeof(wchar_t) > RSIZE_MAX_STR) { in wcscpy_s()
122 while (dmax) { *dest = '\0'; dmax--; dest++; } in wcscpy_s()
134 while (*src != L'\0' && (dmax != 0)) { src++; dmax--; } in wcscpy_s()
144 orig_dmax = dmax; in wcscpy_s()
150 while (dmax > 0) { in wcscpy_s()
162 while (dmax) { *dest = '\0'; dmax--; dest++; } in wcscpy_s()
167 dmax--; in wcscpy_s()
175 while (dmax > 0) { in wcscpy_s()
187 while (dmax) { *dest = '\0'; dmax--; dest++; } in wcscpy_s()
[all …]
H A Dstpncpy_s.c132 if (dmax == 0) { in stpncpy_s()
139 if (dmax > RSIZE_MAX_STR) { in stpncpy_s()
153 if (dmax < (smax+1)) { in stpncpy_s()
201 while (dmax) { *dest = '\0'; dmax--; dest++; } in stpncpy_s()
212 orig_dmax = dmax; in stpncpy_s()
217 while (dmax > 0) { in stpncpy_s()
224 while (dmax) { *filler = '\0'; dmax--; filler++; } in stpncpy_s()
229 dmax--; in stpncpy_s()
245 while (dmax > 0) { in stpncpy_s()
263 while (dmax) { *filler = '\0'; dmax--; filler++; } in stpncpy_s()
[all …]
H A Dwcscat_s.c119 if (dmax == 0) { in wcscat_s()
132 orig_dmax = dmax; in wcscat_s()
148 dmax--; in wcscat_s()
149 if (dmax == 0) { in wcscat_s()
156 while (dmax > 0) { in wcscat_s()
167 while (dmax) { *dest = L'\0'; dmax--; dest++; } in wcscat_s()
172 dmax--; in wcscat_s()
188 dmax--; in wcscat_s()
196 while (dmax > 0) { in wcscat_s()
207 while (dmax) { *dest = L'\0'; dmax--; dest++; } in wcscat_s()
[all …]
H A Dwcsncpy_s.c122 if (dmax == 0) { in wcsncpy_s()
128 if (dmax*sizeof(wchar_t) > RSIZE_MAX_STR) { in wcsncpy_s()
135 orig_dmax = dmax; in wcsncpy_s()
160 while (dmax > 0) { in wcsncpy_s()
173 while (dmax) { *dest = '\0'; dmax--; dest++; } in wcsncpy_s()
184 while (dmax) { *dest = '\0'; dmax--; dest++; } in wcsncpy_s()
189 dmax--; in wcsncpy_s()
198 while (dmax > 0) { in wcsncpy_s()
211 while (dmax) { *dest = '\0'; dmax--; dest++; } in wcsncpy_s()
222 while (dmax) { *dest = '\0'; dmax--; dest++; } in wcsncpy_s()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-overread-2.c28 size_t dmax = PTRDIFF_MAX; in test_memchr() local
31 T (memchr (p, x, dmax)); in test_memchr()
41 size_t dmax = PTRDIFF_MAX; in test_memcmp() local
44 T (memcmp (p, q, dmax)); in test_memcmp()
54 size_t dmax = PTRDIFF_MAX; in test_memcpy() local
57 T (memcpy (p, q, dmax)); in test_memcpy()
67 size_t dmax = PTRDIFF_MAX; in test_strncmp() local
70 T (strncmp (p, q, dmax)); in test_strncmp()
82 T (strncat (p, q, dmax)); in test_strncat()
99 T (strncpy (p, q, dmax)); in test_strncpy()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-overread-2.c28 size_t dmax = PTRDIFF_MAX; in test_memchr() local
31 T (memchr (p, x, dmax)); in test_memchr()
41 size_t dmax = PTRDIFF_MAX; in test_memcmp() local
44 T (memcmp (p, q, dmax)); in test_memcmp()
54 size_t dmax = PTRDIFF_MAX; in test_memcpy() local
57 T (memcpy (p, q, dmax)); in test_memcpy()
67 size_t dmax = PTRDIFF_MAX; in test_strncmp() local
70 T (strncmp (p, q, dmax)); in test_strncmp()
82 T (strncat (p, q, dmax)); in test_strncat()
99 T (strncpy (p, q, dmax)); in test_strncpy()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWstringop-overread-2.c28 size_t dmax = PTRDIFF_MAX; in test_memchr() local
31 T (memchr (p, x, dmax)); in test_memchr()
41 size_t dmax = PTRDIFF_MAX; in test_memcmp() local
44 T (memcmp (p, q, dmax)); in test_memcmp()
54 size_t dmax = PTRDIFF_MAX; in test_memcpy() local
57 T (memcpy (p, q, dmax)); in test_memcpy()
67 size_t dmax = PTRDIFF_MAX; in test_strncmp() local
70 T (strncmp (p, q, dmax)); in test_strncmp()
82 T (strncat (p, q, dmax)); in test_strncat()
99 T (strncpy (p, q, dmax)); in test_strncpy()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWstringop-overread-2.c28 size_t dmax = PTRDIFF_MAX; in test_memchr() local
31 T (memchr (p, x, dmax)); in test_memchr()
41 size_t dmax = PTRDIFF_MAX; in test_memcmp() local
44 T (memcmp (p, q, dmax)); in test_memcmp()
54 size_t dmax = PTRDIFF_MAX; in test_memcpy() local
57 T (memcpy (p, q, dmax)); in test_memcpy()
67 size_t dmax = PTRDIFF_MAX; in test_strncmp() local
70 T (strncmp (p, q, dmax)); in test_strncmp()
82 T (strncat (p, q, dmax)); in test_strncat()
99 T (strncpy (p, q, dmax)); in test_strncpy()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/third_party/safestringlib/
H A Dsafe_str_lib.h68 extern errno_t strcat_s(char *dest, rsize_t dmax, const char *src);
80 extern errno_t strcpy_s(char *dest, rsize_t dmax, const char *src);
86 extern char *stpcpy_s(char *dest, rsize_t dmax, const char *src, errno_t *err);
105 extern errno_t strfirstchar_s(char *dest, rsize_t dmax, char c, char **first);
141 extern errno_t strljustify_s(char *dest, rsize_t dmax);
171 extern errno_t strprefix_s(const char *dest, rsize_t dmax, const char *src);
174 extern errno_t strremovews_s(char *dest, rsize_t dmax);
193 extern errno_t strzero_s(char *dest, rsize_t dmax);
199 extern errno_t wcscat_s(wchar_t *dest, rsize_t dmax, const wchar_t *src);
205 errno_t wcscpy_s(wchar_t *dest, rsize_t dmax, const wchar_t *src);
[all …]
H A Dstrncpy_s.c109 if (dmax == 0) { in strncpy_s()
120 orig_dmax = dmax; in strncpy_s()
153 while (dmax > 0) { in strncpy_s()
169 while (dmax) { in strncpy_s()
171 dmax--; in strncpy_s()
186 dmax--; in strncpy_s()
193 dmax--; in strncpy_s()
202 while (dmax > 0) { in strncpy_s()
220 dmax--; in strncpy_s()
235 dmax--; in strncpy_s()
[all …]
/dports/databases/pg_citus/citus-10.2.3/vendor/safestringlib/include/
H A Dsafe_str_lib.h64 strcasecmp_s(const char *dest, rsize_t dmax,
70 strcasestr_s(char *dest, rsize_t dmax,
81 strcmp_s(const char *dest, rsize_t dmax,
87 strcmpfld_s(const char *dest, rsize_t dmax,
120 strcspn_s(const char *dest, rsize_t dmax,
188 strljustify_s(char *dest, rsize_t dmax);
213 strpbrk_s(char *dest, rsize_t dmax,
233 strremovews_s(char *dest, rsize_t dmax);
238 strspn_s(const char *dest, rsize_t dmax,
244 strstr_s(char *dest, rsize_t dmax,
[all …]
H A Dsafe_mem_lib.h49 extern errno_t memcmp_s(const void *dest, rsize_t dmax,
66 extern errno_t memcpy_s(void *dest, rsize_t dmax,
70 extern errno_t memcpy16_s(uint16_t *dest, rsize_t dmax,
74 extern errno_t memcpy32_s(uint32_t *dest, rsize_t dmax,
78 extern errno_t wmemcpy_s(wchar_t *dest, rsize_t dmax,
83 extern errno_t memmove_s(void *dest, rsize_t dmax,
87 extern errno_t memmove16_s(uint16_t *dest, rsize_t dmax,
91 extern errno_t memmove32_s(uint32_t *dest, rsize_t dmax,
95 extern errno_t wmemmove_s(wchar_t *dest, rsize_t dmax,
118 extern errno_t memzero_s(void *dest, rsize_t dmax);
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/third_party/safestringlib/
H A Dsafe_str_lib.h68 extern errno_t strcat_s(char *dest, rsize_t dmax, const char *src);
80 extern errno_t strcpy_s(char *dest, rsize_t dmax, const char *src);
86 extern char *stpcpy_s(char *dest, rsize_t dmax, const char *src, errno_t *err);
105 extern errno_t strfirstchar_s(char *dest, rsize_t dmax, char c, char **first);
141 extern errno_t strljustify_s(char *dest, rsize_t dmax);
171 extern errno_t strprefix_s(const char *dest, rsize_t dmax, const char *src);
174 extern errno_t strremovews_s(char *dest, rsize_t dmax);
193 extern errno_t strzero_s(char *dest, rsize_t dmax);
199 extern errno_t wcscat_s(wchar_t *dest, rsize_t dmax, const wchar_t *src);
205 errno_t wcscpy_s(wchar_t *dest, rsize_t dmax, const wchar_t *src);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-12.c7 double dmax[3]; in foo() local
10 dmax[0] = d1[i] < dmax[0] ? dmax[0] : d1[i]; in foo()
11 dmax[1] = d2[i] < dmax[1] ? dmax[1] : d2[i]; in foo()
12 dmax[2] = d3[i] < dmax[2] ? dmax[2] : d3[i]; in foo()
13 ip[i] = dmax[2]; in foo()
16 return dmax[0] + dmax[1] + dmax[2]; in foo()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-12.c7 double dmax[3]; in foo() local
10 dmax[0] = d1[i] < dmax[0] ? dmax[0] : d1[i]; in foo()
11 dmax[1] = d2[i] < dmax[1] ? dmax[1] : d2[i]; in foo()
12 dmax[2] = d3[i] < dmax[2] ? dmax[2] : d3[i]; in foo()
13 ip[i] = dmax[2]; in foo()
16 return dmax[0] + dmax[1] + dmax[2]; in foo()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-12.c7 double dmax[3]; in foo() local
10 dmax[0] = d1[i] < dmax[0] ? dmax[0] : d1[i]; in foo()
11 dmax[1] = d2[i] < dmax[1] ? dmax[1] : d2[i]; in foo()
12 dmax[2] = d3[i] < dmax[2] ? dmax[2] : d3[i]; in foo()
13 ip[i] = dmax[2]; in foo()
16 return dmax[0] + dmax[1] + dmax[2]; in foo()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-12.c7 double dmax[3]; in foo() local
10 dmax[0] = d1[i] < dmax[0] ? dmax[0] : d1[i]; in foo()
11 dmax[1] = d2[i] < dmax[1] ? dmax[1] : d2[i]; in foo()
12 dmax[2] = d3[i] < dmax[2] ? dmax[2] : d3[i]; in foo()
13 ip[i] = dmax[2]; in foo()
16 return dmax[0] + dmax[1] + dmax[2]; in foo()
/dports/graphics/py-pointpats/pointpats-2.2.0/pointpats/
H A D_deprecated_distance_statistics.py384 if dmax:
436 if dmax:
482 G = _g(pp, intervals=intervals, dmin=dmin, dmax=dmax, d=d)
527 if dmax:
744 self.dmax = dmax
833 self.dmax = dmax
845 dmax=self.dmax,
927 self.dmax = dmax
939 dmax=self.dmax,
1010 self.dmax = dmax
[all …]

12345678910>>...107