Searched refs:lcp (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dnlist.c244 struct load_command *load_commands, *lcp; local
262 lcp = load_commands;
264 if (lcp->cmdsize % sizeof(uint32_t) != 0 ||
265 lcp->cmdsize <= 0 ||
266 (char *)lcp + lcp->cmdsize >
271 if (lcp->cmd == LC_SYMTAB) {
272 if (lcp->cmdsize !=
277 stp = (struct symtab_command *)lcp;
280 lcp
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c138 struct load_command *lcp,
158 struct linkedit_data_command *lcp,
168 struct encryption_info_command *lcp,
220 struct dylinker_command *lcp,
499 struct load_command *lcp; local
645 lcp = (struct load_command *)(addr + offset);
647 offset += lcp->cmdsize;
658 lcp->cmdsize < sizeof(struct load_command) ||
668 switch(lcp->cmd) {
682 ret = load_segment(lcp,
936 load_segment( struct load_command *lcp, uint32_t filetype, void * control, off_t pager_offset, off_t macho_size, struct vnode *vp, vm_map_t map, int64_t slide, load_result_t *result ) argument
1419 load_dylinker( struct dylinker_command *lcp, integer_t archbits, vm_map_t map, thread_t thread, int depth, int64_t slide, load_result_t *result ) argument
1562 load_code_signature( struct linkedit_data_command *lcp, struct vnode *vp, off_t macho_offset, off_t macho_size, cpu_type_t cputype, load_result_t *result) argument
1751 struct load_command *lcp = (struct load_command *)(addr + offset); local
[all...]
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_macro.c59 char *lcp; local
62 for (lcp = str; *lcp; ++lcp) {
63 switch (*lcp) {
68 /* lcp+1 must be a space, and following char is the value */
69 return lcp + 2;
74 return lcp + 1;
81 return lcp;
/macosx-10.10.1/BerkeleyDB-21/db/hash/
H A Dhash.c1856 HASH_CURSOR *hcp, *lcp; local
1911 lcp = (HASH_CURSOR *)cp->internal;
1912 if (F_ISSET(lcp, H_DELETED) &&
1913 hcp->pgno == lcp->pgno &&
1914 hcp->indx == lcp->indx &&
1915 order <= lcp->order &&
1916 (!is_dup || hcp->dup_off == lcp->dup_off) &&
1917 !MVCC_SKIP_CURADJ(cp, lcp->pgno))
1918 order = lcp->order + 1;
1934 lcp
[all...]
H A Dhash_rec.c1086 HASH_CURSOR *lcp; local
1108 lcp = (HASH_CURSOR *)cp->internal;
1112 if (lcp->pgno != argp->new_pgno ||
1113 MVCC_SKIP_CURADJ(cp, lcp->pgno))
1115 if (lcp->indx != indx ||
1116 !F_ISSET(lcp, H_DELETED) ||
1117 lcp->order >= order) {
1118 lcp->pgno = argp->old_pgno;
1119 if (lcp->indx == indx)
1120 lcp
[all...]
/macosx-10.10.1/remote_cmds-47/tftp.tproj/
H A Dmain.c443 char *lcp; local
450 lcp = argv[argc - 1];
451 targ = rindex(lcp, ':');
453 if (lcp[0] == '[' && lcp[strlen(lcp) - 1] == ']') {
454 lcp[strlen(lcp) - 1] = '\0';
455 lcp++;
457 setpeer0(lcp, NUL
552 char *lcp; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/
H A Dkernel_mach_header.c77 struct load_command *lcp; local
80 lcp = (struct load_command *) (mhp + 1);
82 if(lcp->cmd == cmd) {
83 return (void *)lcp;
86 lcp = (struct load_command *)((uintptr_t)lcp + lcp->cmdsize);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dproto-ldap.h48 void ldap_back_release_conn_lock( ldapinfo_t *li, ldapconn_t **lcp, int dolock );
50 int ldap_back_dobind( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok );
51 int ldap_back_retry( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok );
H A Dextended.c113 ldapconn_t **lcp )
117 ldapconn_t *lc = *lcp;
290 *lcp = NULL;
300 ldapconn_t **lcp )
304 ldapconn_t *lc = *lcp;
398 *lcp = NULL;
H A Dbind.c1186 ldapconn_t **lcp,
1190 ldapconn_t *lc = *lcp;
1200 *lcp = NULL;
1298 ldapconn_t **lcp,
1319 assert( lcp != NULL );
1323 assert( *lcp == NULL );
1329 *lcp = lc;
1332 lc = *lcp;
1537 *lcp = NULL;
1569 ldap_back_release_conn_lock( li, lcp, doloc
1184 ldap_back_release_conn_lock( ldapinfo_t *li, ldapconn_t **lcp, int dolock ) argument
1297 ldap_back_dobind_int( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok, int retries, int dolock ) argument
1589 ldap_back_dobind( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok ) argument
1979 ldap_back_retry( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok ) argument
[all...]
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkclist_main.c410 struct load_command *lcp; local
437 lcp = (struct load_command *)(void *)(mhp64 + 1);
441 lcp = (struct load_command *)(void *)(mhp + 1);
445 if (lcp->cmd == LC_UUID) {
446 uuid_cmd = (struct uuid_command *)lcp;
449 lcp = (struct load_command *)((uintptr_t)lcp + lcp->cmdsize);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dadjust.tcl718 set lcp [::textutil::string::longestCommonPrefixList $ne]
720 if {[string length $lcp] == 0} {return $text}
722 regexp {^([ ]*)} $lcp -> lcp
724 if {[string length $lcp] == 0} {return $text}
726 set len [string length $lcp]
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dutils.c94 #include "lcp.h"
915 unsigned char *lcp = p + PPP_HDRLEN; local
916 int l = (lcp[2] << 8) + lcp[3];
917 if ((lcp[0] == ECHOREQ || lcp[0] == ECHOREP
919 || lcp[0] == TIMEREMAINING
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp7808 struct load_command * lcp; local
7823 lcp = (struct load_command *) (temp_kext_mach_hdr + 1);
7825 if (lcp->cmd == LC_SEGMENT_KERNEL) {
7829 segp = (kernel_segment_command_t *) lcp;
7853 lcp = (struct load_command *)((caddr_t)lcp + lcp->cmdsize);
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcomplist.c1871 singlecalc(int *cp, int l, int *lcp) argument
1887 *lcp = 1;
1890 *lcp = 0;
/macosx-10.10.1/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit11684 lcp. �a # ---> 9-3v0^9v 0

Completed in 588 milliseconds