Home
last modified time | relevance | path

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

/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Dmain.c454 struct stat homebuf, cwdbuf; in source_init_files() local
471 bzero (&homebuf, sizeof (struct stat)); in source_init_files()
474 stat(homedir, &homebuf); in source_init_files()
477 samedir = bcmp(&homebuf, &cwdbuf, sizeof(struct stat)) == 0; in source_init_files()