| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| solib-reverse.c | 27 char* cptr = "String 1"; local
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/ |
| solib-reverse.c | 27 char* cptr = "String 1"; local
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_128.c | 9 const char *cptr; variable 21 cptr = cvptr; 28 cptr = cviptr;
|
| /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/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/sys/dev/ir/ |
| sir.c | 167 uint8_t const *cptr; local 172 cptr = *bptr; 181 chr = *cptr++;
|
| /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;
|
| scsipi_base.c | 1119 u_int8_t *cptr = (u_int8_t *) sense; local 1128 printf(" 0x%02x", *(cptr++) & 0xff);
|
| /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/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/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/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/dist/sim/arm/ |
| armos.c | 229 char *cptr = state->CommandLine; local 231 if (cptr == NULL) 232 cptr = "\0"; 235 temp = (ARMword) * cptr++;
|
| /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/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/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/sys/arch/mac68k/mac68k/ |
| macrom.c | 174 void **cptr, **cprev; local 181 cptr = (void **)ptr; 183 *cptr = NULL;
|
| /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.h | 144 usch *cptr; member in struct:iobuf
|
| /src/external/gpl3/gcc.old/dist/c++tools/ |
| server.cc | 861 char const *cptr = option.c_str () + colon; local 863 unsigned port = strtoul (cptr + 1, &endp, 10); 865 if (port && endp != cptr + 1 && !*endp)
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| openacc.f90 | 1068 type (c_ptr) :: cptr local in subroutine:acc_get_property_string_h 1080 cptr = acc_get_property_string_l (devicenum, devicetype, property) 1082 if (.not. c_associated (cptr)) then 1086 clen = strlen (cptr) 1087 call c_f_pointer (cptr, sptr, [clen])
|
| /src/external/gpl3/gcc/dist/c++tools/ |
| server.cc | 861 char const *cptr = option.c_str () + colon; local 863 unsigned port = strtoul (cptr + 1, &endp, 10); 865 if (port && endp != cptr + 1 && !*endp)
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| openacc.f90 | 1147 type (c_ptr) :: cptr local in subroutine:acc_get_property_string_h 1159 cptr = acc_get_property_string_l (devicenum, devicetype, property) 1161 if (.not. c_associated (cptr)) then 1165 clen = strlen (cptr) 1166 call c_f_pointer (cptr, sptr, [clen])
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| config.c | 1327 char **cptr; local 1337 cptr = (char **)((char *)dst + tab->off); 1338 *cptr = ch_strdup( val ); 1433 char **cptr; local 1440 cptr = (char **)((char *)src + tab->off); 1445 cptr = &bptr->bv_val; 1448 if ( *cptr ) { 1452 ptr = lutil_strcopy( ptr, *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
|