Searched refs:PASSWD (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libsmedia/library/inc/
H A Dsmedia.h95 #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 Dpwconv.c156 if (stat(PASSWD, &buf) < 0) {
406 if (rename(PASSWD, OPASSWD) == -1) {
412 if (rename(PASSTEMP, PASSWD) == -1) {
414 if (link(OPASSWD, PASSWD) < 0) {
425 if (unlink(PASSWD) || link(OPASSWD, PASSWD)) {
436 if (unlink(PASSWD) || link(OPASSWD, PASSWD)) {
452 if (unlink(PASSWD) || link(OPASSWD, PASSWD)) {
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetpw.c45 const char *PASSWD = "/etc/passwd"; variable
56 fp = fopen(PASSWD, "rF");
H A Dnss_dbdefs.c276 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/head/
H A Dshadow.h40 #define PASSWD "/etc/passwd" macro
/illumos-gate/usr/src/lib/libsocket/inet/
H A Druserpass.c61 #define PASSWD 3 macro
99 t->tokstr = "password"; t++->tval = PASSWD;
194 case PASSWD:
/illumos-gate/usr/src/lib/libbc/libc/net/
H A Druserpass.c43 #define PASSWD 3 macro
84 t->tokstr = "password"; t++->tval = PASSWD;
169 case PASSWD:
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Druserpass.c60 #define PASSWD 3 macro
75 "password", PASSWD,
136 case PASSWD:
/illumos-gate/usr/src/lib/libpkg/common/
H A Dncgrpw.c640 if (asprintf(&buf, "%s%s", instroot, PASSWD) < 0) {
643 strlen(instroot) + strlen(PASSWD), "buf");
717 if (asprintf(&buf, "%s%s", instroot, PASSWD) < 0) {
719 strlen(instroot) + strlen(PASSWD), "buf");
H A Dpkglib.h386 #define PASSWD "/etc/passwd" macro
/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c92 static char PASSWD[] = "/etc/passwd"; /* default passwd database */ variable
97 static char *pwdfile = PASSWD; /* password file to parse */
507 { 'p', PASSWD, &pwdfile },
/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c155 if ((fp = fopen(PASSWD, "rF")) == NULL)
1016 if (stat64(PASSWD, &stbuf) < 0) {
1031 if ((src = fopen(PASSWD, "rF")) == NULL) {
1068 if (link(PASSWD, OPASSWD) == -1) {
1074 if (rename(PASSTEMP, PASSWD) == -1) {
1080 (void) chmod(PASSWD, 0644);
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c653 if (stat(PASSWD, &statbuf) < 0)
820 /* The while loop for reading PASSWD entries */
1017 /* Now we are done with PASSWD */
1311 if (link(PASSWD, OPASSWD) == -1)
1315 if (rename(PASSTEMP, PASSWD) == -1) {
1316 if (link(OPASSWD, PASSWD))
1393 if (unlink(PASSWD) || link(OPASSWD, PASSWD))
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dgetpwent.c53 #include <shadow.h> /* For PASSWD (pathname to passwd file) */
277 PASSWD,
H A Dcompat_common.c704 if (strcmp(be->filename, PASSWD) == 0) {
722 if (strcmp(be->filename, PASSWD) == 0)
1264 } else if (strcmp(be->filename, PASSWD) == 0) {
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c157 #define PASSWD "/etc/passwd" macro
1336 if ((pwfp = fopen(PASSWD, "r")) == NULL)
1340 * find out the actual number of entries in the PASSWD file

Completed in 94 milliseconds