Lines Matching defs:string
18 * string: a dotted decimal IPv4 address or an IPv6 address. servname is
62 * getaddrinfo() will return a null-terminated string
81 * should be treated as a numeric string defining an IPv4 or IPv6
123 #include <string.h>
132 #include <isc/string.h>
1055 char *string = *stringp;
1060 if (string == NULL)
1063 for (s = string; *s != '\0'; s++) {
1069 return (string);
1073 return (string);