Searched refs:endstring (Results 1 – 3 of 3) sorted by relevance
226 uint8_t endstring = 0; in smbios_test_mktable() local256 (void) smbios_test_table_append_raw(table, &endstring, in smbios_test_mktable()257 sizeof (endstring)); in smbios_test_mktable()263 (void) smbios_test_table_append_raw(table, &endstring, in smbios_test_mktable()264 sizeof (endstring)); in smbios_test_mktable()265 (void) smbios_test_table_append_raw(table, &endstring, in smbios_test_mktable()266 sizeof (endstring)); in smbios_test_mktable()
587 static void endstring(void);2369 endstring(); in oput()2511 endstring(void) in endstring() function
2367 static char *lastchar(const char *string, const char *endstring) in lastchar() argument2376 if(str+c > endstring) in lastchar()