Home
last modified time | relevance | path

Searched defs:strp (Results 1 – 17 of 17) sorted by relevance

/third_party/elfutils/libdw/
Ddwarf_macro_param2.c38 dwarf_macro_param2 (Dwarf_Macro *macro, Dwarf_Word *paramp, const char **strp) in dwarf_macro_param2()
/third_party/ltp/include/
Dtst_safe_stdio.h18 #define SAFE_ASPRINTF(strp, fmt, ...) \ argument
/third_party/ltp/include/old/
Dold_safe_stdio.h31 #define SAFE_ASPRINTF(cleanup_fn, strp, fmt, ...) \ argument
/third_party/selinux/libsepol/cil/src/
Dcil_mem.c95 __attribute__ ((format (printf, 2, 3))) int cil_asprintf(char **strp, const char *fmt, ...) in cil_asprintf()
/third_party/ltp/lib/
Dsafe_stdio.c58 char **strp, const char *fmt, ...) in safe_asprintf()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c649 getzname(register const char *strp) in getzname()
669 getqzname(register const char *strp, const int delim) in getqzname()
686 getnum(register const char *strp, int *const nump, const int min, const int max) in getnum()
715 getsecs(register const char *strp, int_fast32_t *const secsp) in getsecs()
755 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset()
780 getrule(const char *strp, register struct rule *const rulep) in getrule()
/third_party/icu/icu4c/source/tools/tzcode/
Dlocaltime.c651 getzname(register const char *strp) in getzname()
671 getqzname(register const char *strp, const int delim) in getqzname()
688 getnum(register const char *strp, int *const nump, const int min, const int max) in getnum()
717 getsecs(register const char *strp, int_fast32_t *const secsp) in getsecs()
757 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset()
782 getrule(const char *strp, register struct rule *const rulep) in getrule()
/third_party/libinput/src/
Dutil-strings.h117 xasprintf(char **strp, const char *fmt, ...) in xasprintf()
133 xvasprintf(char **strp, const char *fmt, va_list args) in xvasprintf()
/third_party/tzdata/
Dlocaltime.c843 getzname(register const char *strp) in getzname()
864 getqzname(register const char *strp, const int delim) in getqzname()
881 getnum(register const char *strp, int *const nump, const int min, const int max) in getnum()
910 getsecs(register const char *strp, int_fast32_t *const secsp) in getsecs()
951 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset()
976 getrule(const char *strp, register struct rule *const rulep) in getrule()
/third_party/elfutils/libcpu/
Driscv_disasm.c171 char *strp = NULL; in riscv_disasm() local
/third_party/mksh/
Dlex.c1686 arraysub(char **strp) in arraysub()
/third_party/ffmpeg/libavcodec/
Dvaapi_encode_h265.c987 const VAAPIEncodeH265Picture *strp; in vaapi_encode_h265_init_slice_params() local
/third_party/selinux/libsepol/src/
Dservices.c1743 int str_read(char **strp, struct policy_file *fp, size_t len) in str_read()
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.h1252 upb_strview *strp = (upb_strview*)upb_arena_malloc(a, sizeof(*strp)); in _upb_map_tovalue() local
1263 const upb_strview *strp = (const upb_strview*)upb_value_getptr(val); in _upb_map_fromvalue() local
1385 upb_strview *strp = (upb_strview*)ent->val.val; in _upb_msg_map_set_value() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h1181 upb_strview *strp = (upb_strview*)upb_arena_malloc(a, sizeof(*strp)); in _upb_map_tovalue() local
1192 const upb_strview *strp = (const upb_strview*)upb_value_getptr(val); in _upb_map_fromvalue() local
1314 upb_strview *strp = (upb_strview*)ent->val.val; in _upb_msg_map_set_value() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h38305 struct strparser strp; member
77785 struct strp_msg strp; member
77791 struct _strp_msg strp; member
77933 struct strparser strp; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp64298 virtual void onStringEdge(JSString** strp) { onChild(JS::GCCellPtr(*strp)); } in onStringEdge()
64353 void dispatchToOnEdge(JSString** strp) { onStringEdge(strp); } in dispatchToOnEdge()