/illumos-gate/usr/src/lib/libsmedia/library/inc/ |
H A D | smedia.h | 95 #define PASSWD 0x1000 macro 97 #define SM_WRITE_PROTECT_DISABLE (PASSWD|0x0) 98 #define SM_WRITE_PROTECT_NOPASSWD (PASSWD|0x2) 99 #define SM_WRITE_PROTECT_PASSWD (PASSWD|0x4) 100 #define SM_READ_WRITE_PROTECT (PASSWD|0x8) 101 #define SM_TEMP_UNLOCK_MODE (PASSWD|0x10) 102 #define SM_STATUS_UNKNOWN (PASSWD|0xFF)
|
/illumos-gate/usr/src/cmd/pwconv/ |
H A D | pwconv.c | 153 if (stat(PASSWD, &buf) < 0) { in main() 409 if (rename(PASSWD, OPASSWD) == -1) { in main() 415 if (rename(PASSTEMP, PASSWD) == -1) { in main() 417 if (link(OPASSWD, PASSWD) < 0) { in main() 428 if (unlink(PASSWD) || link(OPASSWD, PASSWD)) { in main() 439 if (unlink(PASSWD) || link(OPASSWD, PASSWD)) { in main() 455 if (unlink(PASSWD) || link(OPASSWD, PASSWD)) { in main() 464 (void) chmod(PASSWD, pwd_mode); in main()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getpw.c | 43 const char *PASSWD = "/etc/passwd"; variable 54 fp = fopen(PASSWD, "rF"); in getpw()
|
H A D | nss_dbdefs.c | 276 NSS_MK_GETXYDBOP(PASSWD, BYNAME, "passwd", "n"), 277 NSS_MK_GETXYDBOP(PASSWD, BYUID, "passwd", "u"), 289 NSS_MK_GETXYDBOPB(SHADOW, PASSWD, PASSWD_BYNAME, "shadow",
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ruserpass.c | 58 #define PASSWD 3 macro 73 "password", PASSWD, 134 case PASSWD: in rnetrc()
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | ruserpass.c | 60 #define PASSWD 3 macro 98 t->tokstr = "password"; t++->tval = PASSWD; in _ruserdata() 203 case PASSWD: in rnetrc()
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | ncgrpw.c | 640 if (asprintf(&buf, "%s%s", instroot, PASSWD) < 0) { in clpwnam() 643 strlen(instroot) + strlen(PASSWD), "buf"); in clpwnam() 717 if (asprintf(&buf, "%s%s", instroot, PASSWD) < 0) { in clpwuid() 719 strlen(instroot) + strlen(PASSWD), "buf"); in clpwuid()
|
H A D | pkglib.h | 364 #define PASSWD "/etc/passwd" macro
|
/illumos-gate/usr/src/lib/passwdutil/ |
H A D | files_attr.c | 159 if ((fp = fopen(PASSWD, "rF")) == NULL) in private_getpwnam_r() 1021 if (stat64(PASSWD, &stbuf) < 0) { in files_update_passwd() 1036 if ((src = fopen(PASSWD, "rF")) == NULL) { in files_update_passwd() 1073 if (link(PASSWD, OPASSWD) == -1) { in files_update_passwd() 1079 if (rename(PASSTEMP, PASSWD) == -1) { in files_update_passwd() 1085 (void) chmod(PASSWD, 0644); in files_update_passwd()
|
/illumos-gate/usr/src/cmd/ypcmd/mknetid/ |
H A D | mknetid.c | 93 static char PASSWD[] = "/etc/passwd"; /* default passwd database */ variable 98 static char *pwdfile = PASSWD; /* password file to parse */ 508 { 'p', PASSWD, &pwdfile },
|
/illumos-gate/usr/src/head/ |
H A D | shadow.h | 40 #define PASSWD "/etc/passwd" macro
|
/illumos-gate/usr/src/cmd/passmgmt/ |
H A D | passmgmt.c | 655 if (stat(PASSWD, &statbuf) < 0) in main() 1313 if (link(PASSWD, OPASSWD) == -1) in main() 1317 if (rename(PASSTEMP, PASSWD) == -1) { in main() 1318 if (link(OPASSWD, PASSWD)) in main() 1395 if (unlink(PASSWD) || link(OPASSWD, PASSWD)) in rec_pwd()
|
/illumos-gate/usr/src/lib/nsswitch/compat/common/ |
H A D | getpwent.c | 277 PASSWD,
|
H A D | compat_common.c | 704 if (strcmp(be->filename, PASSWD) == 0) { in validate_ids() 722 if (strcmp(be->filename, PASSWD) == 0) in validate_ids() 1264 } else if (strcmp(be->filename, PASSWD) == 0) {
|
/illumos-gate/usr/src/cmd/passwd/ |
H A D | passwd.c | 159 #define PASSWD "/etc/passwd" macro 1338 if ((pwfp = fopen(PASSWD, "r")) == NULL) in get_namelist_files()
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 910 PASSWD is entered, it loads the NEW-CONFIG-FILE as a new config 915 continuing. The option `--md5' tells GRUB that PASSWD is
|
H A D | grub.info | 2214 PASSWD is entered, it loads the NEW-CONFIG-FILE as a new config 2219 continuing. The option `--md5' tells GRUB that PASSWD is
|
/illumos-gate/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.scoped.in | 403 SCOPED_SYMBOL|SunOS_5.6|libc.so.1|PASSWD
|