OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ftab
(Results
1 - 2
of
2
) 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;
/src/sbin/wsconsctl/
util.c
208
field_setup(struct field *
ftab
, int len)
211
field_tab =
ftab
;
Completed in 17 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025