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

/freebsd-9.3-release/contrib/file/src/
H A Dtar.h52 unsigned char charptr[RECORDSIZE]; member in union:record
H A Dis_tar.c106 p = header->charptr;
/freebsd-9.3-release/crypto/openssh/
H A Dservconf.c880 char *cp, **charptr, *arg, *p; local
899 charptr = NULL;
1033 charptr = &options->host_key_files[*intptr];
1039 if (*activep && *charptr == NULL) {
1040 *charptr = derelativise_path(arg);
1048 charptr = &options->host_key_agent;
1053 if (*activep && *charptr == NULL)
1054 *charptr = !strcmp(arg, SSH_AUTHSOCKET_ENV_NAME) ?
1064 charptr = &options->host_cert_files[*intptr];
1069 charptr
[all...]
H A Dreadconf.c730 char *s, **charptr, *endofnumber, *keyword, *arg, *arg2; local
847 charptr = &options->kbd_interactive_devices;
961 charptr=&options->xauth_location;
965 charptr = &options->user;
971 if (*activep && *charptr == NULL)
972 *charptr = xstrdup(arg);
998 charptr = &options->hostname;
1002 charptr = &options->host_key_alias;
1006 charptr = &options->preferred_authentications;
1010 charptr
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-llm.c693 char *charptr = strtok(addr_str," "); local
694 while ((charptr != NULL) & (count <= 22))
696 amap[22-count] = atoi(charptr); // Assign the AMAP Array
697 charptr = strtok(NULL," "); // Get Next char string (which represents next addr bit mapping)
/freebsd-9.3-release/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 119 milliseconds