Searched refs:inputstr (Results 1 – 5 of 5) sorted by relevance
| /src/sys/kern/ |
| H A D | kern_rctl.c | 1536 rctl_read_inbuf(char **inputstr, const char *inbufp, size_t inbuflen) in rctl_read_inbuf() argument 1555 *inputstr = str; in rctl_read_inbuf() 1617 char *inputstr; in sys_rctl_get_racct() local 1627 error = rctl_read_inbuf(&inputstr, uap->inbufp, uap->inbuflen); in sys_rctl_get_racct() 1632 error = rctl_string_to_rule(inputstr, &filter); in sys_rctl_get_racct() 1633 free(inputstr, M_RCTL); in sys_rctl_get_racct() 1711 char *inputstr, *buf; in sys_rctl_get_rules() local 1722 error = rctl_read_inbuf(&inputstr, uap->inbufp, uap->inbuflen); in sys_rctl_get_rules() 1727 error = rctl_string_to_rule(inputstr, &filter); in sys_rctl_get_rules() 1728 free(inputstr, M_RCTL); in sys_rctl_get_rules() [all …]
|
| /src/contrib/dialog/po/ |
| H A D | POTFILES.in | 15 inputstr.c
|
| /src/gnu/lib/libdialog/ |
| H A D | Makefile | 7 help.c inputbox.c inputstr.c menubox.c mixedform.c \
|
| /src/contrib/dialog/ |
| H A D | CHANGES | 761 use within inputstr.c, since there are paths in textbox widget which 1077 + use unctrl() to make inputstr.c work with Solaris curses. 1313 + improve cache performance for inputstr.c using tsearch() rather than 1831 + rewrote inputstr.c, allowing it to enter and display wide-characters.
|
| /src/usr.sbin/bsdconfig/share/ |
| H A D | dialog.subr | 1804 # Obtain the inputstr entered by the user from the most recently displayed
|