Searched defs:count_symlinks (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c99 static int count_symlinks(char *dir, char *name, int *count);
1063 if (count_symlinks(dirpath, rname, &n) < 0) {
1107 count_symlinks(char *dir, char *name, int *count) function
1117 syslog(LOG_ERR, "count_symlinks: open %s dir, error %m\n",
1137 "count_symlinks: can't read link "
1158 (void) printf("count_symlinks: found %d symlinks\n", cnt);

Completed in 47 milliseconds