Searched refs:_notify_lib_set_owner (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/Libnotify-121.20.1/
H A Dlibnotify.h184 uint32_t _notify_lib_set_owner(notify_state_t *ns, const char *name, uint32_t uid, uint32_t gid);
H A Dlibnotify.c1333 _notify_lib_set_owner(notify_state_t *ns, const char *name, uid_t uid, gid_t gid) function
H A Dnotify_client.c1052 status = _notify_lib_set_owner(ns_self, name, uid, gid);
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dnotify_proc.c1137 *status = _notify_lib_set_owner(global.notify_state, name, uid, gid);
1197 if ((u != 0) || (g != 0)) *status = _notify_lib_set_owner(global.notify_state, name, u, g);
H A Dnotifyd.c993 if ((uid != 0) || (gid != 0)) _notify_lib_set_owner(global.notify_state, args[1], uid, gid);

Completed in 138 milliseconds