Home
last modified time | relevance | path

Searched defs:gstr (Results 1 – 6 of 6) sorted by relevance

/third_party/uboot/u-boot-2020.01/scripts/kconfig/
Dlkc.h121 struct gstr { struct
130 struct gstr str_new(void); argument
/third_party/toybox/kconfig/
Dlkc.h95 struct gstr { struct
99 struct gstr str_new(void); argument
/third_party/glib/glib/
Dgstring.h178 #define g_string_append_c(gstr,c) g_string_append_c_inline (gstr, c) argument
/third_party/gstreamer/gstreamer/gst/
Dgstparse.c186 GString *gstr = NULL; in _gst_parse_escape() local
/third_party/libsoup/tests/
Dchunk-io-test.c329 GString *gstr; in chunkify() local
/third_party/openssl/apps/
Dreq.c1453 static EVP_PKEY_CTX *set_keygen_ctx(const char *gstr, in set_keygen_ctx()