OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ltab
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/pax/
tables.c
80
static HRDLNK **
ltab
= NULL; /* hard link table for detecting hard links */
variable in typeref:typename:HRDLNK **
119
if (
ltab
!= NULL)
121
if ((
ltab
= (HRDLNK **)calloc(L_TAB_SZ, sizeof(HRDLNK *))) == NULL) {
147
if (
ltab
== NULL)
159
if ((pt =
ltab
[indx]) != NULL) {
163
ppt = &(
ltab
[indx]);
208
pt->fow =
ltab
[indx];
209
ltab
[indx] = pt;
233
if (
ltab
== NULL)
246
if ((pt =
ltab
[indx]) == NULL
[
all
...]
Completed in 33 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025