Searched refs:lp (Results 76 - 100 of 316) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/rep/
H A Drep_log.c227 LOG *lp; local
235 lp = dblp->reginfo.primary;
280 * max of lp->lsn and the lsn from the message.
283 lsn = lp->ready_lsn;
307 if (IS_ZERO_LSN(lp->waiting_lsn))
308 lp->wait_ts = rep->max_gap;
574 LOG *lp; local
582 lp = dblp->reginfo.primary;
586 next_lsn = lp->ready_lsn;
604 IS_ZERO_LSN(lp
735 LOG *lp; local
[all...]
H A Drep_verify.c39 LOG *lp; local
48 lp = dblp->reginfo.primary;
70 logflag = IS_ZERO_LSN(lp->verify_lsn) ? DB_LAST : DB_SET;
87 lp->verify_lsn = lsn;
88 __os_gettime(env, &lp->rcvd_ts, 1);
89 lp->wait_ts = rep->request_gap;
138 LOG *lp; local
147 lp = dblp->reginfo.primary;
219 LOG_COMPARE(&rp->lsn, &lp->verify_lsn) == 0) ||
224 LOG_COMPARE(&rp->lsn, &lp
456 LOG *lp; local
[all...]
H A Drep_stat.c66 LOG *lp; local
74 lp = dblp->reginfo.primary;
136 stats->st_next_lsn = lp->ready_lsn;
137 stats->st_waiting_lsn = lp->waiting_lsn;
140 stats->st_max_lease_sec = (u_int32_t)lp->max_lease_ts.tv_sec;
142 (lp->max_lease_ts.tv_nsec / NS_PER_US);
146 stats->st_next_lsn = lp->lsn;
154 stats->st_max_perm_lsn = lp->max_perm_lsn;
435 LOG *lp; local
503 lp
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/lock/
H A Dlock_deadlock.c370 struct __db_lock *lp; local
408 SH_TAILQ_FOREACH(lp, &op->waiters, links, __db_lock) {
410 R_ADDR(&lt->reginfo, lp->holder);
411 if (lp->status == DB_LSTAT_WAITING) {
414 lp->status = DB_LSTAT_EXPIRED;
416 env, lp->mtx_lock);
548 SH_TAILQ_FOREACH(lp, &op->holders, links, __db_lock) {
549 lockerp = (DB_LOCKER *)R_ADDR(&lt->reginfo, lp->holder);
584 if (lp->status == DB_LSTAT_HELD)
593 lp
[all...]
H A Dlock_region.c173 struct __db_lock *lp; local
295 sizeof(struct __db_lock), &lp)) != 0)
297 lp->mtx_lock = MUTEX_INVALID;
298 lp->gen = 0;
299 lp->status = DB_LSTAT_FREE;
301 &part[j].free_locks, lp, links, __db_lock);
347 struct __db_lock *lp; local
380 while ((lp = SH_TAILQ_FIRST(
383 lp, links, __db_lock); local
384 __env_alloc_free(reginfo, lp);
[all...]
/macosx-10.10.1/autofs-246/automountlib/
H A Dns_files.c50 static int read_execout(const char *key, char **lp, char *fname, char *line,
85 char *lp, *lq; local
118 rc = read_execout(key, &lp, fname, ml->linebuf, LINESZ);
125 if (lp == NULL || strlen(ml->linebuf) == 0) {
141 lp = get_line(fp, fname, linebuf, sizeof (linebuf));
142 if (lp == NULL) {
146 if (verbose && syntaxok && isspace(*(uchar_t *)lp)) {
150 lp, mapname);
153 unquote(lp, lq);
154 if ((getword(word, wordq, &lp,
219 char *lp, *lq; local
607 read_execout(const char *key, char **lp, char *fname, char *line, int linesz) argument
[all...]
/macosx-10.10.1/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.1/screen-22/screen/
H A Dlogfile.c226 struct logfile **lp; local
228 for (lp = &logroot; *lp; lp = &(*lp)->next)
229 if (*lp == l)
232 if (!*lp)
240 *lp = l->next;
/macosx-10.10.1/sudo-73/src/
H A Dfixman.sh56 /^\[\\fB\\-[rt]\\fR\\ \\fI[rt][oy][lp]e\\fR/d
57 /^\\fB\\-[rt]\\fR \\fI[rt][oy][lp]e\\fR$/,/^\.TP 12n$/ {
104 /^[rt][oy][lp]e$/,/^\.TP 18n$/ {
/macosx-10.10.1/text_cmds-88/ed/
H A Dsub.c122 line_t *lp; local
127 lp = get_addressed_line_node(++current_addr);
128 if ((len = substitute_matching_text(pat, lp, gflag, kth)) < 0)
152 replace_marks(lp, get_addressed_line_node(current_addr));
170 substitute_matching_text(pattern_t *pat, line_t *lp, int gflag, int kth) argument
180 if ((txt = get_sbuf_line(lp)) == NULL)
183 NUL_TO_NEWLINE(txt, lp->len);
184 eot = txt + lp->len;
/macosx-10.10.1/BerkeleyDB-21/db/log/
H A Dlog_archive.c78 LOG *lp; local
88 lp = (LOG *)dblp->reginfo.primary;
98 if (lp->db_log_inmemory) {
266 LOG *lp; local
270 lp = env->lg_handle->reginfo.primary;
304 if (stable_lsn->file < lp->s_lsn.file ||
305 (stable_lsn->file == lp->s_lsn.file &&
306 stable_lsn->offset < lp->s_lsn.offset)) {
369 char **array, **arrayp, **list, **lp, *p, *real_name; local
415 for (lp
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffdump.c636 uint32 *lp = (uint32*)data; local
638 fprintf(fd, longfmt, sep, (unsigned long) *lp++);
644 int32 *lp = (int32*)data; local
646 fprintf(fd, slongfmt, sep, (long) *lp++), sep = " ";
650 uint32 *lp = (uint32*)data; local
652 if (lp[1] == 0)
654 (unsigned long) lp[0],
655 (unsigned long) lp[1]);
658 (double)lp[0] / (double)lp[
665 int32 *lp = (int32*)data; local
691 uint32 *lp = (uint32*)data; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dsubshell.c224 register struct Link *lp; local
227 for(lp=sp->svar; lp; lp = lp->next)
229 if(lp->node==np)
244 register struct Link *lp; local
264 for(lp=sp->svar; lp;lp
313 register struct Link *lp, *lq; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/port/
H A Dlcgen.c273 Language_t* lp; local
454 if (!(lp = (Language_t*)lookup(&state.language, b)))
469 ll->language = lp;
491 if (!(lp = newof(0, Language_t, 1, s - b + 1)))
496 b = (char*)(lp + 1);
497 lp->link.code = copy(&b, arg[0]);
498 lp->name = copy(&b, arg[1]);
499 lp->alternates = copy(&b, arg[2]);
501 lp->charset = 0;
502 else if (!(lp
[all...]
/macosx-10.10.1/vim-55/src/
H A Dmove.c38 static void topline_back __ARGS((lineoff_T *lp));
39 static void botline_forw __ARGS((lineoff_T *lp));
41 static void botline_topline __ARGS((lineoff_T *lp));
42 static void topline_botline __ARGS((lineoff_T *lp));
1569 * Add one line above "lp->lnum". This can be a filler line, a closed fold or
1570 * a (wrapped) text line. Uses and sets "lp->fill".
1571 * Returns the height of the added line in "lp->height".
1575 topline_back(lp)
1576 lineoff_T *lp;
1579 if (lp
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Drpcddb.c108 db_lists_t *lp; member in struct:__anon8059
530 PRIVATE void db_save_context(h, entry_handle, list_type, lp, pass)
534 db_lists_t *lp;
545 if (lp == NULL)
566 entp = (db_entry_t *) chp->lp;
580 entp = (db_entry_t *) lp;
592 chp->lp = lp;
607 entp = (db_entry_t *) chp->lp;
615 PRIVATE void db_get_context(h, entry_handle, list_type, lp, pas
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclLoadAix.c335 struct ld_info *lp; local
377 lp = (struct ld_info *)buf;
378 while (lp) {
379 if (lp->ldinfo_dataorg == mp->entry) {
380 ldp = ldopen(lp->ldinfo_filename, ldp);
383 if (lp->ldinfo_next == 0)
384 lp = NULL;
386 lp = (struct ld_info *)((char *)lp + lp
510 struct ld_info *lp; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadAix.c349 struct ld_info *lp; local
391 lp = (struct ld_info *)buf;
392 while (lp) {
393 if (lp->ldinfo_dataorg == mp->entry) {
394 ldp = ldopen(lp->ldinfo_filename, ldp);
397 if (lp->ldinfo_next == 0)
398 lp = NULL;
400 lp = (struct ld_info *)((char *)lp + lp
525 struct ld_info *lp; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadAix.c348 struct ld_info *lp; local
390 lp = (struct ld_info *)buf;
391 while (lp) {
392 if (lp->ldinfo_dataorg == mp->entry) {
393 ldp = ldopen(lp->ldinfo_filename, ldp);
396 if (lp->ldinfo_next == 0)
397 lp = NULL;
399 lp = (struct ld_info *)((char *)lp + lp
524 struct ld_info *lp; local
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-atalk.c96 register const struct LAP *lp; local
102 if (length < sizeof(*lp)) {
106 lp = (const struct LAP *)bp;
107 bp += sizeof(*lp);
108 length -= sizeof(*lp);
109 hdrlen = sizeof(*lp);
110 switch (lp->type) {
119 ataddr_string(0, lp->src), ddpskt_string(sdp->srcSkt));
121 ataddr_string(0, lp->dst), ddpskt_string(sdp->dstSkt));
125 ddp_print(bp, length, sdp->type, 0, lp
[all...]
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dxdr_float.c232 int32_t *lp;
277 lp = (int32_t *)&id;
278 return (XDR_PUTINT32(xdrs, lp++) && XDR_PUTINT32(xdrs, lp));
297 lp = (int32_t *)&id;
298 if (!XDR_GETINT32(xdrs, lp++) || !XDR_GETINT32(xdrs, lp))
/macosx-10.10.1/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.1/Libc-1044.1.2/locale/FreeBSD/
H A Dldpart.c154 __ldpart_free_extra(struct __xlocale_st_ldpart *lp) argument
156 if (lp)
157 free(lp->_locale_buf);
/macosx-10.10.1/apr-32/apr/apr/dso/aix/
H A Ddso.c510 struct ld_info *lp; local
548 lp = (struct ld_info *) buf;
549 while (lp) {
550 if ((unsigned long) mp->entry >= (unsigned long) lp->ldinfo_dataorg &&
551 (unsigned long) mp->entry < (unsigned long) lp->ldinfo_dataorg +
552 lp->ldinfo_datasize) {
553 dataorg = lp->ldinfo_dataorg;
554 ldp = ldopen(lp->ldinfo_filename, ldp);
557 if (lp->ldinfo_next == 0)
558 lp
674 struct ld_info *lp; local
[all...]
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dccformat122 ccformat -t file(s) | nroff -mindent | col | lp

Completed in 151 milliseconds

1234567891011>>