Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dckparam.c53 static int not_ascii(char *param, char *pt);
87 ret_val += not_ascii(param, value); in proc_name()
104 ret_val += not_ascii(param, token); in proc_arch()
120 ret_val += not_ascii(param, value); in proc_version()
177 not_ascii(char *param, char *pt) in not_ascii() function
/illumos-gate/usr/src/test/os-tests/tests/ddi_ufm/
H A Dufm-test.c364 uint8_t not_ascii[MAXPATHLEN]; in do_negative_ioctl_tests() local
372 not_ascii[i] = j; in do_negative_ioctl_tests()
374 not_ascii[i] = '\0'; in do_negative_ioctl_tests()
473 (void) strlcpy(ugc.ufmg_devpath, (char *)not_ascii, MAXPATHLEN); in do_negative_ioctl_tests()
560 (void) strlcpy(ubz.ufbz_devpath, (char *)not_ascii, MAXPATHLEN); in do_negative_ioctl_tests()
660 (void) strlcpy(urep.ufmr_devpath, (char *)not_ascii, MAXPATHLEN); in do_negative_ioctl_tests()