| /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/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/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/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/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/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; 433 s = cptr + 2; 438 cptr = s + 2 [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_crypto.c | 3158 const u_char *cptr; local 3174 cptr = (void *)ep->pkt; 3175 if ((req = d2i_X509(NULL, &cptr, len)) == NULL) {
|
| refclock_msfees.c | 1000 char *cptr=text; local 1003 snprintf(cptr, sizeof(text) / COUNTOF(deltas), 1006 cptr += strlen(cptr);
|
| refclock_nmea.c | 283 char *cptr; /* current field ptr */ member in struct:__anon5141 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...] |
| refclock_wwv.c | 2627 char cptr[50]; local 2647 snprintf(cptr, sizeof(cptr), 2650 strlcat(tc, cptr, tcsiz); 2656 snprintf(cptr, sizeof(cptr), " %d %d %s %.0f %d %.1f %d", 2660 strlcat(tc, cptr, tcsiz);
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| config.c | 2904 char **cptr; local 2914 cptr = (char **)( (char *)dst + tab->off ); 2915 *cptr = ch_strdup( val ); 3006 char **cptr; local 3013 cptr = (char **)( (char *)src + tab->off ); 3018 cptr = &bptr->bv_val; 3021 if ( *cptr ) { 3025 ptr = lutil_strcopy( ptr, *cptr );
|
| /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/external/gpl3/gcc.old/dist/gcc/ |
| gcov.cc | 1648 char *cptr; 1683 const char *cptr = lbasename (file_name); 1684 strcat (name, cptr ? cptr : file_name); 1688 cptr = strrchr (CONST_CAST (char *, lbasename (name)), '.'); 1689 if (cptr) 1690 *cptr = 0; 1647 char *cptr; local 1682 const char *cptr = lbasename (file_name); local
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| decl.cc | 8868 gfc_symbol *cptr; /* Pointer symbol. */ local 8888 m = gfc_match_symbol (&cptr, 0); 8895 if (!gfc_add_cray_pointer (&cptr->attr, &var_locus)) 8898 gfc_set_sym_referenced (cptr); 8900 if (cptr->ts.type == BT_UNKNOWN) /* Override the type, if necessary. */ 8902 cptr->ts.type = BT_INTEGER; 8903 cptr->ts.kind = gfc_index_integer_kind; 8905 else if (cptr->ts.type != BT_INTEGER) 8910 else if (cptr->ts.kind < gfc_index_integer_kind) 8913 cptr->ts.kind, gfc_index_integer_kind) [all...] |