Home
last modified time | relevance | path

Searched refs:_s (Results 1 – 18 of 18) sorted by relevance

/external/elfutils/
Dconfig.h114 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), '\0', _s); })
116 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
118 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
Dconfig.h.in113 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), '\0', _s); })
115 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
117 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
Dconfigure.ac219 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), '\0', _s); })
221 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
223 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
/external/dhcpcd/
Dif-bsd.c71 } _s; in if_address() local
80 _s.sa = &_var; \ in if_address()
81 _s.sin->sin_family = AF_INET; \ in if_address()
82 _s.sin->sin_len = sizeof(*_s.sin); \ in if_address()
83 memcpy(&_s.sin->sin_addr, _addr, sizeof(_s.sin->sin_addr)); in if_address()
/external/dropbear/
Datomicio.c36 atomicio(f, fd, _s, n)
39 void *_s; variable
42 char *s = _s;
/external/dropbear/libtommath/
Dbn_mp_toradix.c24 char *_s = str; in mp_toradix() local
44 ++_s; in mp_toradix()
62 bn_reverse ((unsigned char *)_s, digs); in mp_toradix()
Dbn_mp_toradix_n.c27 char *_s = str; in mp_toradix_n() local
48 ++_s; in mp_toradix_n()
75 bn_reverse ((unsigned char *)_s, digs); in mp_toradix_n()
/external/oprofile/libpopt/
Dsystem.h78 #define getenv(_s) __secure_getenv(_s) argument
/external/elfutils/autom4te.cache/
Dtraces.0322 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), \'\\0\', _s); })
324 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
326 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
/external/qemu/android/skin/
Dargb.h204 int _s = (s); \
205 x1##_ag = (x2##_ag >> _s) & 0xff00ff; \
206 x1##_rb = (x2##_rb >> _s) & 0xff00ff; \
/external/stlport/etc/
DReleaseNote.txt81 * STLport is ready for safe string functions *_s (_STLP_USE_SAFE_STRING_FUNCTIONS)
/external/dropbear/libtommath/pre_gen/
Dmpi.c8362 char *_s = str; in mp_toradix() local
8382 ++_s; in mp_toradix()
8400 bn_reverse ((unsigned char *)_s, digs); in mp_toradix()
8444 char *_s = str; in mp_toradix_n() local
8465 ++_s; in mp_toradix_n()
8492 bn_reverse ((unsigned char *)_s, digs); in mp_toradix_n()
/external/qemu/hw/
Dbt-sdp.c770 static struct sdp_def_service_s glue(glue(sdp_service_, name), _s) = { \
/external/stlport/src/
Dnum_put_float.cpp293 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) _STLP_APPEND(F, _s)(buf, bsize, X, N, PT, SIGN); …
/external/jpeg/
Dtestimg.ppm4 …41�1/�-+�22�,/�+.�+-�++�-*�1*�4,�8,�=1�2(�7.�IB�\X�ww������������}��v��j|�_s�Xl�Ti�D\�D^�6U�:V�LZ…
/external/sonivox/jet_tools/JetCreator/
Dimg_splash.py1021 \x192\xa5\xd8\xb2ZE\xff\xfb\xd7/p\xe0\xe8{\xc7\x95F4\\\xc0\xe3\xea\xb1,^_s\
/external/bison/
DChangeLog5778 For consistency, remove _e and _s endings -- they're weren't
/external/webkit/WebCore/
DChangeLog-2008-08-1057371 Windows build fix. (use localtime_r again instead of _s)