Searched refs:fileattr_get0 (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | edit.c | 37 fileattr_get0 (finfo->file, "_watched"); in onoff_fileproc() 50 fileattr_get0 (NULL, "_watched"); in onoff_filesdoneproc() 304 them = fileattr_get0 (finfo->file, "_editors"); in find_editors_and_output() 376 char *editors = fileattr_get0 (finfo->file, "_editors"); in edit_fileproc() 787 edlist = fileattr_get0 (filename, "_editors"); in editor_set() 888 char *editors = fileattr_get0 (filename, "_editors"); in notify_do() 929 watchers = fileattr_get0 (filename, "_watchers"); in notify_do()
|
H A D | fileattr.h | 72 extern char *fileattr_get0 (const char *filename,
|
H A D | watch.c | 38 char *curattr = fileattr_get0 (file, "_watchers"); in watch_modify_watchers() 450 them = fileattr_get0 (finfo->file, "_watchers"); in watchers_fileproc()
|
H A D | fileattr.c | 214 fileattr_get0 (const char *filename, const char *attrname) in fileattr_get0() function
|
H A D | commit.c | 1003 editors = fileattr_get0 (finfo->file, "_editors"); in check_fileproc()
|
H A D | ChangeLog-96 | 1741 (fileattr_get0, fileattr_modify, fileattr_set): Likewise. 1744 (fileattr_get0, fileattr_modify, fileattr_set): Likewise.
|