Searched refs:ftsp_linksreliable (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.c101 int ftsp_linksreliable; member in struct:_fts_private
1192 priv->ftsp_linksreliable = 0;
1196 priv->ftsp_linksreliable = 1;
1201 priv->ftsp_linksreliable = 0;
1204 return (priv->ftsp_linksreliable);
H A Dfts.c91 int ftsp_linksreliable; member in struct:_fts_private
1169 priv->ftsp_linksreliable = 0;
1173 priv->ftsp_linksreliable = 1;
1178 priv->ftsp_linksreliable = 0;
1181 return (priv->ftsp_linksreliable);

Completed in 72 milliseconds