| /trueos/sbin/routed/ |
| HD | parms.c | 168 char *p, *lptr; in gwkludge() local 193 lptr = lbuf; in gwkludge() 194 while (*lptr == ' ') in gwkludge() 195 lptr++; in gwkludge() 196 p = lptr+strlen(lptr)-1; in gwkludge() 198 || (*p == ' ' && (p == lptr+1 || *(p-1) != '\\'))) in gwkludge() 200 if (*lptr == '\0' /* ignore null and comment lines */ in gwkludge() 201 || *lptr == '#') in gwkludge() 206 if (strncasecmp("net", lptr, 3) in gwkludge() 207 && strncasecmp("host", lptr, 4)) { in gwkludge() [all …]
|
| /trueos/libexec/talkd/ |
| HD | announce.c | 101 char *bptr, *lptr, *vis_user; in print_mesg() local 144 lptr = line_buf[i]; in print_mesg() 145 while (*lptr != '\0') in print_mesg() 146 *(bptr++) = *(lptr++); in print_mesg()
|
| /trueos/release/picobsd/tinyware/msh/ |
| HD | sh4.c | 654 char *lptr, *hptr; local 665 hptr = lptr = base+n; 669 if (i < lptr) { 670 if ((c = (*func)(i, lptr)) == 0) { 671 glob2(i, lptr -= v2); 687 if (i == lptr) { 689 i = lptr += v2; 702 if (i == lptr) { 703 if (lptr-base >= lim-hptr) { 705 lim = lptr; [all …]
|
| /trueos/contrib/binutils/gas/config/ |
| HD | 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()
|
| /trueos/crypto/heimdal/lib/krb5/ |
| HD | auth_context.c | 164 krb5_address *lptr = NULL, *rptr = NULL; in krb5_auth_con_genaddrs() local 186 lptr = &local_k_address; in krb5_auth_con_genaddrs() 208 lptr, in krb5_auth_con_genaddrs() 211 if (lptr) in krb5_auth_con_genaddrs() 212 krb5_free_address (context, lptr); in krb5_auth_con_genaddrs()
|
| /trueos/contrib/ntp/ntpd/ |
| HD | ntp_intres.c | 976 char **lptr in nexttoken() argument 982 cp = *lptr; in nexttoken() 994 *lptr = cp; in nexttoken() 1015 *lptr = cp; in nexttoken()
|
| /trueos/contrib/gdb/gdb/ |
| HD | coffread.c | 1344 struct internal_lineno lptr; in enter_linenos() local 1370 bfd_coff_swap_lineno_in (symfile_bfd, rawptr, &lptr); in enter_linenos() 1374 if (L_LNNO32 (&lptr) && L_LNNO32 (&lptr) <= last_line) in enter_linenos() 1375 record_line (current_subfile, first_line + L_LNNO32 (&lptr), in enter_linenos() 1376 lptr.l_addr.l_paddr in enter_linenos()
|
| /trueos/contrib/gdb/gdb/cli/ |
| HD | cli-script.c | 975 free_command_lines (struct command_line **lptr) in free_command_lines() argument 977 struct command_line *l = *lptr; in free_command_lines() 995 *lptr = NULL; in free_command_lines()
|
| /trueos/sys/contrib/ipfilter/netinet/ |
| HD | ip_fil.h | 148 lookupfunc_t lptr[2]; member 160 lookupfunc_t lptr[2]; member 178 #define iplookupfunc lptr[1]
|
| /trueos/sys/dev/isp/ |
| HD | isp.c | 6774 uint32_t *lptr = (uint32_t *)ptr; in isp_mbox_continue() local 6775 mbs.param[2] = lptr[0]; in isp_mbox_continue() 6776 mbs.param[3] = lptr[0] >> 16; in isp_mbox_continue() 6777 lptr++; in isp_mbox_continue() 6778 ptr = (uint16_t *)lptr; in isp_mbox_continue() 6792 uint32_t *lptr = (uint32_t *)ptr; in isp_mbox_continue() local 6795 *lptr++ = val; in isp_mbox_continue() 6796 ptr = (uint16_t *)lptr; in isp_mbox_continue()
|
| HD | isp_library.c | 2365 isp_find_pdb_by_wwn(ispsoftc_t *isp, int chan, uint64_t wwn, fcportdb_t **lptr) in isp_find_pdb_by_wwn() argument 2379 *lptr = lp; in isp_find_pdb_by_wwn() 2388 isp_find_pdb_by_loopid(ispsoftc_t *isp, int chan, uint32_t loopid, fcportdb_t **lptr) in isp_find_pdb_by_loopid() argument 2402 *lptr = lp; in isp_find_pdb_by_loopid() 2411 isp_find_pdb_by_sid(ispsoftc_t *isp, int chan, uint32_t sid, fcportdb_t **lptr) in isp_find_pdb_by_sid() argument 2428 *lptr = lp; in isp_find_pdb_by_sid()
|
| /trueos/contrib/binutils/opcodes/ |
| HD | ChangeLog-9899 | 403 (Ap): remove lptr. 404 (lptr): Remove.
|