Home
last modified time | relevance | path

Searched refs:fnl (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c816 nltype *fnl; in assign_pcsamples() local
838 fnl = nllookup(module, (pctype) *pcptr, &nxt_func); in assign_pcsamples()
839 if (fnl != NULL) { in assign_pcsamples()
853 fnl->nticks += func_nticks; in assign_pcsamples()
854 fnl->time += func_nticks; in assign_pcsamples()
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c48 nlink_t fnl; /* number of links */ member
418 fp->fnl = stb.st_nlink; in gstat()
718 p->acl, p->fnl, uname, gflg ? gname : "", fsize, ftime); in fmtlstuff()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dinfinite-loop01.c36 void fnl(void) in fnl() function