Searched refs:fileattr_get (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dfileattr.h58 and fileattr_free, but must not call fileattr_get or fileattr_set. */
68 extern char *fileattr_get (const char *filename, const char *attrname);
70 /* Like fileattr_get, but return a pointer to a newly malloc'd string
H A Dcheckin.c110 if (!cvswrite || fileattr_get (finfo->file, "_watched"))
H A Dfileattr.c45 /* Note that if noone calls fileattr_get, this is very cheap. No stat(),
171 fileattr_get (const char *filename, const char *attrname) function
220 cp = fileattr_get (filename, attrname);
H A Dupdate.c1336 && !fileattr_get (finfo->file, "_watched"))
1773 && !fileattr_get (finfo->file, "_watched"))

Completed in 200 milliseconds