Searched refs:charptr (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/bsd/file/dist/src/
H A Dtar.h54 unsigned char charptr[RECORDSIZE]; member in union:record
H A Dis_tar.c132 p = header->charptr;
133 ep = header->charptr + sizeof(*header);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dprintcmds.c75 typedef char *charptr; typedef
76 charptr teststring2 = "more contents";
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dprintcmds.c75 typedef char *charptr; typedef
76 charptr teststring2 = "more contents";
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dservconf.c1432 char *str, ***chararrayptr, **charptr, *arg, *arg2, *p, *keyword; local
1477 charptr = NULL;
1617 charptr = &options->host_key_agent;
1622 if (*activep && *charptr == NULL)
1623 *charptr = !strcmp(arg, SSH_AUTHSOCKET_ENV_NAME) ?
1637 charptr = &options->pid_file;
1643 if (*activep && *charptr == NULL) {
1644 *charptr = derelativise_path(arg);
1652 charptr = &options->moduli_file;
1700 charptr
[all...]
H A Dreadconf.c1062 char *str, **charptr, *endofnumber, *keyword, *arg, *arg2, *p; local
1182 charptr = &options->forward_agent_sock_path;
1226 charptr = &options->kbd_interactive_devices;
1404 charptr=&options->xauth_location;
1408 charptr = &options->user;
1416 if (*activep && *charptr == NULL)
1417 *charptr = xstrdup(arg);
1462 charptr = &options->hostname;
1466 charptr = &options->tag;
1470 charptr
[all...]
/netbsd-current/sys/dev/wscons/
H A Dwsdisplay_vcons.c653 uint32_t *charptr = scr->scr_chars, c; local
690 c = charptr[offset];
732 vdp->chars[boffset] = charptr[offset];
756 uint32_t *charptr = scr->scr_chars; local
789 if ((vdp->chars[boffset] != charptr[offset]) ||
792 charptr[offset], attrptr[offset]);
793 vdp->chars[boffset] = charptr[offset];
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsnprintf.c568 signed char *charptr; local
893 charptr = va_arg(args, signed char *);
894 *charptr = (signed char)len;

Completed in 116 milliseconds