Home
last modified time | relevance | path

Searched refs:YP_INPUT_KEY (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/ypserv/common/
Dypdef.h35 #define YP_INPUT_KEY "YP_INPUT_FILE" macro
36 #define YP_INPUT_LEN (sizeof(YP_INPUT_KEY)-1)
/openbsd/src/usr.sbin/ypserv/makedbm/
Dmakedbm.c258 add_record(new_db, YP_INPUT_KEY, yp_input_file, FALSE); in create_database()
/openbsd/src/usr.sbin/ypserv/ypserv/
Dypserv_db.c111 strncmp(key.dptr, YP_INPUT_KEY, YP_INPUT_LEN) == 0) in yp_private()