Home
last modified time | relevance | path

Searched refs:field_str (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/loader/
H A Dloader.c479 char *field_str = os_read_file(path, NULL); in loader_get_linux_pci_field() local
480 if (!field_str) { in loader_get_linux_pci_field()
485 int value = (int)strtoll(field_str, NULL, 16); in loader_get_linux_pci_field()
486 free(field_str); in loader_get_linux_pci_field()
/third_party/python/Tools/gdb/
H A Dlibpython.py1388 field_str = ascii['wstr']
1392 field_str = ascii.address + 1
1394 field_str = compact.address + 1
1396 field_str = self.field('data')['any']
1399 field_str = field_str.cast(_type_unsigned_char_ptr())
1401 field_str = field_str.cast(_type_unsigned_short_ptr())
1403 field_str = field_str
[all...]
/third_party/elfio/c_wrapper/
H A Delfio_c_wrapper.cpp403 std::string field_str; in elfio_modinfo_get_attribute() local
405 bool ret = pmodinfo->get_attribute( no, field_str, value_str ); in elfio_modinfo_get_attribute()
406 strncpy( field, field_str.c_str(), (size_t)field_len - 1 ); in elfio_modinfo_get_attribute()
/third_party/elfio/examples/c_wrapper/
H A Delfio_c_wrapper.cpp404 std::string field_str; in elfio_modinfo_get_attribute() local
406 bool ret = pmodinfo->get_attribute( no, field_str, value_str ); in elfio_modinfo_get_attribute()
407 strncpy( field, field_str.c_str(), (size_t)field_len - 1 ); in elfio_modinfo_get_attribute()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c1898 * @field_str: DN field string which is passed from configuration file (e.g.,
1903 static int get_value_from_field(const X509 *cert, char *field_str, in get_value_from_field() argument
1909 if (os_strcmp(field_str, "*") == 0) in get_value_from_field()
1912 name = str_token(field_str, "=", &context); in get_value_from_field()
1945 value = str_token(field_str, "=", &context); in get_value_from_field()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c1938 * @field_str: DN field string which is passed from configuration file (e.g.,
1943 static int get_value_from_field(const X509 *cert, char *field_str, in get_value_from_field() argument
1949 if (os_strcmp(field_str, "*") == 0) in get_value_from_field()
1952 name = str_token(field_str, "=", &context); in get_value_from_field()
1985 value = str_token(field_str, "=", &context); in get_value_from_field()

Completed in 17 milliseconds