Home
last modified time | relevance | path

Searched refs:YP_INPUT_LEN (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/ypserv/common/
H A Dypdef.h36 #define YP_INPUT_LEN (sizeof(YP_INPUT_KEY)-1) macro
/openbsd/usr.sbin/ypserv/ypserv/
H A Dypserv_db.c110 if (key.dsize == YP_INPUT_LEN && in yp_private()
111 strncmp(key.dptr, YP_INPUT_KEY, YP_INPUT_LEN) == 0) in yp_private()