Home
last modified time | relevance | path

Searched refs:fnl (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/ucbcmd/ls/
H A Dls.c50 nlink_t fnl; /* number of links */ member
420 fp->fnl = stb.st_nlink; in gstat()
720 p->acl, p->fnl, uname, gflg ? gname : "", fsize, ftime); in fmtlstuff()
/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c780 nltype *fnl; in assign_pcsamples() local
802 if (fnl = nllookup(module, (pctype) *pcptr, &nxt_func)) { in assign_pcsamples()
816 fnl->nticks += func_nticks; in assign_pcsamples()
817 fnl->time += func_nticks; in assign_pcsamples()