Lines Matching defs:string
33 #include <string.h>
72 /* Max length of tunnel interface string identifier */
133 * string ("", stored in the char value "all_polheads") for all policy heads
312 const char *string;
317 const char *string;
1665 for (j = 0; pattern_table[j].string != NULL; j++) {
1667 (void) printf("%s ", pattern_table[j].string);
2475 * a INDEX string and thus confusing ipsec_conf_view.
2903 for (i = 0; table[i].string; i++) {
2904 if (strcmp(str, table[i].string) == 0) {
2945 /* Just want the rest of the string unmolested, so use "" for arg2. */
3511 * Make sure that we get a null terminated string.
3693 warnx(gettext("dir string "
4109 for (i = 0; action_table[i].string; i++) {
4111 action_table[i].string) == 0)
4120 if (action_table[i].string == NULL) {
4249 for (j = 0; pattern_table[j].string; j++) {
4251 pattern_table[j].string) == 0)
4255 if (pattern_table[j].string == NULL) {
4323 * Advance to the string containing
4363 * Advance to the string containing
4403 * Advance to the string containing
4445 * Advance to the string containing
4803 for (k = 0; action_table[k].string; k++) {
4805 action_table[k].string) == 0)
4812 if (action_table[k].string == NULL) {
4868 for (j = 0; property_table[j].string; j++) {
4870 property_table[j].string) == 0) {
4874 if (property_table[j].string == NULL) {