OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTM
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/pax/
tables.h
77
typedef struct
ftm
{
struct
81
struct
ftm
*fow;
82
}
FTM
;
tables.c
81
static
FTM
**ftab = NULL; /* file time table for updating arch */
345
if ((ftab = (
FTM
**)calloc(F_TAB_SZ, sizeof(
FTM
*))) == NULL) {
380
FTM
*pt;
453
if ((pt = (
FTM
*)malloc(sizeof(
FTM
))) != NULL) {
Completed in 39 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025