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

123

/macosx-10.10/emacs-93/emacs/nt/inc/
H A Dpwd.h15 char *pw_shell; member in struct:passwd
/macosx-10.10/postfix-255/postfix/src/global/
H A Dmypwd.h25 char *pw_shell; member in struct:mypasswd
/macosx-10.10/system_cmds-643.1.1/chpass.tproj/
H A Dfield.c269 pw->pw_shell = p;
274 pw->pw_shell = strdup(_PATH_BSHELL);
278 if (!master_mode && pw->pw_shell && !ok_shell(pw->pw_shell)) {
279 warnx("%s: current shell non-standard", pw->pw_shell);
289 pw->pw_shell = strdup(p);
294 pw->pw_shell = dup_shell(p);
295 if (!pw->pw_shell) {
300 if (stat(pw->pw_shell, &sbuf) < 0) {
303 pw->pw_shell);
[all...]
H A Dpw_copy.c115 pw->pw_dir, pw->pw_shell);
124 pw->pw_dir, pw->pw_shell);
H A Dedit.c218 *pw->pw_shell ? pw->pw_shell : _PATH_BSHELL);
222 else if (ok_shell(pw->pw_shell))
228 else if ((!list[E_SHELL].restricted && ok_shell(pw->pw_shell)) ||
236 *pw->pw_shell ? pw->pw_shell : _PATH_BSHELL);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModel/
H A DTableModelAppDelegate.py15 'shell': pw.pw_shell,
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DTableModelWithSearchAppDelegate.py15 'shell': pw.pw_shell,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModel/
H A DTableModelAppDelegate.py15 'shell': pw.pw_shell,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DTableModelWithSearchAppDelegate.py15 'shell': pw.pw_shell,
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/TableModel/
H A DTableModelAppDelegate.py15 'shell': pw.pw_shell,
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DTableModelWithSearchAppDelegate.py15 'shell': pw.pw_shell,
/macosx-10.10/Librpcsvc-24/
H A Dyppasswd.x62 string pw_shell<>; /* default shell */
/macosx-10.10/procmail-14/procmail/src/
H A Dauthenticate.c139 np->pw_shell=cstr(np->pw_shell,op->pw_shell);
160 bbzero(p->pw_shell,strlen(p->pw_shell));
171 free(p->pw_name),free(p->pw_dir),free(p->pw_shell),free(p);
225 { return pass->pw->pw_shell;
/macosx-10.10/remote_cmds-47/rexecd.tproj/
H A Drexecd.c240 if (*pwd->pw_shell == '\0')
241 pwd->pw_shell = _PATH_BSHELL;
250 strncat(shell, pwd->pw_shell, sizeof(shell)-7);
252 cp = strrchr(pwd->pw_shell, '/');
256 cp = pwd->pw_shell;
257 execl(pwd->pw_shell, cp, "-c", cmdbuf, NULL);
258 perror(pwd->pw_shell);
/macosx-10.10/remote_cmds-47/rpc_yppasswdd.tproj/
H A Dyppasswdd_mkpw.c141 pw->pw_dir, pw->pw_shell);
150 pw->pw_dir, pw->pw_shell);
257 EXPAND(pw.pw_shell);
271 if (!nogecos && badchars(argp->newpw.pw_shell))
286 pw.pw_shell = argp->newpw.pw_shell;
295 strlen(pw.pw_shell) >= 1023)
H A Dyppasswd.h68 char *pw_shell; member in struct:x_passwd
H A Dpasswd.c295 && !strcmp(pw->pw_shell, buf_pw.pw_shell);
348 pw->pw_gecos, pw->pw_dir, pw->pw_shell);
360 pw->pw_shell);
431 if (!(pw->pw_shell = strsep(&bp, ":"))) /* shell */
434 p = pw->pw_shell;
/macosx-10.10/Libinfo-459/nis.subproj/
H A Dyppasswdd_xdr.c87 if (!xdr_string(xdrs, &objp->pw_shell, ~0)) {
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/MutableTableModel/
H A DTableModelAppDelegate.py16 'shell': pw.pw_shell,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/MutableTableModel/
H A DTableModelAppDelegate.py16 'shell': pw.pw_shell,
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/MutableTableModel/
H A DTableModelAppDelegate.py16 'shell': pw.pw_shell,
/macosx-10.10/system_cmds-643.1.1/chkpasswd.tproj/
H A Dfile_passwd.c75 if (pw.pw_shell != NULL) free(pw.pw_shell);
76 pw.pw_shell = NULL;
105 pw.pw_shell = tokens[i++];
202 newpw->pw_gecos, newpw->pw_dir, newpw->pw_shell);
212 newpw->pw_dir, newpw->pw_shell);
H A Dnis_passwd.c155 pwent->pw_shell = "";
178 pwent->pw_shell = p;
/macosx-10.10/system_cmds-643.1.1/passwd.tproj/
H A Dfile_passwd.c60 free(pw.pw_shell);
103 pw.pw_shell = tokens[j++];
166 newpw->pw_shell);
228 newpw.pw_shell = strdup(pw->pw_shell);
/macosx-10.10/system_cmds-643.1.1/pwd_mkdb.tproj/
H A Dpw_scan.c137 if (!(pw->pw_shell = strsep(&bp, ":"))) /* shell */
140 p = pw->pw_shell;

Completed in 174 milliseconds

123