Searched refs:pw_gecos (Results 1 - 25 of 69) sorted by relevance

123

/macosx-10.9.5/emacs-92/emacs/nt/inc/
H A Dpwd.h13 char *pw_gecos; member in struct:passwd
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/
H A Dpwd.h58 /* $Copyright: * * Copyright 1998-2000 by the Massachusetts Institute of Technology. * * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, * provided that the above copyright notice appear in all copies and that * both that copyright notice and this permission notice appear in * supporting documentation, and that the name of M.I.T. not be used in * advertising or publicity pertaining to distribution of the software * without specific, written prior permission. Furthermore if you modify * this software you must label your software as modified software and not * distribute it in such a fashion that it might be confused with the * original MIT software. M.I.T. makes no representations about the * suitability of this software for any purpose. It is provided "as is" * without express or implied warranty. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * * Individual source code files are copyright MIT, Cygnus Support, * OpenVision, Oracle, Sun Soft, FundsXpress, and others. * * Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira, * and Zephyr are trademarks of the Massachusetts Institute of Technology * (MIT). No commercial use of these trademarks may be made without prior * written permission of MIT. * * "Commercial use" means use of a name in a product or other for-profit * manner. It does NOT prevent a commercial firm from referring to the MIT * trademarks in order to convey information (although in doing so, * recognition of their trademark status should be given). * $ */ /* $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/pwd.h,v 1.4 2005/01/10 19:10:48 snsimon Exp $ */ /* pwd.h -- struct passwd */ #ifndef __PWD__ #define __PWD__ #include <stat.h> /* passwd structure for passwd fields */ struct passwd { char *pw_name; char *pw_passwd; uid_t pw_uid; uid_t pw_gid; int pw_quota; char *pw_comment; char *pw_gecos; char *pw_dir; char *pw_shell; }; #endif /* __PWD__ *
1 /* $Copyright member in struct:passwd
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmypwd.h23 char *pw_gecos; member in struct:mypasswd
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModel/
H A DTableModelAppDelegate.py13 'gecos': pw.pw_gecos,
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DTableModelWithSearchAppDelegate.py13 'gecos': pw.pw_gecos,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModel/
H A DTableModelAppDelegate.py13 'gecos': pw.pw_gecos,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DTableModelWithSearchAppDelegate.py13 'gecos': pw.pw_gecos,
/macosx-10.9.5/Librpcsvc-23/
H A Dyppasswd.x60 string pw_gecos<>; /* in real life name */
/macosx-10.9.5/remote_cmds-41.90.1/rpc_yppasswdd.tproj/
H A Dyppasswdd_mkpw.c140 pw->pw_class, pw->pw_change, pw->pw_expire, pw->pw_gecos,
149 pw->pw_class, pw->pw_change, pw->pw_expire, pw->pw_gecos,
255 EXPAND(pw.pw_gecos);
269 if (!nogecos && badchars(argp->newpw.pw_gecos))
284 pw.pw_gecos = argp->newpw.pw_gecos;
288 for (n = 0, p = pw.pw_gecos; *p; p++)
294 strlen(pw.pw_gecos) + n + 1 + strlen(pw.pw_dir) + 1 +
H A Dyppasswd.h66 char *pw_gecos; member in struct:x_passwd
/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dyppasswdd_xdr.c81 if (!xdr_string(xdrs, &objp->pw_gecos, ~0)) {
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dfullname.c83 for (cp = pwd->pw_gecos; (ch = *(unsigned char *) cp) != 0; cp++) {
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/MutableTableModel/
H A DTableModelAppDelegate.py14 'gecos': pw.pw_gecos,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/MutableTableModel/
H A DTableModelAppDelegate.py14 'gecos': pw.pw_gecos,
/macosx-10.9.5/system_cmds-597.90.1/chpass.tproj/
H A Dpw_copy.c114 pw->pw_class, pw->pw_change, pw->pw_expire, pw->pw_gecos,
123 pw->pw_class, pw->pw_change, pw->pw_expire, pw->pw_gecos,
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chpass.tproj/
H A Dpw_copy.c114 pw->pw_class, pw->pw_change, pw->pw_expire, pw->pw_gecos,
123 pw->pw_class, pw->pw_change, pw->pw_expire, pw->pw_gecos,
/macosx-10.9.5/system_cmds-597.90.1/chkpasswd.tproj/
H A Dfile_passwd.c71 if (pw.pw_gecos != NULL) free(pw.pw_gecos);
72 pw.pw_gecos = NULL;
103 pw.pw_gecos = tokens[i++];
202 newpw->pw_gecos, newpw->pw_dir, newpw->pw_shell);
211 newpw->pw_uid, newpw->pw_gid, newpw->pw_gecos,
H A Dnis_passwd.c153 pwent->pw_gecos = "";
174 pwent->pw_gecos = p;
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chkpasswd.tproj/
H A Dfile_passwd.c71 if (pw.pw_gecos != NULL) free(pw.pw_gecos);
72 pw.pw_gecos = NULL;
103 pw.pw_gecos = tokens[i++];
202 newpw->pw_gecos, newpw->pw_dir, newpw->pw_shell);
211 newpw->pw_uid, newpw->pw_gid, newpw->pw_gecos,
H A Dnis_passwd.c153 pwent->pw_gecos = "";
174 pwent->pw_gecos = p;
/macosx-10.9.5/system_cmds-597.90.1/passwd.tproj/
H A Dfile_passwd.c58 free(pw.pw_gecos);
101 pw.pw_gecos = tokens[j++];
164 newpw->pw_gecos,
226 newpw.pw_gecos = strdup(pw->pw_gecos);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/passwd.tproj/
H A Dfile_passwd.c58 free(pw.pw_gecos);
101 pw.pw_gecos = tokens[j++];
164 newpw->pw_gecos,
226 newpw.pw_gecos = strdup(pw->pw_gecos);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/shell-backends/
H A Dpasswd-shell.c175 * cn = pw_gecos (second common name)
201 if ( pw->pw_gecos != NULL && *pw->pw_gecos != '\0' ) {
202 attr->lda_values[ 1 ] = estrdup( pw->pw_gecos );
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dbogus.c77 pass_bogus.pw_gecos=&dummy[0];
104 pass_bogus.pw_gecos=&dummy[0];
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dpwd.h91 char *pw_gecos; /* Honeywell login info */ member in struct:passwd

Completed in 124 milliseconds

123