Searched refs:stlen (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/lib/libtelnet/ |
| H A D | genget.c | 77 int stlen) in genget() argument 86 for (c = table; *c != 0; c = (char **)((char *)c + stlen)) { in genget()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | symtabs.c | 77 symtab_add(char *key, struct tree **first, int *tabs, int *stlen) in symtab_add() argument 90 *stlen += (len + 1); in symtab_add() 133 *stlen += (len + 1); in symtab_add()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | symtabs.c | 84 symtab_add(char *key, struct tree **first, int *tabs, int *stlen) in symtab_add() argument 97 *stlen += (len + 1); in symtab_add() 140 *stlen += (len + 1); in symtab_add()
|
| /netbsd-src/external/bsd/unbound/dist/libunbound/ |
| H A D | libunbound.c | 967 socklen_t stlen; in ub_ctx_set_fwd() local 991 if(!extstrtoaddr(addr, &storage, &stlen, UNBOUND_DNS_PORT)) { in ub_ctx_set_fwd() 1070 socklen_t stlen; in ub_ctx_set_stub() local 1071 if(!extstrtoaddr(addr, &storage, &stlen, UNBOUND_DNS_PORT)) { in ub_ctx_set_stub()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | od-xcoff.c | 1039 unsigned int stlen; in dump_xcoff32_loader() local 1083 stlen = bfd_h_get_32 (abfd, lhdr->l_stlen); in dump_xcoff32_loader() 1084 printf (_(" string table len: %u\n"), stlen); in dump_xcoff32_loader() 1117 if (off > stlen) in dump_xcoff32_loader()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | od-xcoff.c | 1040 unsigned int stlen; in dump_xcoff32_loader() local 1084 stlen = bfd_h_get_32 (abfd, lhdr->l_stlen); in dump_xcoff32_loader() 1085 printf (_(" string table len: %u\n"), stlen); in dump_xcoff32_loader() 1118 if (off > stlen) in dump_xcoff32_loader()
|
| /netbsd-src/external/gpl2/gawk/dist/ |
| H A D | awk.texi | 25257 @cindex @code{stlen} internal variable 25259 @itemx n->stlen 25263 the value in @code{n->stptr[n->stlen]}, assign @code{'\0'} to it,
|