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