/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 138 static const char * getzname(const char * strp) ATTRIBUTE_PURE; 139 static const char * getqzname(const char * strp, const int delim) 141 static const char * getnum(const char * strp, int * nump, int min, 143 static const char * getsecs(const char * strp, int_fast32_t * secsp); 144 static const char * getoffset(const char * strp, int_fast32_t * offsetp); 145 static const char * getrule(const char * strp, struct rule * rulep); 651 getzname(register const char *strp) in getzname() argument 655 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' && in getzname() 657 ++strp; in getzname() 658 return strp; in getzname() 671 getqzname(register const char *strp, const int delim) getqzname() argument 688 getnum(register const char *strp, int *const nump, const int min, const int max) getnum() argument 717 getsecs(register const char *strp, int_fast32_t *const secsp) getsecs() argument 757 getoffset(register const char *strp, int_fast32_t *const offsetp) getoffset() argument 782 getrule(const char *strp, register struct rule *const rulep) getrule() argument [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 136 static const char * getzname(const char * strp) ATTRIBUTE_PURE; 137 static const char * getqzname(const char * strp, const int delim) 139 static const char * getnum(const char * strp, int * nump, int min, 141 static const char * getsecs(const char * strp, int_fast32_t * secsp); 142 static const char * getoffset(const char * strp, int_fast32_t * offsetp); 143 static const char * getrule(const char * strp, struct rule * rulep); 649 getzname(register const char *strp) in getzname() argument 653 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' && in getzname() 655 ++strp; in getzname() 656 return strp; in getzname() 669 getqzname(register const char *strp, const int delim) getqzname() argument 686 getnum(register const char *strp, int *const nump, const int min, const int max) getnum() argument 715 getsecs(register const char *strp, int_fast32_t *const secsp) getsecs() argument 755 getoffset(register const char *strp, int_fast32_t *const offsetp) getoffset() argument 780 getrule(const char *strp, register struct rule *const rulep) getrule() argument [all...] |
/third_party/tzdata/ |
H A D | localtime.c | 811 getzname(register const char *strp) in getzname() argument 815 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' && in getzname() 817 ++strp; in getzname() 818 return strp; in getzname() 832 getqzname(register const char *strp, const int delim) in getqzname() argument 836 while ((c = *strp) != '\0' && c != delim) in getqzname() 837 ++strp; in getqzname() 838 return strp; in getqzname() 849 getnum(register const char *strp, int *const nump, const int min, const int max) in getnum() argument 854 if (strp in getnum() 878 getsecs(register const char *strp, int_fast32_t *const secsp) getsecs() argument 919 getoffset(register const char *strp, int_fast32_t *const offsetp) getoffset() argument 945 getrule(const char *strp, register struct rule *const rulep) getrule() argument [all...] |
/third_party/libinput/src/ |
H A D | util-strings.h | 108 * @param strp pointer to set to newly allocated string. 117 xasprintf(char **strp, const char *fmt, ...) in xasprintf() argument 123 rc = vasprintf(strp, fmt, args); in xasprintf() 125 if ((rc == -1) && strp) in xasprintf() 126 *strp = NULL; in xasprintf() 133 xvasprintf(char **strp, const char *fmt, va_list args) in xvasprintf() argument 136 rc = vasprintf(strp, fmt, args); in xvasprintf() 137 if ((rc == -1) && strp) in xvasprintf() 138 *strp = NULL; in xvasprintf()
|
/third_party/elfutils/libdw/ |
H A D | dwarf_macro_param2.c | 38 dwarf_macro_param2 (Dwarf_Macro *macro, Dwarf_Word *paramp, const char **strp) in dwarf_macro_param2() argument 50 *strp = dwarf_formstring (¶m); in dwarf_macro_param2()
|
H A D | libdw.h | 1027 const char **strp);
|
/third_party/ltp/include/ |
H A D | tst_safe_stdio.h | 18 #define SAFE_ASPRINTF(strp, fmt, ...) \ 19 safe_asprintf(__FILE__, __LINE__, NULL, strp, fmt, __VA_ARGS__)
|
H A D | safe_stdio_fn.h | 30 char **strp, const char *fmt, ...);
|
/third_party/ltp/include/old/ |
H A D | old_safe_stdio.h | 31 #define SAFE_ASPRINTF(cleanup_fn, strp, fmt, ...) \ 32 safe_asprintf(__FILE__, __LINE__, cleanup_fn, strp, fmt, __VA_ARGS__)
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_mem.c | 95 __attribute__ ((format (printf, 2, 3))) int cil_asprintf(char **strp, const char *fmt, ...) in cil_asprintf() argument 101 rc = vasprintf(strp, fmt, ap); in cil_asprintf()
|
H A D | cil_mem.h | 38 int cil_asprintf(char **strp, const char *fmt, ...);
|
/third_party/ltp/lib/ |
H A D | safe_stdio.c | 58 char **strp, const char *fmt, ...) in safe_asprintf() 64 ret = vasprintf(strp, fmt, va); in safe_asprintf() 57 safe_asprintf(const char *file, const int lineno, void (cleanup_fn)(void), char **strp, const char *fmt, ...) safe_asprintf() argument
|
/third_party/elfutils/libcpu/ |
H A D | riscv_disasm.c | 171 char *strp = NULL; in riscv_disasm() local 250 strp = addrbuf; in riscv_disasm() 295 strp = addrbuf; in riscv_disasm() 532 if (strp == NULL && mne == NULL) in riscv_disasm() 535 strp = immbuf; in riscv_disasm() 1296 if (strp == NULL && mne == NULL) in riscv_disasm() 1299 strp = addrbuf; in riscv_disasm() 1310 strp = mnebuf; in riscv_disasm() 1314 if (strp == NULL) in riscv_disasm() 1485 strp in riscv_disasm() [all...] |
/third_party/selinux/libsepol/src/ |
H A D | private.h | 85 extern int str_read(char **strp, struct policy_file *fp, size_t len);
|
H A D | services.c | 1743 int str_read(char **strp, struct policy_file *fp, size_t len) in str_read() argument 1758 *strp = str; in str_read()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_encode_h265.c | 987 const VAAPIEncodeH265Picture *strp; in vaapi_encode_h265_init_slice_params() local 999 strp = pic->refs[i]->priv_data; in vaapi_encode_h265_init_slice_params() 1000 rps_poc[rps_pics] = strp->pic_order_cnt; in vaapi_encode_h265_init_slice_params() 1013 strp = pic->dpb[i]->priv_data; in vaapi_encode_h265_init_slice_params() 1014 rps_poc[rps_pics] = strp->pic_order_cnt; in vaapi_encode_h265_init_slice_params()
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 1252 upb_strview *strp = (upb_strview*)upb_arena_malloc(a, sizeof(*strp)); in _upb_map_tovalue() local 1253 *strp = *(upb_strview*)val; in _upb_map_tovalue() 1254 memcpy(&ret, &strp, sizeof(strp)); in _upb_map_tovalue() 1263 const upb_strview *strp = (const upb_strview*)upb_value_getptr(val); in _upb_map_fromvalue() local 1264 memcpy(out, strp, sizeof(upb_strview)); in _upb_map_fromvalue() 1385 upb_strview *strp = (upb_strview*)ent->val.val; in _upb_msg_map_set_value() local 1386 memcpy(strp, val, sizeof(*strp)); in _upb_msg_map_set_value() [all...] |
/third_party/mksh/ |
H A D | lex.c | 1686 arraysub(char **strp) in arraysub() argument 1706 *strp = Xclose(ws, wp); in arraysub()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 1181 upb_strview *strp = (upb_strview*)upb_arena_malloc(a, sizeof(*strp)); in _upb_map_tovalue() local 1182 *strp = *(upb_strview*)val; in _upb_map_tovalue() 1183 memcpy(&ret, &strp, sizeof(strp)); in _upb_map_tovalue() 1192 const upb_strview *strp = (const upb_strview*)upb_value_getptr(val); in _upb_map_fromvalue() local 1193 memcpy(out, strp, sizeof(upb_strview)); in _upb_map_fromvalue() 1314 upb_strview *strp = (upb_strview*)ent->val.val; in _upb_msg_map_set_value() local 1315 memcpy(strp, val, sizeof(*strp)); in _upb_msg_map_set_value() [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |