OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ftab
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/pax/
tables.c
81
static FTM **
ftab
= NULL; /* file time table for updating arch */
variable in typeref:typename:FTM **
343
if (
ftab
!= NULL)
345
if ((
ftab
= (FTM **)calloc(F_TAB_SZ, sizeof(FTM *))) == NULL) {
388
if (
ftab
== NULL)
396
if ((pt =
ftab
[indx]) != NULL) {
462
pt->fow =
ftab
[indx];
463
ftab
[indx] = pt;
Completed in 17 milliseconds
Indexes created Mon Oct 13 15:10:03 GMT 2025