Searched refs:PERM_SECURE (Results 1 – 5 of 5) sorted by relevance
/freebsd/libexec/ypxfr/ |
H A D | yp_dbwrite.c | 49 #define PERM_SECURE (S_IRUSR|S_IWUSR) macro 71 dbp = dbopen(buf,flags ? flags : FLAGS,PERM_SECURE,DB_HASH,&openinfo); in yp_open_db_rw()
|
H A D | ypxfrd_getmap.c | 100 #define PERM_SECURE (S_IRUSR|S_IWUSR) macro 126 if ((fp = open(tmpname, O_RDWR|O_CREAT, PERM_SECURE)) == -1) { in ypxfrd_get_map()
|
/freebsd/usr.sbin/yp_mkdb/ |
H A D | yp_mkdb.c | 67 #define PERM_SECURE (S_IRUSR|S_IWUSR) macro 73 return(dbopen(path, flags, PERM_SECURE, DB_HASH, &openinfo)); in open_db()
|
/freebsd/usr.sbin/pwd_mkdb/ |
H A D | pwd_mkdb.c | 55 #define PERM_SECURE (S_IRUSR|S_IWUSR) macro 215 cp(sbuf2, sbuf, PERM_SECURE); in main() 217 O_RDWR|O_EXCL, PERM_SECURE, DB_HASH, &openinfo); in main() 280 O_RDWR|O_CREAT|O_EXCL, PERM_SECURE, DB_HASH, &openinfo); in main()
|
/freebsd/usr.sbin/ypserv/ |
H A D | yp_dblookup.c | 53 #define PERM_SECURE (S_IRUSR|S_IWUSR) macro 402 dbp = dbopen(buf, O_RDONLY, PERM_SECURE, DB_HASH, NULL); in yp_open_db()
|