Home
last modified time | relevance | path

Searched refs:cwdbuf (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dmain.c175 struct stat homebuf, cwdbuf, s; in get_init_files() local
223 memset (&cwdbuf, 0, sizeof (struct stat)); in get_init_files()
235 if (stat (gdbinit, &cwdbuf) == 0) in get_init_files()
238 || memcmp ((char *) &homebuf, (char *) &cwdbuf, in get_init_files()