Home
last modified time | relevance | path

Searched refs:ptr4 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dtypeof-mods.c13 typeof(obj) *ptr4 = ptr; in test_spec()
27 typeof(obj) *ptr4 = ptr; in test_const()
39 typeof(obj) *ptr4 = ptr; in test_volatile()
53 typeof(obj) *ptr4 = ptr; in test_restrict()
67 typeof(obj) *ptr4 = ptr; in test_atomic()
82 typeof(obj) *ptr4 = ptr; in test_bitwise()
96 typeof(obj) *ptr4 = ptr; in test_static()
110 typeof(obj) *ptr4 = ptr; in test_tls()
124 typeof(obj) *ptr4 = ptr; in test_nocast()
H A Dtypeof-noderef.c8 typeof(obj) *ptr4 = ptr; in test_noderef()
H A Dtypeof-safe.c10 typeof(obj) *ptr4 = ptr; in test_safe()
H A Dtypeof-addresspace.c10 typeof(obj) *ptr4 = ptr; /* check-should-pass */ in test_as()
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tell.c157 char *ptr1,*ptr2,*ptr3,*ptr4,*ptr5; in main() local
313 (ptr4 = strchr(ptr3+1,':')) && in main()
314 (ptr5 = strchr(ptr4+1,'\n'))) { in main()
318 *ptr4= 0; in main()
323 pagesPrinted = atoi(ptr4+1); in main()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c99 char ***ptr4; member
557 direct_cbdata.ptr4 = stkptr; in loaddirect_ldap()
790 char ***stkptr = temp->ptr4; in directmap_callback()
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c1849 int *ptr4; in unm_nic_do_ioctl() local
1941 ptr4 = (int *)up_data; in unm_nic_do_ioctl()
1942 *ptr4 = (int)pci_config_get32(conf_handle, data.off); in unm_nic_do_ioctl()