Searched refs:modenames (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/include/arpa/ |
| HD | ftp.h | 87 char *modenames[] = {"0", "Stream", "Block", "Compressed" }; variable
|
| /freebsd-14-stable/contrib/lua/src/ |
| HD | liolib.c | 699 static const char *const modenames[] = {"set", "cur", "end", NULL}; in f_seek() local 701 int op = luaL_checkoption(L, 2, "cur", modenames); in f_seek() 718 static const char *const modenames[] = {"no", "full", "line", NULL}; in f_setvbuf() local 720 int op = luaL_checkoption(L, 2, NULL, modenames); in f_setvbuf()
|
| /freebsd-14-stable/crypto/heimdal/appl/ftp/ftpd/ |
| HD | ftpd.c | 1628 strunames[stru], modenames[mode]); in statcmd()
|
| /freebsd-14-stable/libexec/ftpd/ |
| HD | ftpd.c | 2417 strunames[stru], modenames[mode]); in statcmd()
|