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

/macosx-10.10.1/dtrace-147/test/tst/common/funcs/
H A Dtst.bcopy.d45 intp = (int *)ptr;
46 ret = (`max_ncpus == *intp) ? 0 : 1;
59 *intp, `max_ncpus);
/macosx-10.10.1/Security-57031.1.35/Security/include/securityd_client/
H A Dsec_xdr_sizeof.c66 sec_x_putlong(xdrs, intp)
68 int *intp;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurityd/lib/
H A Dsec_xdr_sizeof.c66 sec_x_putlong(xdrs, intp)
68 int *intp;
/macosx-10.10.1/MITKerberosShim-66/profile/
H A Dprof_init.c325 static int unpack_int32(prof_int32 *intp, unsigned char **bufpp,
329 *intp = load_32_be(*bufpp);
/macosx-10.10.1/Heimdal-398.1.2/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.10.1/remote_cmds-47/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.10.1/autofs-246/autofs_kext/
H A Dauto_subr.c807 getint(int *intp, uint8_t **inbufp, mach_msg_type_number_t *bytes_leftp) argument
813 memcpy(intp, *inbufp, sizeof (int));
/macosx-10.10.1/ntp-92/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.10.1/mDNSResponder-561.1.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.10.1/vim-55/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.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c8434 int *intp = (int *) op->ssth; local
8446 for (i = 0; i < (int)(MAX_SSTH_SIZE / sizeof(int)); i++, intp++)
8448 if (*intp)

Completed in 319 milliseconds