| /openbsd-src/libexec/talkd/ |
| H A D | announce.c | 94 char *bptr, *lptr, vis_user[sizeof(request->l_name) * 4]; in print_mesg() local 138 lptr = line_buf[i]; in print_mesg() 139 while (*lptr != '\0') in print_mesg() 140 *(bptr++) = *(lptr++); in print_mesg()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | obj-coff.c | 1391 struct line_no *lptr; in coff_frob_symbol() local 1394 lptr = (struct line_no *) coffsymbol (symbol_get_bfdsym (symp))->lineno; in coff_frob_symbol() 1395 for (i = 0; lptr; lptr = lptr->next) in coff_frob_symbol() 1397 lptr = (struct line_no *) coffsymbol (symbol_get_bfdsym (symp))->lineno; in coff_frob_symbol() 1408 if (lptr->frag) in coff_frob_symbol() 1409 lptr->l.u.offset += lptr->frag->fr_address / OCTETS_PER_BYTE; in coff_frob_symbol() 1410 l[i] = lptr->l; in coff_frob_symbol() 1411 lptr = lptr->next; in coff_frob_symbol()
|
| H A D | tc-tic54x.c | 3360 char *lptr = line; local 3365 while (numexp < MAX_OPERANDS && !is_end_of_line[(int) *lptr]) 3370 while (*lptr && ISSPACE (*lptr)) 3371 ++lptr; 3372 op_start = lptr; 3373 while (paren_not_balanced || *lptr != ',') 3375 if (*lptr == '\0') 3385 if (*lptr == '(') 3387 else if (*lptr == ')') 3389 ++lptr; [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-tic54x.c | 3412 char *lptr = line; local 3417 while (numexp < MAX_OPERANDS && !is_end_of_line[(int) *lptr]) 3422 while (*lptr && ISSPACE (*lptr)) 3423 ++lptr; 3424 op_start = lptr; 3425 while (paren_not_balanced || *lptr != ',') 3427 if (*lptr == '\0') 3437 if (*lptr == '(') 3439 else if (*lptr == ')') 3441 ++lptr; [all …]
|
| H A D | obj-coff.c | 1327 struct line_no *lptr; local 1330 lptr = (struct line_no *) coffsymbol (symbol_get_bfdsym (symp))->lineno; 1331 for (i = 0; lptr; lptr = lptr->next) 1333 lptr = (struct line_no *) coffsymbol (symbol_get_bfdsym (symp))->lineno; 1344 if (lptr->frag) 1345 lptr->l.u.offset += lptr->frag->fr_address / OCTETS_PER_BYTE; 1346 l[i] = lptr->l; 1347 lptr = lptr->next;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | vms-misc.c | 91 unsigned char *lptr = ptr; in _bfd_hexdump() local 113 while (lptr < ptr) in _bfd_hexdump() 115 vms_debug (-level, "%c", (*lptr < 32)?'.':*lptr); in _bfd_hexdump() 116 lptr++; in _bfd_hexdump()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | vms-misc.c | 138 unsigned char *lptr = ptr; local 160 while (lptr < ptr) 162 vms_debug (-level, "%c", (*lptr < 32)?'.':*lptr); 163 lptr++;
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | coffread.c | 1347 struct internal_lineno lptr; in enter_linenos() local 1373 bfd_coff_swap_lineno_in (symfile_bfd, rawptr, &lptr); in enter_linenos() 1377 if (L_LNNO32 (&lptr) && L_LNNO32 (&lptr) <= last_line) in enter_linenos() 1378 record_line (current_subfile, first_line + L_LNNO32 (&lptr), in enter_linenos() 1379 lptr.l_addr.l_paddr in enter_linenos()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/ |
| H A D | ardi.c | 1198 stoppedProcListElement **lptr = &stopped_proc_list; in angel_RDI_OnTargetStopping() local 1201 for (; *lptr!=NULL ; lptr = &((*lptr)->next)) in angel_RDI_OnTargetStopping() 1204 *lptr = (stoppedProcListElement *) malloc(sizeof(stoppedProcListElement)); in angel_RDI_OnTargetStopping() 1205 if (*lptr == NULL) return RDIError_OutOfStore; in angel_RDI_OnTargetStopping() 1206 (*lptr)->fn = fn; in angel_RDI_OnTargetStopping() 1207 (*lptr)->arg = arg; in angel_RDI_OnTargetStopping()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/cli/ |
| H A D | cli-script.c | 987 free_command_lines (struct command_line **lptr) in free_command_lines() argument 989 struct command_line *l = *lptr; in free_command_lines() 1007 *lptr = NULL; in free_command_lines()
|
| /openbsd-src/sys/sys/ |
| H A D | tree.h | 940 _name##_RBT_COMPARE(const void *lptr, const void *rptr) \ 942 const struct _type *l = lptr, *r = rptr; \
|
| /openbsd-src/gnu/llvm/clang/bindings/python/clang/ |
| H A D | cindex.py | 2952 def visitor(fobj, lptr, depth, includes): argument 2954 loc = lptr.contents
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | ChangeLog-9899 | 403 (Ap): remove lptr. 404 (lptr): Remove.
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | ChangeLog-9899 | 403 (Ap): remove lptr. 404 (lptr): Remove.
|