Searched refs:mtime_ptr (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/gmake/dist/
H A Dvpath.c52 static int selective_vpath_search PARAMS ((struct vpath *path, char **file, FILE_TIMESTAMP *mtime_ptr));
341 vpath_search (char **file, FILE_TIMESTAMP *mtime_ptr)
358 if (selective_vpath_search (v, file, mtime_ptr))
362 && selective_vpath_search (general_vpath, file, mtime_ptr))
377 FILE_TIMESTAMP *mtime_ptr)
486 if (exists && mtime_ptr
489 *mtime_ptr = f->last_mtime;
490 mtime_ptr = 0;
541 if (mtime_ptr != 0)
543 *mtime_ptr
337 vpath_search(char **file, FILE_TIMESTAMP *mtime_ptr) argument
372 selective_vpath_search(struct vpath *path, char **file, FILE_TIMESTAMP *mtime_ptr) argument
[all...]
H A Dremake.c69 static int library_search PARAMS ((char **lib, FILE_TIMESTAMP *mtime_ptr));
1458 library_search (char **lib, FILE_TIMESTAMP *mtime_ptr)
1536 if (mtime_ptr != 0)
1537 *mtime_ptr = mtime;
1544 if (vpath_search (&file, mtime_ptr))
1576 if (mtime_ptr != 0)
1577 *mtime_ptr = mtime;
1450 library_search(char **lib, FILE_TIMESTAMP *mtime_ptr) argument
H A Dmake.h454 extern int vpath_search PARAMS ((char **file, FILE_TIMESTAMP *mtime_ptr));

Completed in 77 milliseconds