/l4re-core-master/uclibc/lib/contrib/uclibc/test/stdlib/ |
A D | qsort.c | 16 struct dirent **array; in main() local 22 numdir = scandir(".", &array, select_files, NULL); in main() 25 dirbuf = array[i]; in main() 27 free(array[i]); in main() 29 free(array); in main() 30 numdir = scandir(".", &array, select_files, alphasort); in main() 33 dirbuf = array[i]; in main() 45 qsort(array, numdir, sizeof(struct dirent *), (void*) alphasort); in main() 47 dirbuf = array[i]; in main() 49 free(array[i]); in main() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | array | 1 // <array> -*- C++ -*- 25 /** @file include/array 94 struct array 244 array(_Tp, _Up...) 253 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 259 operator<=>(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 282 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 288 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 297 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 325 swap(array<_Tp, _Nm>& __one, array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/ |
A D | array | 1 // <array> -*- C++ -*- 25 /** @file include/array 94 struct array 244 array(_Tp, _Up...) 252 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 257 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 262 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 270 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 275 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 294 swap(array<_Tp, _Nm>& __one, array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | array | 1 // <array> -*- C++ -*- 25 /** @file include/array 94 struct array 244 array(_Tp, _Up...) 252 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 257 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 262 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 270 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 275 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 294 swap(array<_Tp, _Nm>& __one, array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | array | 1 // <array> -*- C++ -*- 25 /** @file include/array 95 struct array 267 array(_Tp, _Up...) 276 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 282 operator<=>(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 305 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 311 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 320 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 348 swap(array<_Tp, _Nm>& __one, array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/ |
A D | array | 1 // class template array -*- C++ -*- 25 /** @file tr1/array 57 struct array 79 swap(array& __other) 178 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 183 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 188 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 196 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 201 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 206 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/ |
A D | array | 1 // class template array -*- C++ -*- 25 /** @file tr1/array 57 struct array 79 swap(array& __other) 178 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 183 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 188 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 196 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 201 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 206 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/ |
A D | array | 1 // class template array -*- C++ -*- 25 /** @file tr1/array 57 struct array 79 swap(array& __other) 178 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 183 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 188 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 196 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 201 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 206 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/ |
A D | array | 1 // class template array -*- C++ -*- 25 /** @file tr1/array 57 struct array 79 swap(array& __other) 178 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 183 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 188 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 196 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 201 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 206 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/ |
A D | array | 1 // class template array -*- C++ -*- 25 /** @file tr1/array 57 struct array 79 swap(array& __other) 178 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 183 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 188 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 196 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 201 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 206 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/ |
A D | array | 1 // class template array -*- C++ -*- 25 /** @file tr1/array 57 struct array 79 swap(array& __other) 178 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 183 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 188 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 196 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 201 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 206 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/ |
A D | array | 1 // class template array -*- C++ -*- 25 /** @file tr1/array 57 struct array 79 swap(array& __other) 178 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 183 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 188 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 196 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 201 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 206 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/ |
A D | array | 1 // class template array -*- C++ -*- 25 /** @file tr1/array 57 struct array 79 swap(array& __other) 178 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 183 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 188 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 196 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 201 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 206 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/ |
A D | array | 1 // <array> -*- C++ -*- 25 /** @file include/array 94 struct array 244 array(_Tp, _Up...) 252 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 257 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 262 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 270 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 275 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 294 swap(array<_Tp, _Nm>& __one, array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/debug/ |
A D | array | 25 /** @file debug/array 34 #include <array> 44 struct array 230 array(_Tp, _Up...) 239 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 245 operator<=>(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 264 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 270 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 279 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 301 swap(array<_Tp, _Nm>&, array<_Tp, _Nm>&) = delete; [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/debug/ |
A D | array | 25 /** @file debug/array 34 #include <array> 44 struct array 230 array(_Tp, _Up...) 238 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 243 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 248 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 256 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 261 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 275 swap(array<_Tp, _Nm>&, array<_Tp, _Nm>&) = delete; [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/profile/ |
A D | array | 25 /** @file profile/array 34 #include <array> 41 struct array 67 swap(array& __other) 193 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 198 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 203 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 211 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 216 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 221 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/profile/ |
A D | array | 25 /** @file profile/array 34 #include <array> 41 struct array 67 swap(array& __other) 193 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 198 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 203 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 211 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 216 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 221 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/profile/ |
A D | array | 25 /** @file profile/array 34 #include <array> 41 struct array 67 swap(array& __other) 193 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 198 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 203 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 211 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 216 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 221 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/profile/ |
A D | array | 25 /** @file profile/array 34 #include <array> 41 struct array 67 swap(array& __other) 193 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 198 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 203 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 211 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 216 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 221 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/debug/ |
A D | array | 25 /** @file debug/array 34 #include <array> 44 struct array 230 array(_Tp, _Up...) 238 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 243 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 248 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 256 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 261 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 275 swap(array<_Tp, _Nm>&, array<_Tp, _Nm>&) = delete; [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/debug/ |
A D | array | 25 /** @file debug/array 34 #include <array> 44 struct array 230 array(_Tp, _Up...) 238 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 243 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 248 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 256 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 261 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 275 swap(array<_Tp, _Nm>&, array<_Tp, _Nm>&) = delete; [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/debug/ |
A D | array | 25 /** @file debug/array 34 #include <array> 44 struct array 88 swap(array& __other) 232 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 237 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 242 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 250 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 255 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 260 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/ |
A D | array | 1 // <array> -*- C++ -*- 25 /** @file include/array 90 struct array 241 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 246 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 251 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 259 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 264 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 269 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 275 swap(array<_Tp, _Nm>& __one, array<_Tp, _Nm>& __two) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/profile/ |
A D | array | 1 // Profile array implementation -*- C++ -*- 25 /** @file profile/array 39 struct array 65 swap(array& __other) 191 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 196 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 201 operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b) 209 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 214 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) 219 operator>=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two) [all …]
|