HomeSort by: relevance | last modified time | path
    Searched refs:fileattr_modify (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
fileattr.h 91 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,
fileattr.c 235 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, '=', ';');
watch.c 193 fileattr_modify (curattr,
edit.c 788 newlist = fileattr_modify (edlist, editor, val, '>', ',');

Completed in 64 milliseconds