OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HRDLNK
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/pax/
tables.h
58
typedef struct
hrdlnk
{
struct
63
struct
hrdlnk
*fow;
64
}
HRDLNK
;
tables.h
58
typedef struct
hrdlnk
{
struct
63
struct
hrdlnk
*fow;
64
}
HRDLNK
;
tables.c
80
static
HRDLNK
**ltab = NULL; /* hard link table for detecting hard links */
121
if ((ltab = (
HRDLNK
**)calloc(L_TAB_SZ, sizeof(
HRDLNK
*))) == NULL) {
143
HRDLNK
*pt;
144
HRDLNK
**ppt;
203
if ((pt = (
HRDLNK
*)malloc(sizeof(
HRDLNK
))) != NULL) {
229
HRDLNK
*pt;
230
HRDLNK
**ppt;
284
HRDLNK
*pt
[
all
...]
tables.c
80
static
HRDLNK
**ltab = NULL; /* hard link table for detecting hard links */
121
if ((ltab = (
HRDLNK
**)calloc(L_TAB_SZ, sizeof(
HRDLNK
*))) == NULL) {
143
HRDLNK
*pt;
144
HRDLNK
**ppt;
203
if ((pt = (
HRDLNK
*)malloc(sizeof(
HRDLNK
))) != NULL) {
229
HRDLNK
*pt;
230
HRDLNK
**ppt;
284
HRDLNK
*pt
[
all
...]
Completed in 57 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025