Searched refs:stv (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sbin/adjkerntz/ |
| H A D | adjkerntz.c | 73 struct timeval tv, *stv; in main() local 137 stv = NULL; in main() 267 stv = &tv; in main() 276 stv = NULL; in main() 281 if ( (init && stv != NULL) in main() 299 if ( (init && (stv != NULL || stz != NULL)) in main() 300 || (stz != NULL && stv == NULL) in main() 302 if (stv != NULL) { in main() 312 stv = &tv; in main() 314 if (settimeofday(stv, stz)) { in main()
|
| /freebsd/contrib/lua/src/ |
| H A D | llex.c | 141 TValue *stv = s2v(L->top.p++); /* reserve stack space for string */ in luaX_newstring() local 142 setsvalue(L, stv, ts); /* temporarily anchor the string */ in luaX_newstring() 143 luaH_finishset(L, ls->h, stv, o, stv); /* t[string] = string */ in luaX_newstring()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zap_leaf.c | 48 stv(int len, void *addr, uint64_t value) in stv() function 348 stv(buf_int_len, p, value); in zap_leaf_array_read()
|
| /freebsd/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 2613 stv(int len, void *addr, uint64_t value) in stv() function 2660 stv(integer_size, p, value); in fzap_leaf_array()
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 16306 # From: Stephen Peterson <stv@utrecht.ow.nl>, 27 May 1995
|