Lines Matching +defs:string +defs:match
50 #include <string.h>
110 "\tfilter mode [<match>] ... get/set global filter mode\n"
114 "\thashfilter mode [<match>] ... get/set global hashfilter mode\n"
295 int i, j, match;
315 match = argc == 0 ? 1 : 0;
316 for (i = 0; !match && i < argc; i++) {
318 match = 1;
321 if (match)
642 * match the passed in parameter name, then a zero is returned for the
643 * function and no parsing is performed. If there is a match, then the value
694 * match the passed in parameter name, then a zero is returned for the
695 * function and no parsing is performed. If there is a match, then the value
809 * tuple. If the parameter name in the argument sub-vector does not match the
811 * parsing is performed. If there is a match, then the value is parsed and
2840 char string[16], *p;
2884 bzero(&string, sizeof(string));
2889 string[i - SFF_8472_VENDOR_START] = i2cd.data[0];
2891 printf("Vendor %s\n", string);
2893 bzero(&string, sizeof(string));
2898 string[i - SFF_8472_SN_START] = i2cd.data[0];
2900 printf("SN %s\n", string);
2902 bzero(&string, sizeof(string));
2907 string[i - SFF_8472_PN_START] = i2cd.data[0];
2909 printf("PN %s\n", string);
2911 bzero(&string, sizeof(string));
2916 string[i - SFF_8472_REV_START] = i2cd.data[0];
2918 printf("Rev %s\n", string);
3496 * A rule has 3 parts: an open-type, a match expression, and offload settings.
3572 /* settings to apply on a match. */