Lines Matching defs:strValue
126 static void SetupPunchFW(const char *strValue);
127 static void SetupSkinnyPort(const char *strValue);
1334 const char* strValue;
1362 strValue = NULL;
1400 strValue = parms;
1401 if (!strValue)
1458 SetupPortRedirect (strValue);
1462 SetupProtoRedirect(strValue);
1466 SetupAddressRedirect (strValue);
1470 LibAliasProxyRule (mla, strValue);
1477 mip->ifName = strdup (strValue);
1481 ReadConfigFile (strValue);
1493 if (!strcmp (fac_record->c_name, strValue)) {
1504 errx(1, "Unknown log facility name: %s", strValue);
1509 SetupPunchFW(strValue);
1513 SetupSkinnyPort(strValue);
1521 pidName = strdup (strValue);
1524 NewInstance(strValue);
1975 SetupPunchFW(const char *strValue)
1979 if (sscanf(strValue, "%u:%u", &base, &num) != 2)
1991 SetupSkinnyPort(const char *strValue)
1995 if (sscanf(strValue, "%u", &port) != 1)