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

  /src/external/bsd/libbind/dist/include/isc/
irpmarshall.h 34 #define irp_marshall_pw __irp_marshall_pw macro
50 int irp_marshall_pw(const struct passwd *, char **, size_t *);
  /src/external/bsd/libbind/dist/irs/
irpmarshall.c 124 * int irp_marshall_pw(const struct passwd *pw, char **buffer, size_t *len)
137 irp_marshall_pw(const struct passwd *pw, char **buffer, size_t *len) { function
2268 irp_marshall_pw(pw, &b, &len);
2281 if (irp_marshall_pw(pw, &b, &len) != 0) {
2282 printf("irp_marshall_pw failed\n");

Completed in 30 milliseconds