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

1 2 3

  /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++);
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)
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...]
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));
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);
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++;
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++;
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++;
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++;
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...]
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...]
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 1136 char *lptr = line; local
1156 while (*lptr && !isspace((unsigned char)*lptr)) {
1157 lptr++;
1160 *lptr++ = 0;
1180 while (isspace((unsigned char)*lptr)) {
1181 lptr++;
1184 nfield = sscanf(lptr, "%63s %255s %u %31s %255s", cmdbuf,
1266 char *lptr = line; local
1289 while (*lptr && !isspace((unsigned char)*lptr))
    [all...]

Completed in 96 milliseconds

1 2 3