Lines Matching +full:documentation +full:- +full:service
11 .\" documentation and/or other materials provided with the distribution.
97 service needs to be provided.
101 function limits the functions allowed in the service.
156 All of these functions are reentrant but not thread-safe.
164 casper service and uses it to get a group name.
165 .Bd -literal
181 /* Use Casper capability to create capability to the system.grp service. */
184 err(1, "Unable to open system.grp service");
189 /* Limit service to one single function. */
191 err(1, "Unable to limit access to system.grp service");
193 /* Limit service to one field as we only need name of the group. */
195 err(1, "Unable to limit access to system.grp service");
197 /* Limit service to one gid. */
199 err(1, "Unable to limit access to system.grp service");
205 printf("GID %d is associated with name %s.\\n", gid[0], group->gr_name);
226 service first appeared in
231 service was implemented by