Searched refs:gr_name (Results 1 - 25 of 66) sorted by relevance

123

/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Dgrp.h26 /* Emacs uses only gr_name */
28 char *gr_name; /* group name */ member in struct:group
/macosx-10.9.5/emacs-92/emacs/nt/inc/
H A Dgrp.h26 /* Emacs uses only gr_name */
28 char *gr_name; /* group name */ member in struct:group
/macosx-10.9.5/NFS-81/showmount/
H A Dshowmount.h78 char gr_name[RPCMNT_NAMELEN+1]; member in struct:grouplist
H A Dshowmount.c337 strp = gp->gr_name;
504 printf(" %s", grp->gr_name);
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dgrp.h54 char *gr_name; /* [XBD] group name */ member in struct:group
/macosx-10.9.5/libarchive-29/libarchive/cpio/
H A Dcpio_windows.h53 char *gr_name; member in struct:group
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Did.c289 gname = (grp = getgrgid(group)) ? grp->gr_name : (char*)0;
318 sfprintf(sp, "%s", grp->gr_name);
319 else sfprintf(sp, "%u(%s)", grp->gr_gid, grp->gr_name);
334 putid(sp, flags, " egid", (grp = getgrgid(egid)) ? grp->gr_name : (char*)0, egid);
345 if (flags & O_FLAG) sfprintf(sp, "%s", grp->gr_name);
346 else sfprintf(sp, "%u(%s)", group, grp->gr_name);
384 if (flags & N_FLAG) sfprintf(sp, "%s", grp->gr_name);
399 sfprintf(sp, "%s", grp->gr_name);
/macosx-10.9.5/shell_cmds-175/id/
H A Did.c175 (void)printf("%s\n", gr->gr_name);
252 (void)printf("rgid\t%s\n", gr->gr_name);
319 (void)printf("(%s)", gr->gr_name);
328 (void)printf("(%s)", gr->gr_name);
337 printf("(%s)", gr->gr_name);
401 (void)printf(fmt, gr->gr_name);
/macosx-10.9.5/Librpcsvc-23/
H A Dmount.x128 name gr_name;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/user/unix/
H A Dgroupinfo.c57 *groupname = apr_pstrdup(p, gr->gr_name);
/macosx-10.9.5/apr-30/apr/apr/user/unix/
H A Dgroupinfo.c57 *groupname = apr_pstrdup(p, gr->gr_name);
/macosx-10.9.5/autofs-234/automountd/
H A Dmount_xdr.c240 if (!xdr_name(xdrs, &gn->gr_name))
266 gn->gr_name = NULL;
274 if (!xdr_name(xdrs, &gn->gr_name))
299 if (!xdr_name(xdrs, &gn->gr_name))
/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/
H A Did.c185 printf ("%s", grp->gr_name);
247 printf ("(%s)", grp->gr_name);
266 printf ("(%s)", grp->gr_name);
290 printf ("(%s)", grp->gr_name);
H A Dfinfo.c269 owner = gr ? gr->gr_name : "unknown";
352 printf("%s\n", gr ? gr->gr_name : "unknown");
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dfmtgid.c80 name = gr->gr_name;
/macosx-10.9.5/procmail-14/procmail/src/
H A Drecommend.c42 printf("chgrp %s %s %s\n",grp->gr_name,argv[1],argv[2]);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dgetgrent.c138 debug("gr_name: %s", grp->gr_name);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dgroupaccess.c103 groups_byname[j++] = xstrdup(gr->gr_name);
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dpwcache.c110 cp->name = strdup(gr ? gr->gr_name : nbuf);
/macosx-10.9.5/sudo-72/src/
H A Dpwutil.c477 FIELD_SIZE(gr, gr_name, nsize);
510 FIELD_COPY(gr, newgr, gr_name, nsize);
571 (unsigned int) gid, key.d.gr->gr_name);
644 gr->gr_name = (char *)(gritem + 1);
645 memcpy(gr->gr_name, group, namelen + 1);
658 gritem->cache.k.name = gr->gr_name;
H A Dtsgetgrpw.c237 gr.gr_name = cp;
276 if (strcmp(gr->gr_name, name) == 0)
H A Dlogging.c296 runas_gr ? runas_gr->gr_name : "", user_host);
770 len += sizeof(LL_GROUP_STR) + 2 + strlen(runas_gr->gr_name);
825 strlcat(line, runas_gr->gr_name, len) >= len ||
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddict_unix.c140 grp->gr_name, grp->gr_passwd, (long) grp->gr_gid);
/macosx-10.9.5/file_cmds-230/pax/
H A Dcache.c293 return(gr->gr_name);
295 (void)strlcpy(ptr->name, gr->gr_name, sizeof(ptr->name));
/macosx-10.9.5/file_cmds-230/mtree/
H A Dcreate.c201 output(indent, &offset, "gname=%s", gr->gr_name);
381 (void)printf(" gname=%s", gr->gr_name);

Completed in 184 milliseconds

123