Home
last modified time | relevance | path

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

/dports/devel/p5-BSD-stat/BSD-stat-1.35/
H A Dstat.xs99 xs_lstat(char *path){ in xs_lstat() function
185 xs_lstat(path)
188 RETVAL = xs_lstat(path);
H A Dstat.pm152 ref \$arg eq 'SCALAR' ? xs_lstat($arg) : xs_fstat(fileno($arg), 1);