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

  /src/usr.sbin/ypserv/revnetgroup/
parse_netgroup.c 67 char *l_groupname; /* Name of netgroup */ member in struct:linelist
149 free(olp->l_groupname);
192 if (!strcmp(group, lp->l_groupname))
207 warnx("Cycle in netgroup %s", lp->l_groupname);
271 lp->l_groupname);
319 lp->l_groupname = (char *)malloc(len + 1);
320 memmove(lp->l_groupname, spos, len);
321 *(lp->l_groupname + len) = '\0';
363 if (!strcmp(lp->l_groupname, group))
  /src/external/bsd/libbind/dist/irs/
lcl_ng.c 71 char * l_groupname; /*%< Name of netgroup */ member in struct:linelist
247 free(olp->l_groupname);
287 if (!strcmp(group, lp->l_groupname))
295 /*fprintf(stderr, "Cycle in netgroup %s\n", lp->l_groupname);*/
349 /*fprintf(stderr, "Bad netgroup %s at ..%s\n", lp->l_groupname,
385 if (!(lp->l_groupname = malloc(len + 1))) {
390 memcpy(lp->l_groupname, spos, len);
391 *(lp->l_groupname + len) = '\0';
411 free(lp->l_groupname);
441 if (!strcmp(lp->l_groupname, group)
    [all...]

Completed in 19 milliseconds