Home
last modified time | relevance | path

Searched refs:fileattr_modify (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/cvs-1.12/src/
H A Dfileattr.h103 extern char *fileattr_modify (char *list, const char *attrname,
H A Dfileattr.c233 fileattr_modify (char *list, const char *attrname, const char *attrval, int namevalsep, int entsep) in fileattr_modify() function
332 p = fileattr_modify (fileattr_default_attrs, attrname, attrval, in fileattr_set()
366 p = fileattr_modify (node->data, attrname, attrval, '=', ';'); in fileattr_set()
H A Dwatch.c191 fileattr_modify (curattr, in watch_modify_watchers()
H A Dedit.c786 newlist = fileattr_modify (edlist, editor, val, '>', ','); in editor_set()