Home
last modified time | relevance | path

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

/openbsd/usr.sbin/relayd/
H A Dconfig.c698 size_t styl; in config_getproto() local
709 styl = IMSG_DATA_SIZE(imsg) - s; in config_getproto()
711 if (styl > 0) { in config_getproto()
712 if ((proto->style = get_string(p + s, styl - 1)) == NULL) { in config_getproto()