| /src/external/bsd/file/dist/src/ |
| tar.h | 54 unsigned char charptr[RECORDSIZE]; member in union:record
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| printcmds.c | 75 typedef char *charptr; typedef 76 charptr teststring2 = "more contents";
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| printcmds.c | 75 typedef char *charptr; typedef 76 charptr teststring2 = "more contents";
|
| /src/sys/dev/wscons/ |
| wsdisplay_vcons.c | 666 uint32_t *charptr = scr->scr_chars, c; local 703 c = charptr[offset]; 745 vdp->chars[boffset] = charptr[offset]; 769 uint32_t *charptr = scr->scr_chars; local 802 if ((vdp->chars[boffset] != charptr[offset]) || 805 charptr[offset], attrptr[offset]); 806 vdp->chars[boffset] = charptr[offset];
|
| /src/external/bsd/ntp/dist/libntp/ |
| snprintf.c | 568 signed char *charptr; local 893 charptr = va_arg(args, signed char *); 894 *charptr = (signed char)len;
|
| /src/crypto/external/bsd/openssh/dist/ |
| readconf.c | 1179 char *str, **charptr, *endofnumber, *keyword, *arg, *arg2, *p; local 1302 charptr = &options->forward_agent_sock_path; 1346 charptr = &options->kbd_interactive_devices; 1524 charptr=&options->xauth_location; 1528 charptr = &options->user; 1536 if (*activep && *charptr == NULL) 1537 *charptr = xstrdup(arg); 1582 charptr = &options->hostname; 1586 charptr = &options->tag; 1590 charptr = &options->host_key_alias [all...] |
| servconf.c | 1463 char *str, ***chararrayptr, **charptr, *arg, *arg2, *p, *keyword; local 1511 charptr = NULL; 1543 charptr = &options->pam_service_name; 1549 if (*activep && *charptr == NULL) 1550 *charptr = xstrdup(arg); 1661 charptr = &options->host_key_agent; 1666 if (*activep && *charptr == NULL) 1667 *charptr = !strcmp(arg, SSH_AUTHSOCKET_ENV_NAME) ? 1681 charptr = &options->pid_file; 1687 if (*activep && *charptr == NULL) [all...] |