Searched refs:new_st (Results 1 - 2 of 2) sorted by relevance

/external/ltrace/
H A Dsummary.c178 struct opt_c_struct new_st = {.count = 0, .tv = {0, 0}}; local
180 || DICT_INSERT(dict_opt_c, &na, &new_st) < 0) {
/external/elfutils/src/src/
H A Dldgeneric.c6993 struct stat new_st; local
6994 if (stat (ld_state.outfname, &new_st) != 0
6995 || new_st.st_ino != temp_st.st_ino
6996 || new_st.st_dev != temp_st.st_dev)

Completed in 127 milliseconds