Searched refs:lp (Results 151 - 175 of 316) sorted by relevance

1234567891011>>

/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/vim-55/src/proto/
H A Dmisc2.pro9 int inc __ARGS((pos_T *lp));
10 int incl __ARGS((pos_T *lp));
12 int dec __ARGS((pos_T *lp));
13 int decl __ARGS((pos_T *lp));
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dad.c232 LDAP *lp = CTX2LP(context); local
233 ldap_unbind(lp);
316 LDAP *lp; local
318 lp = ldap_init(servers[i].server, servers[i].port);
319 if (lp == NULL)
322 if (ldap_set_option(lp, LDAP_OPT_PROTOCOL_VERSION, &version)) {
323 ldap_unbind(lp);
327 if (ldap_set_option(lp, LDAP_OPT_REFERRALS, LDAP_OPT_OFF)) {
328 ldap_unbind(lp);
333 lret = ldap_tsasl_bind_s(lp, NUL
856 LDAP *lp = CTX2LP(context); local
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dbraces.c281 register int lr, lp, j; local
284 lp = strvec_len (partial);
286 result = strvec_resize (result, lp + lr + 1);
288 for (j = 0; j < lp; j++)
/macosx-10.10/gpatch-3/patch/
H A Dansi2knr.c530 char *lp = NULL; local
550 if ( !level ) lp = p;
569 if ( lp && rp )
570 writeblanks(lp + 1, rp);
/macosx-10.10/ntp-92/util/
H A Dansi2knr.c591 char *lp = NULL; local
611 if ( !level ) lp = p;
630 if ( lp && rp )
631 writeblanks(lp + 1, rp);
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_mul.c763 BN_ULONG ll,lc,*lp,*mp; local
831 lp= &(t[n2+n]);
832 c1=(int)(bn_add_words(lp,&(r[0]),&(l[0]),n));
837 lp= &(r[0]);
841 neg=(int)(bn_sub_words(&(t[n2]),lp,&(t[0]),n));
844 bn_add_words(&(t[n2]),lp,&(t[0]),n);
854 lp= &(t[n2+n]);
857 lp[i]=((~mp[i])+1)&BN_MASK2;
875 lp= &(t[n2]);
876 c1= (int)(bn_add_words(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...]
/macosx-10.10/rsync-45/rsync/
H A Dio.c112 static void flist_ndx_push(struct flist_ndx_list *lp, int ndx) argument
120 if (lp->tail)
121 lp->tail->next = item;
123 lp->head = item;
124 lp->tail = item;
127 static int flist_ndx_pop(struct flist_ndx_list *lp) argument
132 if (!lp->head)
135 ndx = lp->head->ndx;
136 next = lp->head->next;
137 free(lp
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap_pcid.c216 pmap_t lp; local
224 lp = cpu_datap(ccpu)->cpu_pcid_last_pmap_dispatched[pcid];
228 if (lp == tpmap)
/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/Libinfo-459/rpc.subproj/
H A Dxdr.c198 xdr_long(xdrs, lp)
201 int *lp;
203 long *lp;
208 return (XDR_PUTLONG(xdrs, lp));
210 return (XDR_GETLONG(xdrs, lp));
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-ospf.c570 register const u_int32_t *lp; local
650 lp = lsap->lsa_un.un_sla.sla_tosmetric;
651 while ((u_char *)lp < ls_end) {
654 TCHECK(*lp);
655 ul = EXTRACT_32BITS(lp);
661 ++lp;
667 lp = lsap->lsa_un.un_sla.sla_tosmetric;
668 while ((u_char *)lp < ls_end) {
671 TCHECK(*lp);
672 ul = EXTRACT_32BITS(lp);
[all...]
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.glob.c651 Char *lp, *rp, *ep; local
656 for (lp = cp; *lp != '\0' && *lp != '`'; lp++)
658 Strbuf_appendn(&word, cp, lp - cp);
659 if (*lp == 0)
661 lp++;
662 for (rp = lp; *rp && *rp != '`'; rp++)
673 ep = Strnsave(lp, r
[all...]
H A Dsh.func.c420 Char *lp; local
423 lp = globone(v[1], G_ERROR);
424 cleanup_push(lp, xfree);
426 gotolab(lp);
427 cleanup_until(lp);
458 Char *cp, *lp; local
469 lp = globone(cp, G_ERROR);
470 cleanup_push(lp, xfree);
472 search(TC_SWITCH, 0, lp);
473 cleanup_until(lp);
1370 Char *vp, *lp; local
1971 struct limits *lp, *res; local
1991 struct limits *lp; local
2017 getval(struct limits *lp, Char **v) argument
2129 plim(struct limits *lp, int hard) argument
2185 struct limits *lp; local
2223 setlim(struct limits *lp, int hard, RLIM_TYPE limit) argument
[all...]
H A Dsh.parse.c474 const struct wordent *lp, *rp; local
550 lp = 0;
559 if (lp != 0 && !specp)
561 lp = p->next;
635 if (lp != 0 && !specp) {
639 t->t_dspr = syn0(lp, rp, P_HERE);
/macosx-10.10/BerkeleyDB-21/db/env/
H A Denv_stat.c522 PIN_LIST *list, *lp; local
558 for (lp = list; lp < &list[ip->dbth_pinmax]; lp++) {
559 if (lp->b_ref == INVALID_ROFF)
562 &dbmp->reginfo[lp->region], lp->b_ref);
/macosx-10.10/BerkeleyDB-21/db/rep/
H A Drep_util.c330 LOG *lp; local
345 lp = dblp->reginfo.primary;
382 cntrl.log_version = lp->persist.version;
581 LOG *lp;
593 lp = dblp->reginfo.primary;
638 __os_gettime(env, &lp->rcvd_ts, 1);
639 lp->wait_ts = rep->request_gap;
640 ZERO_LSN(lp->verify_lsn);
641 ZERO_LSN(lp->waiting_lsn);
642 ZERO_LSN(lp
[all...]
H A Drep_backup.c833 LOG *lp; local
845 lp = dblp->reginfo.primary;
884 __os_gettime(env, &lp->rcvd_ts, 1);
885 lp->wait_ts = rep->request_gap;
886 ZERO_LSN(lp->ready_lsn);
887 ZERO_LSN(lp->verify_lsn);
888 ZERO_LSN(lp->waiting_lsn);
889 ZERO_LSN(lp->max_wait_lsn);
890 ZERO_LSN(lp->max_perm_lsn);
1137 LOG *lp; local
1694 LOG *lp; local
1885 LOG *lp; local
2394 LOG *lp; local
[all...]
/macosx-10.10/gnutar-453/gnutar/src/
H A Dcreate.c1395 struct link lp;
1400 lp.ino = st->stat.st_ino;
1401 lp.dev = st->stat.st_dev;
1403 if ((duplicate = hash_lookup (link_table, &lp)))
1441 struct link *lp = xmalloc (offsetof (struct link, name)
1443 lp->ino = st->stat.st_ino;
1444 lp->dev = st->stat.st_dev;
1445 lp->nlink = st->stat.st_nlink;
1446 strcpy (lp->name, st->orig_file_name);
1451 && (duplicate = hash_insert (link_table, lp))))
1387 struct link lp; local
1433 struct link *lp = xmalloc (offsetof (struct link, name) local
1457 struct link *lp; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_fax3.c373 long* lp; local
397 lp = (long*) cp;
401 *lp++ = 0L;
403 cp = (unsigned char*) lp;
432 lp = (long*) cp;
436 *lp++ = -1L;
438 cp = (unsigned char*) lp;
818 long* lp; local
828 lp = (long*) bp;
829 while ((bits >= (int32)(8 * sizeof(long))) && (0 == *lp)) {
877 long* lp; local
[all...]
/macosx-10.10/vim-55/src/
H A Dhangulin.c38 static void convert_ks_to_3 __ARGS((const char_u *src, int *fp, int *mp, int *lp));
1506 convert_ks_to_3(src, fp, mp, lp)
1510 int *lp;
1522 *lp = ks_table1[i][2];
1532 *lp = ks_table2[i][3];
1537 *lp = low;
H A Dmacros.h14 * pchar(lp, c) - put character 'c' at position 'lp'
16 #define pchar(lp, c) (*(ml_get_buf(curbuf, (lp).lnum, TRUE) + (lp).col) = (c))
/macosx-10.10/lsof-53/lsof/
H A Dproto.h105 _PROTOTYPE(extern int enter_str_lst,(char *opt, char *s, struct str_lst **lp,
108 _PROTOTYPE(extern void ent_inaddr,(unsigned char *la, int lp, unsigned char *fa, int fp, int af));
112 _PROTOTYPE(extern void free_lproc,(struct lproc *lp));
/macosx-10.10/ncurses-44/ncurses/test/
H A Dblue.c297 char live[NSUITS + 1], *lp = live; local
303 (void) printw(" %c ", *lp++ = 'a' + i);
306 *lp = '\0';

Completed in 204 milliseconds

1234567891011>>