| /src/tests/usr.bin/xlint/lint1/ |
| msg_128.c | 9 const char *cptr; variable 21 cptr = cvptr; 28 cptr = cviptr;
|
| /src/usr.bin/gencat/ |
| gencat.c | 224 warning(const char *cptr, const char *msg) 230 if (cptr) { 232 for (tptr = curline; tptr < cptr; ++tptr) 281 char *cptr, *cend; local 289 cptr = curline; 292 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) { 294 *cptr = '\0'; 298 *cptr = *bptr; 300 if (cptr == cend) 469 char *cptr, *str; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/ |
| solib-reverse.c | 27 char* cptr = "String 1"; local
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| solib-reverse.c | 27 char* cptr = "String 1"; local
|
| /src/external/bsd/byacc/dist/ |
| reader.c | 43 data.a_cptr = data.a_line + (cptr - line - offset); \ 70 char *cptr; /* position within current input-line */ variable 309 save_area.line_used = (size_t)(cptr - line); 321 cptr = save_area.line_used + line; 329 cptr = line + save_area.line_used; 342 save_area.line_used = (size_t)(cptr - line); 363 cptr = NULL; 401 cptr = line; 436 s = cptr + 2; 441 cptr = s + 2 [all...] |
| error.c | 364 print_pos(line, cptr); 400 print_pos(line, cptr); 409 print_pos(line, cptr);
|
| /src/lib/libc/rpc/ |
| rpcb_clnt.c | 169 struct address_cache *cptr; local 176 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) { 177 if (!strcmp(cptr->ac_host, host) && 178 !strcmp(cptr->ac_netid, netid)) { 183 return (cptr); 192 struct address_cache *cptr, *prevptr = NULL; local 197 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) 221 struct address_cache *ad_cache, *cptr, *prevptr; local [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| hash_bytes.cc | 125 const char* cptr = static_cast<const char*>(ptr); local 128 hash ^= static_cast<size_t>(*cptr++); 173 const char* cptr = static_cast<const char*>(ptr); 176 hash ^= static_cast<size_t>(*cptr++); 189 const char* cptr = reinterpret_cast<const char*>(ptr); 191 hash = (hash * 131) + *cptr++;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| hash_bytes.cc | 121 const char* cptr = static_cast<const char*>(ptr); local 124 hash ^= static_cast<size_t>(*cptr++); 169 const char* cptr = static_cast<const char*>(ptr); 172 hash ^= static_cast<size_t>(*cptr++); 185 const char* cptr = reinterpret_cast<const char*>(ptr); 187 hash = (hash * 131) + *cptr++;
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_nmea.c | 283 char *cptr; /* current field ptr */ member in struct:__anon7452 1248 char * cptr, /* start of raw data */ 1262 eptr = cptr + dlen; 1266 data->base = cptr; 1267 data->cptr = cptr; 1278 if (*cptr == '\0') 1280 if (*cptr++ != '$') 1285 data->cptr++; 1289 if (*cptr < 'A' || *cptr > 'Z' [all...] |
| /src/sys/dev/scsipi/ |
| st_scsi.c | 240 struct scsi_tape_dev_compression_page *cptr; local 275 cptr = (struct scsi_tape_dev_compression_page *) ptr; 276 ison = (cptr->dce_dcc & DCP_DCE) != 0; 278 cptr->dce_dcc |= DCP_DCE; 280 cptr->dce_dcc &= ~DCP_DCE; 281 cptr->pagecode &= ~0x80;
|
| /src/external/gpl2/gmake/dist/ |
| job.c | 2943 char *cptr; 2947 cptr = line; 2950 while ((*cptr != 0) 2951 && (isspace ((unsigned char)*cptr))) 2952 cptr++; 2953 if (*cptr == 0) 2955 while ((*cptr != 0) 2956 && (!isspace((unsigned char)*cptr))) 2957 cptr++; 2965 cptr = line 2933 char *cptr; local [all...] |
| /src/sys/net/ |
| bsd-comp.c | 126 uint16_t cptr; /* map code to hash table entry */ member in struct:bsd_db::bsd_dict 335 /* hsize = 69001; */ /* and 69001 is too big for cptr */ 414 db->dict[i].cptr = 0; 603 if (db->dict[dictp2->cptr].codem1 == max_ent) 604 db->dict[dictp2->cptr].codem1 = BADCODEM1; 605 dictp2->cptr = hval; 747 if (db->dict[dictp2->cptr].codem1 == max_ent) 748 db->dict[dictp2->cptr].codem1 = BADCODEM1; 749 dictp2->cptr = hval; 984 dictp = &db->dict[db->dict[finchar].cptr]; [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| cpp.c | 354 if (ob->cptr == ob->bsz) { 357 ob->cptr = ob->buf + sz; 360 // DDPRINT(("putob: iob %p pos %p ch %c (%d)\n", ob, ob->cptr, ch, ch)); 361 *ob->cptr++ = ch; 374 iob->buf = iob->cptr = xmalloc(BUFSIZ); 390 iob->buf = iob->cptr = (usch *)s; 408 iob->cptr--; 666 ob->cptr--; 669 while (ob->buf < ob->cptr && ISWS(ob->cptr[-1]) [all...] |
| cpp.h | 144 usch *cptr; member in struct:iobuf
|
| /src/usr.bin/btkey/ |
| device.c | 55 * send command 'opcode' with command packet 'cptr' of size 'clen' 61 hci_req(uint16_t opcode, void *cptr, size_t clen, int (*func_cc)(void *), 85 memcpy(buf + sizeof(hci_cmd_hdr_t), cptr, clen);
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| function-view-selftests.c | 218 const func_ptr cptr = make_fv_test_func; local 220 SELF_CHECK (3 == tmpl_func (1, gdb::make_function_view (cptr)));
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| function-view-selftests.c | 218 const func_ptr cptr = make_fv_test_func; local 220 SELF_CHECK (3 == tmpl_func (1, gdb::make_function_view (cptr)));
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| mapper-client.cc | 247 char const *cptr = name.c_str () + colon; local 249 unsigned port = strtoul (cptr + 1, &endp, 10); 251 if (port && endp != cptr + 1 && !*endp)
|
| /src/external/mpl/dhcp/dist/common/ |
| alloc.c | 431 int expression_allocate (cptr, file, line) 432 struct expression **cptr; 448 return expression_reference (cptr, rval, file, line); 505 int binding_value_allocate (cptr, file, line) 506 struct binding_value **cptr; 522 return binding_value_reference (cptr, rval, file, line); 577 int fundef_allocate (cptr, file, line) 578 struct fundef **cptr; 588 return fundef_reference (cptr, rval, file, line); 635 int option_cache_allocate (cptr, file, line [all...] |
| /src/sys/dev/ir/ |
| sir.c | 167 uint8_t const *cptr; local 172 cptr = *bptr; 181 chr = *cptr++;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| mapper-client.cc | 252 char const *cptr = name.c_str () + colon; local 254 unsigned port = strtoul (cptr + 1, &endp, 10); 256 if (port && endp != cptr + 1 && !*endp)
|
| /src/external/gpl3/gdb.old/dist/sim/arm/ |
| armos.c | 229 char *cptr = state->CommandLine; local 231 if (cptr == NULL) 232 cptr = "\0"; 235 temp = (ARMword) * cptr++;
|
| /src/external/mpl/dhcp/dist/omapip/ |
| connection.c | 137 obj -> cptr = 0; 656 if (c -> cptr >= c -> connect_list -> count) { 672 if (c -> connect_list -> addresses [c -> cptr].addrtype != 679 &c -> connect_list -> addresses [c -> cptr].address, 683 htons (c -> connect_list -> addresses [c -> cptr].port); 689 ++c -> cptr;
|
| /src/external/mpl/dhcp/dist/includes/omapip/ |
| omapip_p.h | 191 int cptr; /* Current element we are connecting to. */ member in struct:__omapi_connection_object
|