Searched refs:lp (Results 1 - 25 of 316) sorted by last modified time

1234567891011>>

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dprintf.c699 register char *lp; local
703 lp = str;
710 *lp++ = 0;
716 if (lp > str) {
718 lp--;
724 lp = str;
730 if (lp < strmax) {
731 *lp++ = c;
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dlockstat.c214 lockstat_probe_wrapper(int probe, uintptr_t lp, int rwflag) argument
220 (*lockstat_probe)(id, (uintptr_t)lp, (uint64_t)rwflag, 0,0,0);
/macosx-10.10/system_cmds-643.1.1/arch.tproj/
H A Darch.c510 size_t lp, ln; local
544 lp = 1;
546 lp = strlen(p);
553 if(lp + ln + 2 > sizeof(buf)) {
557 bcopy(p, buf, lp);
558 buf[lp] = '/';
559 bcopy(name, buf + lp + 1, ln);
560 buf[lp + ln + 1] = '\0';
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dmain.c1412 struct protocol_list *lp; local
1414 for (lp = protocol_list; lp->proto != 0; ++lp)
1415 if (proto == lp->proto)
1416 return lp->name;
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli1806 (** [set_cleanup lp] sets the cleanup flag in the [landingpad]instruction.
1810 (** [add_clause lp clause] adds the clause to the [landingpad]instruction.
/macosx-10.10/dyld-353.2.1/src/
H A Ddyld.cpp1659 for(const char* const* lp = sEnv.DYLD_VERSIONED_LIBRARY_PATH; *lp != NULL; ++lp) {
1660 checkDylibOverridesInDir(*lp);
2864 for(const char* const* lp = libraryPaths; *lp != NULL; ++lp) {
2865 char libpath[strlen(*lp)+libraryLeafNameLen+8];
2866 strcpy(libpath, *lp);
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dsec_xdrmem.c150 sec_xdrmem_getlong_aligned(xdrs, lp)
152 long_callback_ptr_t lp;
157 if (lp) *lp = ntohl(*(u_int32_t *)xdrs->x_private);
163 sec_xdrmem_putlong_aligned(xdrs, lp)
165 const long_callback_ptr_t lp;
170 if (lp) *(u_int32_t *)xdrs->x_private = htonl((u_int32_t)*lp);
176 sec_xdrmem_getlong_unaligned(xdrs, lp)
178 long_callback_ptr_t lp;
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_mul.c449 BN_ULONG ll,lc,*lp,*mp; local
517 lp= &(t[n2+n]);
518 c1=(int)(bn_add_words(lp,&(r[0]),&(l[0]),n));
523 lp= &(r[0]);
527 neg=(int)(bn_sub_words(&(t[n2]),lp,&(t[0]),n));
530 bn_add_words(&(t[n2]),lp,&(t[0]),n);
540 lp= &(t[n2+n]);
543 lp[i]=((~mp[i])+1)&BN_MASK2;
561 lp= &(t[n2]);
562 c1= (int)(bn_add_words(lp,
[all...]
H A Dbn_print.c127 BN_ULONG *bn_data=NULL,*lp; local
141 lp=bn_data;
153 *lp=BN_div_word(t,BN_DEC_CONV);
154 lp++;
156 lp--;
160 sprintf(p,BN_DEC_FMT1,(unsigned long)*lp);
162 while (lp != bn_data)
164 lp--;
165 sprintf(p,BN_DEC_FMT2,(unsigned long)*lp);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DDecodedExtensions.cpp105 const uint8 *lp = berValue.Data + 1;
106 uint8 len1 = *lp;
110 tv->value.Data = const_cast<uint8 *>(lp + 1);
122 lp++; // points to first length byte
125 len += *lp;
126 lp++;
129 tv->value.Data = const_cast<uint8 *>(lp);
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dsec_xdrmem.c150 sec_xdrmem_getlong_aligned(xdrs, lp)
152 long_callback_ptr_t lp;
157 if (lp) *lp = ntohl(*(u_int32_t *)xdrs->x_private);
163 sec_xdrmem_putlong_aligned(xdrs, lp)
165 const long_callback_ptr_t lp;
170 if (lp) *(u_int32_t *)xdrs->x_private = htonl((u_int32_t)*lp);
176 sec_xdrmem_getlong_unaligned(xdrs, lp)
178 long_callback_ptr_t lp;
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Ddest.c2355 if ((env = getenv("PRINTER")) != NULL && !strcmp(env, "lp"))
/macosx-10.10/cups-408/cups/packaging/
H A Dcups.spec.in199 /usr/bin/lp*
302 /usr/share/man/man1/lp.1.gz
338 %attr(0711,lp,sys) %dir /var/run/cups/certs
339 %attr(0710,lp,sys) %dir /var/spool/cups
340 %attr(1770,lp,sys) %dir /var/spool/cups/tmp
H A Dcups.list.in346 f 0555 root sys $BINDIR/lp systemv/lp
658 f 0444 root sys $MANDIR/man1/lp.$MAN1EXT man/lp.$MAN1EXT
/macosx-10.10/cups-408/cups/test/
H A D5.5-lp.sh3 # "$Id: 5.5-lp.sh 12078 2014-07-31 11:45:57Z msweet $"
5 # Test the lp command.
19 echo " lp testfile.pdf"
20 $VALGRIND ../systemv/lp testfile.pdf 2>&1
31 echo " lp -d Test3 -o fit-to-page testfile.jpg"
32 $VALGRIND ../systemv/lp -d Test3 -o fit-to-page testfile.jpg 2>&1
43 echo " lp -d Test1 -P 1-4 -o job-sheets=classified,classified testfile.pdf"
44 $VALGRIND ../systemv/lp -d Test1 -P 1-4 -o job-sheets=classified,classified testfile.pdf 2>&1
55 echo " lp -d Test1 testfile.jpg"
56 echo " lp
[all...]
/macosx-10.10/remote_cmds-47/telnetd.tproj/
H A Dtelnetd.c709 char *lp; local
711 if ((lp = getpty()) == NULL)
714 if ((pty = open(lp, 2)) >= 0) {
715 strlcpy(line,lp,sizeof(line));
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dmach_port.c1757 mach_port_limits_t *lp = (mach_port_limits_t *)info; local
1772 lp->mpl_qlimit = port->ip_messages.imq_qlimit;
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_output.c1284 u_int32_t *lp = (u_int32_t *)(void *)(opt + optlen); local
1287 *lp++ = htonl(TCPOPT_TSTAMP_HDR);
1288 *lp++ = htonl(tcp_now);
1289 *lp = htonl(tp->ts_recent);
1361 u_int32_t *lp; local
1380 lp = (u_int32_t *)(void *)bp;
1383 *lp++ = htonl(sack.start);
1384 *lp++ = htonl(sack.end);
/macosx-10.10/cups-408/cups/doc/
H A DMakefile86 help/man-lp.html \
/macosx-10.10/cups-408/cups/man/
H A DMakefile30 lp.$(MAN1EXT) \
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/xs/
H A Dppport.h5015 static char * DPPP_(my_sv_2pvbyte)(pTHX_ SV *sv, STRLEN *lp);
5018 extern char * DPPP_(my_sv_2pvbyte)(pTHX_ SV *sv, STRLEN *lp);
5030 DPPP_(my_sv_2pvbyte)(pTHX_ SV *sv, STRLEN *lp) argument
5033 return SvPV(sv,*lp);
5044 #define SvPVbyte(sv, lp) \
5046 ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pvbyte(sv, &lp))
5112 static char * DPPP_(my_sv_2pv_flags)(pTHX_ SV *sv, STRLEN *lp, I32 flags);
5115 extern char * DPPP_(my_sv_2pv_flags)(pTHX_ SV *sv, STRLEN *lp, I32 flags);
5127 DPPP_(my_sv_2pv_flags)(pTHX_ SV *sv, STRLEN *lp, I3 argument
5151 my_sv_pvn_force_flags(pTHX_ SV *sv, STRLEN *lp, I32 flags) argument
[all...]
/macosx-10.10/cups-408/cups/systemv/
H A DMakefile19 lp lpadmin lpinfo lpmove lpoptions lpstat
21 cupstestppd.o lp.o lpadmin.o lpinfo.o lpmove.o lpoptions.o \
105 $(INSTALL_BIN) lp $(BINDIR)
139 $(RM) $(BINDIR)/lp
221 # lp
224 lp: lp.o ../cups/$(LIBCUPS)
226 $(CC) $(LDFLAGS) -o lp lp.o $(LIBS)
/macosx-10.10/dtrace-147/libctf/
H A Dctf_lookup.c83 const ctf_lookup_t *lp; local
132 for (lp = fp->ctf_lookups; lp->ctl_prefix != NULL; lp++) {
133 if (lp->ctl_prefix[0] == '\0' ||
134 strncmp(p, lp->ctl_prefix, (size_t)(q - p)) == 0) {
135 for (p += lp->ctl_len; isspace(*p); p++)
144 if ((hp = ctf_hash_lookup(lp->ctl_hash, fp, p,
155 if (lp->ctl_prefix == NULL) {
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_ident.c825 dt_idhash_comp(const void *lp, const void *rp) argument
827 const dt_ident_t *lhs = *((const dt_ident_t **)lp);
H A Ddt_module.c143 dt_module_symcomp32(const void *lp, const void *rp) argument
145 Elf32_Sym *lhs = *((Elf32_Sym **)lp);
172 dt_module_symcomp64(const void *lp, const void *rp) argument
174 Elf64_Sym *lhs = *((Elf64_Sym **)lp);
469 dt_module_symcomp_macho(const void *lp, const void *rp) argument
471 struct nlist *lhs = *((struct nlist **)lp);
722 dt_module_symcomp_macho_64(const void *lp, const void *rp) argument
724 struct nlist_64 *lhs = *((struct nlist_64 **)lp);

Completed in 298 milliseconds

1234567891011>>