Home
last modified time | relevance | path

Searched defs:nameval (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcp_wrappers/
H A Denviron.c72 int putenv(char *nameval) in putenv()
138 static int addenv(char *nameval) in addenv()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_userhold.c103 char *nameval = kmem_zalloc(len + 2, KM_SLEEP); in dsl_dataset_user_hold_check() local