Searched refs:buf (Results 1 - 25 of 94) sorted by relevance

1234

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dwctob.c29 char buf[64]; local
31 if (!(MB_CUR_MAX <= sizeof (buf)))
33 if (wctomb (buf, wc) == 1)
34 return (unsigned char) buf[0];
H A Dbtowc.c30 char buf[1]; local
33 buf[0] = c;
34 if (mbtowc (&wc, buf, 1) >= 0)
H A Dlstat.c29 orig_lstat (const char *filename, struct stat *buf) argument
31 return lstat (filename, buf);
H A Dlocalcharset.c347 static char buf[2 + 10 + 1]; local
371 if (modifier - dot < sizeof (buf))
373 memcpy (buf, dot, modifier - dot);
374 buf [modifier - dot] = '\0';
375 return buf;
381 sprintf (buf, "CP%u", GetACP ());
382 codeset = buf;
418 static char buf[2 + 10 + 1]; local
421 sprintf (buf, "CP%u", GetACP ());
422 codeset = buf;
427 static char buf[2 + 10 + 1]; local
[all...]
/ndk/tests/device/test-basic-exceptions/jni/
H A Dtest_basic_exceptions.cpp21 char *buf; local
24 buf = new char[512];
/ndk/sources/host-tools/make-3.81/w32/include/
H A Dpathstuff.h24 extern char * getcwd_fs(char *buf, int len);
/ndk/sources/cxx-stl/stlport/src/
H A Dnum_put_float.cpp216 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf) argument
217 { return ecvtbuf(x, n, pt, sign, buf); }
218 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign, char* buf) argument
219 { return fcvtbuf(x, n, pt, sign, buf); }
224 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign, char* buf) argument
225 { return ecvtbuf(x, n, pt, sign, buf); }
226 static inline char* _Stl_fcvtR(long double x, int n, int* pt, int* sign, char* buf) argument
227 { return fcvtbuf(x, n, pt, sign, buf); }
231 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf, size_t bsize) argument
232 { return ecvt_r(x, n, pt, sign, buf, bsiz
233 _Stl_fcvtR(double x, int n, int* pt, int* sign, char* buf, size_t bsize) argument
236 _Stl_ecvtR(long double x, int n, int* pt, int* sign, char* buf, size_t bsize) argument
238 _Stl_fcvtR(long double x, int n, int* pt, int* sign, char* buf, size_t bsize) argument
243 _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf) argument
245 _Stl_fcvtR(double x, int n, int* pt, int* sign, char* buf) argument
248 _Stl_ecvtR(long double x, int n, int* pt, int* sign, char* buf) argument
250 _Stl_fcvtR(long double x, int n, int* pt, int* sign, char* buf) argument
254 _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf, size_t bsize) argument
256 _Stl_fcvtR(double x, int n, int* pt, int* sign, char* buf, size_t bsize) argument
260 _Stl_ecvtR(long double x, int n, int* pt, int* sign, char* buf, size_t bsize) argument
262 _Stl_fcvtR(long double x, int n, int* pt, int* sign, char* buf, size_t bsize) argument
280 _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf) argument
282 _Stl_fcvtR(double x, int n, int* pt, int* sign, char* buf) argument
285 _Stl_ecvtR(long double x, int n, int* pt, int* sign, char* buf) argument
287 _Stl_fcvtR(long double x, int n, int* pt, int* sign, char* buf) argument
323 _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf) argument
325 _Stl_fcvtR(double x, int n, int* pt, int* sign, char* buf) argument
328 _Stl_ecvtR(long double x, int n, int* pt, int* sign, char* buf) argument
330 _Stl_fcvtR(long double x, int n, int* pt, int* sign, char* buf) argument
360 _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf) argument
364 _Stl_fcvtR(double x, int n, int* pt, int* sign, char* buf) argument
369 _Stl_ecvtR(long double x, int n, int* pt, int* sign, char* buf) argument
373 _Stl_fcvtR(long double x, int n, int* pt, int* sign, char* buf) argument
402 _Stl_ecvtR(long double x, int n, int* pt, int* sign, char* buf) argument
442 _Stl_fcvtR(long double x, int n, int* pt, int* sign, char* buf) argument
487 __format_float_scientific( __iostring& buf, const char *bp, int decpt, int sign, bool is_zero, ios_base::fmtflags flags, int precision) argument
550 __format_float_fixed( __iostring &buf, const char *bp, int decpt, int sign, ios_base::fmtflags flags, int precision) argument
615 __format_nan_or_inf(__iostring& buf, _FloatT x, ios_base::fmtflags flags) argument
651 __format_float(__iostring &buf, const char * bp, int decpt, int sign, bool is_zero, ios_base::fmtflags flags, int precision) argument
749 __write_floatT(__iostring &buf, ios_base::fmtflags flags, int precision, _FloatT x , char modifier) argument
823 __write_float(__iostring &buf, ios_base::fmtflags flags, int precision, double x) argument
834 __write_float(__iostring &buf, ios_base::fmtflags flags, int precision, long double x) argument
[all...]
H A Dacquire_release.h27 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
28 _Locale_codecvt* _STLP_CALL __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
29 _Locale_numeric* _STLP_CALL __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
30 _Locale_collate* _STLP_CALL __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
31 _Locale_monetary* _STLP_CALL __acquire_monetary(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
32 _Locale_time* _STLP_CALL __acquire_time(const char* &name, char *buf, _Locale_name_hint*, int *__err_code);
33 _Locale_messages* _STLP_CALL __acquire_messages(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
H A Dtime_facets.cpp131 wchar_t buf[128]; local
134 table._M_dayname[i] = _WLocale_abbrev_dayofweek(time, i, _STLP_ARRAY_AND_SIZE(buf));
136 table._M_dayname[i+7] = _WLocale_full_dayofweek(time, i, _STLP_ARRAY_AND_SIZE(buf));
138 table._M_monthname[i] = _WLocale_abbrev_monthname(time, i, _STLP_ARRAY_AND_SIZE(buf));
140 table._M_monthname[i+12] = _WLocale_full_monthname(time, i, _STLP_ARRAY_AND_SIZE(buf));
141 table._M_am_pm[0] = _WLocale_am_str(time, _STLP_ARRAY_AND_SIZE(buf));
142 table._M_am_pm[1] = _WLocale_pm_str(time, _STLP_ARRAY_AND_SIZE(buf));
148 void __subformat(_STLP_BASIC_IOSTRING(_Ch) &buf, const ctype<_Ch>& ct,
159 __write_formatted_timeT(buf, ct, *cp++, mod, table, t);
161 buf
165 __append(__iostring &buf, const string& name) argument
168 __append(__iowstring &buf, const wstring& name) argument
171 __append(__iostring &buf, char *first, char *last, const ctype<char>& ) argument
174 __append(__iowstring &buf, char *first, char *last, const ctype<wchar_t>& ct) argument
454 __write_formatted_time(__iostring &buf, const ctype<char>& ct, char format, char modifier, const _Time_Info& table, const tm* t) argument
459 __write_formatted_time(__iowstring &buf, const ctype<wchar_t>& ct, char format, char modifier, const _WTime_Info& table, const tm* t) argument
511 char buf[_Locale_MAX_SIMPLE_NAME]; local
536 char buf[_Locale_MAX_SIMPLE_NAME]; local
[all...]
H A Dstrstream.cpp41 char* buf = _M_alloc(n); local
42 if (buf) {
43 setp(buf, buf + n);
44 setg(buf, buf, buf);
53 char* buf = _M_alloc(n); local
54 if (buf) {
55 setp(buf, bu
125 char* buf = _M_alloc(new_size); local
[all...]
H A Daligned_buffer.h8 char buf[sizeof(T)]; member in union:_Stl_aligned_buffer
H A Dlocale_catalog.cpp140 __acquire_category(const char* &name, char *buf, _Locale_name_hint* hint, argument
159 name = default_name(buf);
164 const char* cname = extract_name(name, buf, hint, __err_code);
211 char buf[_Locale_MAX_SIMPLE_NAME + 1]; local
212 char const* name = get_name(cat, buf);
236 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) { argument
237 return __REINTERPRET_CAST(_Locale_ctype*, __acquire_category(name, buf, hint,
241 _Locale_codecvt* _STLP_CALL __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) { argument
242 return __REINTERPRET_CAST(_Locale_codecvt*, __acquire_category(name, buf, hint,
246 _Locale_numeric* _STLP_CALL __acquire_numeric(const char* &name, char *buf, _Locale_name_hin argument
251 __acquire_time(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
256 __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
261 __acquire_monetary(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
266 __acquire_messages(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
[all...]
H A Dlocale_impl.h102 _Locale_name_hint* insert_ctype_facets(const char* &name, char *buf, _Locale_name_hint* hint);
103 _Locale_name_hint* insert_numeric_facets(const char* &name, char *buf, _Locale_name_hint* hint);
104 _Locale_name_hint* insert_time_facets(const char* &name, char *buf, _Locale_name_hint* hint);
105 _Locale_name_hint* insert_collate_facets(const char* &name, char *buf, _Locale_name_hint* hint);
106 _Locale_name_hint* insert_monetary_facets(const char* &name, char *buf, _Locale_name_hint* hint);
107 _Locale_name_hint* insert_messages_facets(const char* &name, char *buf, _Locale_name_hint* hint);
/ndk/tests/device/test-gnustl-full/unit/
H A Dcstring_test.cpp49 char buf[16]; buf[0] = 0; local
55 CPPUNIT_CHECK( std::strcat((char*)buf, foo) == (char*)buf ); // buf <- foo
58 CPPUNIT_CHECK( std::strcpy((char*)buf, foo) == (char*)buf ); // buf <- foo
61 CPPUNIT_CHECK( std::strncat((char*)buf, foo, 2) == (char*)buf ); // bu
[all...]
/ndk/tests/device/test-stlport/unit/
H A Dcstring_test.cpp49 char buf[16]; buf[0] = 0; local
55 CPPUNIT_CHECK( std::strcat((char*)buf, foo) == (char*)buf ); // buf <- foo
58 CPPUNIT_CHECK( std::strcpy((char*)buf, foo) == (char*)buf ); // buf <- foo
61 CPPUNIT_CHECK( std::strncat((char*)buf, foo, 2) == (char*)buf ); // bu
[all...]
/ndk/sources/host-tools/nawk-20071023/
H A Dlex.c104 char *buf = *pbuf; local
106 char *bp = buf;
111 buf[0] = c;
112 buf[1] = 0;
119 if (bp-buf >= sz)
120 if (!adjbuf(&buf, &sz, bp-buf+2, 100, &bp, "gettok"))
121 FATAL( "out of space for name %.10s...", buf );
136 if (bp-buf >= sz)
137 if (!adjbuf(&buf,
173 static char *buf = 0; local
361 static char *buf = 0; local
507 static char *buf = 0; local
[all...]
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
H A Dc_wlocale_win32.c37 wchar_t buf[2]; local
39 buf[0] = c; buf[1] = 0;
40 GetStringTypeW(CT_CTYPE1, buf, -1, out);
92 char const* _Locale_codecvt_name(const _Locale_codecvt_t* lcodecvt, char* buf) { argument
95 return __GetLocaleName(lcodecvt->lc.id, cp_buf, buf);
176 /* Limiting the output buf size to INT_MAX seems like reasonable to transform a single wchar_t. */
186 char *buf, size_t n, char **next) {
191 *next = buf;
247 wchar_t buf[ local
185 _WLocale_unshift(_Locale_codecvt_t *lcodecvt, mbstate_t *st, char *buf, size_t n, char **next) argument
253 wchar_t buf[4]; local
258 _WLocale_true(_Locale_numeric_t* lnum, wchar_t* buf, size_t bufSize) argument
265 _WLocale_false(_Locale_numeric_t* lnum, wchar_t* buf, size_t bufSize) argument
273 _WLocale_int_curr_symbol(_Locale_monetary_t * lmon, wchar_t* buf, size_t bufSize) argument
276 _WLocale_currency_symbol(_Locale_monetary_t * lmon, wchar_t* buf, size_t bufSize) argument
285 _WLocale_positive_sign(_Locale_monetary_t * lmon, wchar_t* buf, size_t bufSize) argument
288 _WLocale_negative_sign(_Locale_monetary_t * lmon, wchar_t* buf, size_t bufSize) argument
292 _WLocale_full_monthname(_Locale_time_t * ltime, int month, wchar_t* buf, size_t bufSize) argument
296 _WLocale_abbrev_monthname(_Locale_time_t * ltime, int month, wchar_t* buf, size_t bufSize) argument
300 _WLocale_full_dayofweek(_Locale_time_t * ltime, int day, wchar_t* buf, size_t bufSize) argument
304 _WLocale_abbrev_dayofweek(_Locale_time_t * ltime, int day, wchar_t* buf, size_t bufSize) argument
308 _WLocale_am_str(_Locale_time_t* ltime, wchar_t* buf, size_t bufSize) argument
312 _WLocale_pm_str(_Locale_time_t* ltime, wchar_t* buf, size_t bufSize) argument
[all...]
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c12 static wchar_t* _ToWChar(const char* buf, wchar_t *wbuf, size_t wbufSize) { argument
15 for (; wcur != wend && *buf != 0; ++buf, ++wcur)
16 *wcur = *buf;
160 char const*_Locale_ctype_name( const struct _Locale_ctype *__loc, char *buf )
165 char const*_Locale_codecvt_name( const struct _Locale_codecvt *__loc, char *buf )
170 char const*_Locale_numeric_name( const struct _Locale_numeric *__loc, char *buf )
175 char const*_Locale_time_name( const struct _Locale_time *__loc, char *buf )
180 char const*_Locale_collate_name( const struct _Locale_collate *__loc, char *buf )
185 char const*_Locale_monetary_name( const struct _Locale_monetary *__loc, char *buf )
241 _Locale_extract_ctype_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
245 _Locale_extract_numeric_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
249 _Locale_extract_time_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
253 _Locale_extract_collate_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
257 _Locale_extract_monetary_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
261 _Locale_extract_messages_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
356 _WLocale_unshift(struct _Locale_codecvt *lcodecvt, mbstate_t *st, char *buf, size_t n, char ** next) argument
408 char *buf = NULL; local
436 wchar_t *buf = NULL; local
491 _WLocale_true(struct _Locale_numeric *__loc, wchar_t *buf, size_t bufSize) argument
493 _WLocale_false(struct _Locale_numeric *__loc, wchar_t *buf, size_t bufSize) argument
520 _WLocale_int_curr_symbol(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) argument
522 _WLocale_currency_symbol(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) argument
528 _WLocale_positive_sign(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) argument
530 _WLocale_negative_sign(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) argument
675 _WLocale_full_monthname(struct _Locale_time *__loc, int _m, wchar_t *buf, size_t bufSize) argument
677 _WLocale_abbrev_monthname(struct _Locale_time *__loc, int _m, wchar_t *buf, size_t bufSize) argument
679 _WLocale_full_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize) argument
681 _WLocale_abbrev_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize) argument
683 _WLocale_am_str(struct _Locale_time *__loc, wchar_t *buf, size_t bufSize) argument
685 _WLocale_pm_str(struct _Locale_time* __loc, wchar_t *buf, size_t bufSize) argument
[all...]
/ndk/sources/host-tools/make-3.81/
H A Dansi2knr.c239 char *buf; local
302 buf = malloc(bufsize);
303 if ( buf == NULL )
308 line = buf;
309 while ( fgets(line, (unsigned)(buf + bufsize - line), in) != NULL )
312 switch ( test1(buf) )
315 convert1(buf, out, 1, convert_varargs);
320 f: if ( line >= buf + (bufsize - 1) ) /* overflow check */
322 if ( fgets(line, (unsigned)(buf + bufsize - line), in) == NULL )
328 convert1(buf, ou
[all...]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
H A Dbug-regex12.c63 char buf[500]; local
64 regerror (n, &re, buf, sizeof (buf));
65 printf ("regcomp %lu failed: %s\n", i, buf);
H A Dbug-regex15.c41 char buf[100]; local
42 regerror (reerr, &re, buf, sizeof buf);
43 printf ("regerror %s\n", buf);
H A Dbug-regex9.c50 char buf[500]; local
51 regerror (n, &re, buf, sizeof (buf));
52 printf ("regcomp failed: %s\n", buf);
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c116 const char *_Locale_ctype_default(char* buf) { return _C_name; } argument
117 const char *_Locale_numeric_default(char * buf) { return _C_name; } argument
118 const char *_Locale_time_default(char* buf) { return _C_name; } argument
119 const char *_Locale_collate_default(char* buf) { return _C_name; } argument
120 const char *_Locale_monetary_default(char* buf) { return _C_name; } argument
121 const char *_Locale_messages_default(char* buf) { return _C_name; } argument
123 char const* _Locale_ctype_name(const struct _Locale_ctype *lctype, char* buf) argument
126 char const* _Locale_codecvt_name(const struct _Locale_codecvt *lcodecvt, char* buf) argument
129 char const* _Locale_numeric_name(const struct _Locale_numeric *lnum, char* buf) argument
132 char const* _Locale_time_name(const struct _Locale_time *ltime, char* buf) argument
135 _Locale_collate_name(const struct _Locale_collate *lcol, char* buf) argument
138 _Locale_monetary_name(const struct _Locale_monetary *lmon, char* buf) argument
141 _Locale_messages_name(const struct _Locale_messages *lmes, char* buf) argument
160 _Locale_extract_ctype_name(const char *name, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
164 _Locale_extract_numeric_name(const char *name, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
168 _Locale_extract_time_name(const char*name, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
172 _Locale_extract_collate_name(const char *name, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
176 _Locale_extract_monetary_name(const char *name, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
180 _Locale_extract_messages_name(const char *name, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
264 _WLocale_unshift(struct _Locale_codecvt *lcodecvt, mbstate_t *st, char *buf, size_t n, char ** next) argument
352 _WLocale_true(struct _Locale_numeric* lnum, wchar_t* buf, size_t bufSize) argument
354 _WLocale_false(struct _Locale_numeric* lnum, wchar_t* buf, size_t bufSize) argument
357 _WLocale_true(struct _Locale_numeric* lnum, wchar_t* buf, size_t bufSize) argument
359 _WLocale_false(struct _Locale_numeric* lnum, wchar_t* buf, size_t bufSize) argument
398 _WLocale_int_curr_symbol(struct _Locale_monetary * lmon, wchar_t* buf, size_t bufSize) argument
401 _WLocale_currency_symbol(struct _Locale_monetary * lmon, wchar_t* buf, size_t bufSize) argument
408 _WLocale_positive_sign(struct _Locale_monetary * lmon, wchar_t* buf, size_t bufSize) argument
411 _WLocale_negative_sign(struct _Locale_monetary * lmon, wchar_t* buf, size_t bufSize) argument
459 _WLocale_full_monthname(struct _Locale_time * ltime, int n, wchar_t* buf, size_t bufSize) argument
466 _WLocale_abbrev_monthname(struct _Locale_time * ltime, int n, wchar_t* buf, size_t bufSize) argument
472 _WLocale_full_dayofweek(struct _Locale_time * ltime, int n, wchar_t* buf, size_t bufSize) argument
478 _WLocale_abbrev_dayofweek(struct _Locale_time * ltime, int n, wchar_t* buf, size_t bufSize) argument
482 _WLocale_am_str(struct _Locale_time* ltime, wchar_t* buf, size_t bufSize) argument
485 _WLocale_pm_str(struct _Locale_time* ltime, wchar_t* buf, size_t bufSize) argument
492 _WLocale_full_monthname(struct _Locale_time * ltime, int n, wchar_t* buf, size_t bufSize) argument
499 _WLocale_abbrev_monthname(struct _Locale_time * ltime, int n, wchar_t* buf, size_t bufSize) argument
505 _WLocale_full_dayofweek(struct _Locale_time * ltime, int n, wchar_t* buf, size_t bufSize) argument
511 _WLocale_abbrev_dayofweek(struct _Locale_time * ltime, int n, wchar_t* buf, size_t bufSize) argument
515 _WLocale_am_str(struct _Locale_time* ltime, wchar_t* buf, size_t bufSize) argument
518 _WLocale_pm_str(struct _Locale_time* ltime, wchar_t* buf, size_t bufSize) argument
[all...]
/ndk/sources/cxx-stl/stlport/src/details/
H A Dfstream_stdio.cpp129 struct STAT buf; local
130 return FSTAT(fd, &buf) == 0 && (buf.st_mode & S_IFREG) != 0 ;
137 struct STAT buf; local
138 if (FSTAT(fd, &buf) == 0 && (buf.st_mode & S_IFREG) != 0)
139 ret = buf.st_size > 0 ? buf.st_size : 0;
278 struct STAT buf; local
279 if (FSTAT(file_no, &buf) !
317 _M_read(char* buf, ptrdiff_t n) argument
323 _M_write(char* buf, ptrdiff_t n) argument
[all...]
H A Dfstream_unistd.cpp105 struct STAT buf; local
106 return FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode);
113 struct STAT buf; local
114 if (FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode))
115 ret = buf.st_size > 0 ? buf.st_size : 0;
260 ptrdiff_t _Filebuf_base::_M_read(char* buf, ptrdiff_t n) argument
262 return read(_M_file_id, buf,
267 _M_write(char* buf, ptrdiff_t n) argument
[all...]

Completed in 213 milliseconds

1234