File: xfts.h

package info (click to toggle)
coreutils 9.7-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 67,780 kB
  • sloc: ansic: 243,477; sh: 29,063; perl: 7,908; yacc: 1,858; makefile: 196; python: 47; sed: 16
file content (11 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#include "fts_.h"

FTS *
xfts_open (char * const *, int options,
           int (*) (const FTSENT **, const FTSENT **))
  _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_DEALLOC (fts_close, 1)
  _GL_ATTRIBUTE_NONNULL ((1)) _GL_ATTRIBUTE_RETURNS_NONNULL;

bool
cycle_warning_required (FTS const *fts, FTSENT const *ent)
  _GL_ATTRIBUTE_NONNULL () _GL_ATTRIBUTE_PURE;