Searched refs:YP_MASTER_KEY (Results 1 – 5 of 5) sorted by relevance
39 #define YP_MASTER_KEY "YP_MASTER_NAME" macro40 #define YP_MASTER_LEN (sizeof(YP_MASTER_KEY)-1)
306 key.dptr = YP_MASTER_KEY; in main()307 key.dsize = strlen(YP_MASTER_KEY); in main()
264 add_record(new_db, YP_MASTER_KEY, yp_master_name, FALSE); in create_database()267 add_record(new_db, YP_MASTER_KEY, myname, FALSE); in create_database()
117 strncmp(key.dptr, YP_MASTER_KEY, YP_MASTER_LEN) == 0) in yp_private()605 static char *master_key = YP_MASTER_KEY; in ypdb_get_master()
211 char keystr[] = YP_MASTER_KEY, *master = NULL; in add_master()