Searched refs:nlink (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/pax/
H A Dpax-cpio.c74 long nlink; member in struct:Localstat_s
367 &lst.nlink,
378 f->st->st_nlink = lst.nlink;
536 &lst.nlink,
552 f->st->st_nlink = lst.nlink;
618 &lst.nlink,
634 f->st->st_nlink = lst.nlink;
/ast/src/cmd/INIT/
H A Dditto.sh121 integer ntw=0 ncp=0 nrm=0 nlink=0 n
/ast/src/lib/libast/misc/
H A Dfts.c89 long nlink; /* FTS_D link count */ \
113 #define SKIPLINK(p,f) ((f)->fts_parent->nlink == 0)
526 f->fts_parent->nlink--;
528 if ((f->nlink = sp->st_nlink) < 2)
531 f->nlink = 2;
536 if ((f->nlink = sp->st_nlink) >= 2)
1019 fts->current->nlink--;
1026 fts->current->nlink--;
1224 * re-stat to update nlink/times
/ast/src/cmd/ksh93/sh/
H A Dnvtype.c1420 FIELD(nlink,),

Completed in 81 milliseconds