HomeSort by: relevance | last modified time | path
    Searched defs:lptr (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/libexec/talkd/
announce.c 103 char *bptr, *lptr, vis_user[sizeof(request->l_name) * 4]; local
145 lptr = line_buf[i];
146 while (*lptr != '\0' && lptr < (line_buf[i] + N_CHARS))
147 *(bptr++) = *(lptr++);
  /src/external/bsd/libarchive/dist/libarchive/test/
test_read_format_rar5.c 75 const signed int* lptr = (const signed int*) &data_ptr[i * 4]; local
81 /* *lptr is a value inside unpacked test file, val is the
84 if(i4le(lptr) != (uint32_t) val)
  /src/lib/libcurses/EXAMPLES/
view.c 74 static CURSES_CH_T **lptr; variable
237 for (lptr = &my_lines[0]; (lptr - my_lines) < MAXLINES; lptr++) {
267 *lptr = ch_dup(temp);
271 length = lptr - my_lines;
291 lptr = my_lines;
360 olptr = lptr;
362 if ((lptr - my_lines) < (length - LINES + 1))
363 lptr++
    [all...]
  /src/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c 101 uint32_t *lptr; local
389 lptr = (uint32_t *)&buffer[relbuf[i]];
391 dprintf(("(0x%04x, 0x%04x): ", *lptr, addrdiff));
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
auth_context.c 193 krb5_address *lptr = NULL, *rptr = NULL; local
215 lptr = &local_k_address;
237 lptr,
240 if (lptr)
241 krb5_free_address (context, lptr);
  /src/external/gpl3/binutils/dist/bfd/
vms-misc.c 102 unsigned char *lptr = ptr; local
124 while (lptr < ptr)
126 vms_debug (-level, "%c", (*lptr < 32) ? '.' : *lptr);
127 lptr++;
  /src/external/gpl3/binutils.old/dist/bfd/
vms-misc.c 102 unsigned char *lptr = ptr; local
124 while (lptr < ptr)
126 vms_debug (-level, "%c", (*lptr < 32) ? '.' : *lptr);
127 lptr++;
  /src/external/gpl3/gdb/dist/bfd/
vms-misc.c 102 unsigned char *lptr = ptr; local
124 while (lptr < ptr)
126 vms_debug (-level, "%c", (*lptr < 32) ? '.' : *lptr);
127 lptr++;
  /src/external/gpl3/gdb.old/dist/bfd/
vms-misc.c 102 unsigned char *lptr = ptr; local
124 while (lptr < ptr)
126 vms_debug (-level, "%c", (*lptr < 32) ? '.' : *lptr);
127 lptr++;
  /src/sbin/routed/
parms.c 172 char *p, *lptr; local
197 lptr = lbuf;
198 while (*lptr == ' ')
199 lptr++;
200 p = lptr+strlen(lptr)-1;
202 || (*p == ' ' && (p == lptr+1 || *(p-1) != '\\')))
204 if (*lptr == '\0' /* ignore null and comment lines */
205 || *lptr == '#')
210 if (strncasecmp("net", lptr, 3
    [all...]
  /src/bin/ksh/
misc.c 863 void **lptr, **hptr; local
871 hptr = lptr = base+n;
876 if (i < lptr) {
877 if ((c = (*f)(*i, *lptr)) == 0) {
878 lptr--;
879 swap2(i, lptr);
896 if (i == lptr) {
899 i = lptr += 1;
911 if (i == lptr) {
912 if (lptr-base >= lim-hptr)
    [all...]
  /src/external/bsd/pcc/dist/pcc/arch/i386/
local2.c 1022 lptr(NODE *p) function
1058 if ((q = lptr(p->n_left)))
1061 q = lptr(p->n_right);
1063 q = lptr(p);
  /src/external/bsd/pcc/dist/pcc/arch/i86/
local2.c 1042 lptr(NODE *p) function
1069 if ((q = lptr(p->n_left)))
1072 q = lptr(p->n_right);
1074 q = lptr(p);
  /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/
test-data.c 1132 char *lptr = line; local
1152 while (*lptr && !isspace((unsigned char)*lptr)) {
1153 lptr++;
1156 *lptr++ = 0;
1176 while (isspace((unsigned char)*lptr)) {
1177 lptr++;
1180 nfield = sscanf(lptr, "%63s %255s %u %31s %255s", cmdbuf,
1262 char *lptr = line; local
1285 while (*lptr && !isspace((unsigned char)*lptr))
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
config.c 1330 long *lptr; local
1386 lptr = (long *)((char *)dst + tab->off);
1388 rc = lutil_atolx( lptr, val, 0 );
1436 long *lptr; local
1487 lptr = (long *)((char *)src + tab->off);
1490 ptr += snprintf( ptr, sizeof( buf ) - ( ptr - buf ), "%ld", *lptr );
  /src/external/gpl3/binutils/dist/gas/config/
obj-coff.c 1436 struct line_no *lptr;
1439 lptr = (struct line_no *) coffsymbol (symbol_get_bfdsym (symp))->lineno;
1440 for (i = 0; lptr; lptr = lptr->next)
1442 lptr = (struct line_no *) coffsymbol (symbol_get_bfdsym (symp))->lineno;
1453 if (lptr->frag)
1454 lptr->l.u.offset += lptr->frag->fr_address / OCTETS_PER_BYTE;
1455 l[i] = lptr->l
1432 struct line_no *lptr; local
    [all...]
tc-tic54x.c 3094 char *lptr = line; local
3099 while (numexp < MAX_OPERANDS && !is_end_of_stmt (*lptr))
3104 while (is_whitespace (*lptr))
3105 ++lptr;
3106 op_start = lptr;
3107 while (paren_not_balanced || *lptr != ',')
3109 if (*lptr == '\0')
3119 if (*lptr == '(')
3121 else if (*lptr == ')')
3123 ++lptr;
4832 char *lptr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-coff.c 1438 struct line_no *lptr;
1441 lptr = (struct line_no *) coffsymbol (symbol_get_bfdsym (symp))->lineno;
1442 for (i = 0; lptr; lptr = lptr->next)
1444 lptr = (struct line_no *) coffsymbol (symbol_get_bfdsym (symp))->lineno;
1455 if (lptr->frag)
1456 lptr->l.u.offset += lptr->frag->fr_address / OCTETS_PER_BYTE;
1457 l[i] = lptr->l
1434 struct line_no *lptr; local
    [all...]
tc-tic54x.c 3094 char *lptr = line; local
3099 while (numexp < MAX_OPERANDS && !is_end_of_stmt (*lptr))
3104 while (is_whitespace (*lptr))
3105 ++lptr;
3106 op_start = lptr;
3107 while (paren_not_balanced || *lptr != ',')
3109 if (*lptr == '\0')
3119 if (*lptr == '(')
3121 else if (*lptr == ')')
3123 ++lptr;
4832 char *lptr; local
    [all...]
  /src/external/mpl/dhcp/dist/server/
mdb.c 1931 LEASE_STRUCT_PTR lptr[RESERVED_LEASES+1]; local
1938 lptr[FREE_LEASES] = &pool->free;
1939 lptr[ACTIVE_LEASES] = &pool->active;
1940 lptr[EXPIRED_LEASES] = &pool->expired;
1941 lptr[ABANDONED_LEASES] = &pool->abandoned;
1942 lptr[BACKUP_LEASES] = &pool->backup;
1943 lptr[RESERVED_LEASES] = &pool->reserved;
1947 if (!(LEASE_NOT_EMPTYP(lptr[i])))
1978 lease_reference(&lease, LEASE_GET_FIRSTP(lptr[i]), MDL);
1984 ltemp = LEASE_GET_NEXTP(lptr[i], lease)
2401 LEASE_STRUCT_PTR lptr[RESERVED_LEASES+1]; local
2845 LEASE_STRUCT_PTR lptr[RESERVED_LEASES+1]; local
2943 LEASE_STRUCT_PTR lptr[RESERVED_LEASES+1]; local
3158 LEASE_STRUCT_PTR lptr[RESERVED_LEASES+1]; local
    [all...]
failover.c 5707 LEASE_STRUCT_PTR lptr[RESERVED_LEASES+1]; local
5716 lptr[FREE_LEASES] = &p->free;
5717 lptr[ACTIVE_LEASES] = &p->active;
5718 lptr[EXPIRED_LEASES] = &p->expired;
5719 lptr[ABANDONED_LEASES] = &p->abandoned;
5720 lptr[BACKUP_LEASES] = &p->backup;
5721 lptr[RESERVED_LEASES] = &p->reserved;
5724 for (l = LEASE_GET_FIRSTP(lptr[i]);
5726 l = LEASE_GET_NEXTP(lptr[i], l)) {
  /src/sys/arch/sgimips/dev/
crmfb.c 928 int i, bail, tile_width, tlbptr, lptr, j, tx, shift, overhang; local
1073 lptr = 0;
1080 CRIME_RE_TLB_A + tlbptr + lptr,
1082 DPRINTF("%04x: %016"PRIx64"\n", tlbptr + lptr, reg);
1084 lptr += 8;
1090 CRIME_RE_TLB_A + tlbptr + lptr, reg);
1091 DPRINTF("%04x: %016"PRIx64"\n", tlbptr + lptr, reg);
  /src/external/bsd/openldap/dist/servers/lloadd/
config.c 2907 long *lptr; local
2955 lptr = (long *)( (char *)dst + tab->off );
2957 rc = lutil_atolx( lptr, val, 0 );
3009 long *lptr; local
3062 lptr = (long *)( (char *)src + tab->off );
3066 *lptr );
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 1500 struct internal_lineno lptr;
1526 bfd_coff_swap_lineno_in (symfile_bfd, rawptr, &lptr);
1530 if (L_LNNO32 (&lptr) && L_LNNO32 (&lptr) <= last_line)
1532 CORE_ADDR addr = lptr.l_addr.l_paddr;
1534 first_line + L_LNNO32 (&lptr),
1493 struct internal_lineno lptr; local
  /src/external/gpl3/gdb.old/dist/gdb/
coffread.c 1406 struct internal_lineno lptr;
1432 bfd_coff_swap_lineno_in (symfile_bfd, rawptr, &lptr);
1436 if (L_LNNO32 (&lptr) && L_LNNO32 (&lptr) <= last_line)
1438 CORE_ADDR addr = lptr.l_addr.l_paddr;
1440 first_line + L_LNNO32 (&lptr),
1399 struct internal_lineno lptr; local

Completed in 70 milliseconds

1 2