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

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dfileattr.h91 fileattr_modify ("abc=def", "xxx", "val", '=', ';')) => "abc=def;xxx=val"
92 fileattr_modify ("abc=def", "abc", "val", '=', ';')) => "abc=val"
93 fileattr_modify ("abc=v1;def=v2", "abc", "val", '=', ';'))
95 fileattr_modify ("abc=v1;def=v2", "def", "val", '=', ';'))
97 fileattr_modify ("abc=v1;def=v2", "xxx", "val", '=', ';'))
99 fileattr_modify ("abc=v1;def=v2;ghi=v3", "def", "val", '=', ';'))
103 extern char *fileattr_modify (char *list, const char *attrname,
H A Dfileattr.c235 fileattr_modify (char *list, const char *attrname, const char *attrval, int namevalsep, int entsep) function
334 p = fileattr_modify (fileattr_default_attrs, attrname, attrval,
368 p = fileattr_modify (node->data, attrname, attrval, '=', ';');
H A Dwatch.c193 fileattr_modify (curattr,
H A Dedit.c788 newlist = fileattr_modify (edlist, editor, val, '>', ',');

Completed in 133 milliseconds