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

/freebsd-10-stable/contrib/file/src/
H A Dtar.h52 unsigned char charptr[RECORDSIZE]; member in union:record
H A Dis_tar.c106 p = header->charptr;
107 ep = header->charptr + sizeof(*header);
/freebsd-10-stable/crypto/openssh/
H A Dservconf.c986 char *cp, **charptr, *arg, *p; local
1005 charptr = NULL;
1133 charptr = &options->host_key_files[*intptr];
1139 if (*activep && *charptr == NULL) {
1140 *charptr = derelativise_path(arg);
1148 charptr = &options->host_key_agent;
1153 if (*activep && *charptr == NULL)
1154 *charptr = !strcmp(arg, SSH_AUTHSOCKET_ENV_NAME) ?
1164 charptr = &options->host_cert_files[*intptr];
1169 charptr
[all...]
H A Dreadconf.c838 char *s, **charptr, *endofnumber, *keyword, *arg, *arg2; local
960 charptr = &options->kbd_interactive_devices;
1089 charptr=&options->xauth_location;
1093 charptr = &options->user;
1099 if (*activep && *charptr == NULL)
1100 *charptr = xstrdup(arg);
1126 charptr = &options->hostname;
1130 charptr = &options->host_key_alias;
1134 charptr = &options->preferred_authentications;
1138 charptr
[all...]
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-llm.c668 char *charptr = strtok(addr_str," "); local
669 while ((charptr != NULL) & (count <= 22))
671 amap[22-count] = atoi(charptr); // Assign the AMAP Array
672 charptr = strtok(NULL," "); // Get Next char string (which represents next addr bit mapping)
/freebsd-10-stable/contrib/ntp/libntp/
H A Dsnprintf.c566 signed char *charptr; local
891 charptr = va_arg(args, signed char *);
892 *charptr = (signed char)len;

Completed in 227 milliseconds