Searched refs:intp (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/dtrace-118.1/test/tst/common/funcs/
H A Dtst.bcopy.d46 intp = (int *)ptr;
47 ret = (`kmem_flags == *intp) ? 0 : 1;
50 intp = (int *)ptr;
51 ret = (`max_ncpus == *intp) ? 0 : 1;
66 *intp, `kmem_flags);
69 *intp, `max_ncpus);
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Dsec_xdr_sizeof.c66 sec_x_putlong(xdrs, intp)
68 int *intp;
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Dsec_xdr_sizeof.c66 sec_x_putlong(xdrs, intp)
68 int *intp;
/macosx-10.9.5/MITKerberosShim-62.1/profile/
H A Dprof_init.c325 static int unpack_int32(prof_int32 *intp, unsigned char **bufpp,
329 *intp = load_32_be(*bufpp);
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dexterns.h280 void intp(void);
H A Dsys_bsd.c137 intp();
667 intp();
H A Dtelnet.c2298 intp(void) function
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dsys_bsd.c182 intp();
825 intp();
H A Dexterns.h253 intp(void),
H A Dtelnet.c2306 intp(void)
2297 intp(void) function
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_subr.c803 getint(int *intp, uint8_t **inbufp, mach_msg_type_number_t *bytes_leftp) argument
809 memcpy(intp, *inbufp, sizeof (int));
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_config.c513 int *intp = NULL; local
611 intp = list_ptr;
613 fprintf(df, " %s", keyword(*intp));
1052 intp = list_ptr;
1053 fprintf(df, " %d", *intp);
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/
H A Ddns-sd.c1707 Opaque16 intp = { { IntPortAsNumber >> 8, IntPortAsNumber & 0xFF } }; local
1709 err = DNSServiceNATPortMappingCreate(&client, 0, 0, prot, intp.NotAnInteger, extp.NotAnInteger, ttl, port_mapping_create_reply, NULL);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlpc.vim135 syn keyword lpc_efuns contained id_matrix implode in_edit in_input inherit_list inherits input_to interactive intp
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c8395 int *intp = (int *) op->ssth; local
8407 for (i = 0; i < (int)(MAX_SSTH_SIZE / sizeof(int)); i++, intp++)
8409 if (*intp)

Completed in 445 milliseconds