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

  /src/external/bsd/libbind/dist/include/isc/
irpmarshall.h 42 #define irp_unmarshall_pw __irp_unmarshall_pw macro
51 int irp_unmarshall_pw(struct passwd *, char *);
  /src/external/bsd/libbind/dist/irs/
irp_pw.c 156 if (irp_unmarshall_pw(pw, body) != 0) {
204 if (irp_unmarshall_pw(pw, body) != 0) {
252 if (irp_unmarshall_pw(pw, body) != 0) {
311 * Deallocate all the memory irp_unmarshall_pw allocated.
irpmarshall.c 221 * int irp_unmarshall_pw(struct passwd *pw, char *buffer)
234 irp_unmarshall_pw(struct passwd *pw, char *buffer) { function
2254 if (irp_unmarshall_pw(pw, argv[1]) != 0) {

Completed in 16 milliseconds