Lines Matching refs:strValue
129 static void SetupPunchFW(const char *strValue);
130 static void SetupSkinnyPort(const char *strValue);
1329 const char* strValue; in ParseOption() local
1357 strValue = NULL; in ParseOption()
1395 strValue = parms; in ParseOption()
1396 if (!strValue) in ParseOption()
1453 SetupPortRedirect (strValue); in ParseOption()
1457 SetupProtoRedirect(strValue); in ParseOption()
1461 SetupAddressRedirect (strValue); in ParseOption()
1465 LibAliasProxyRule (mla, strValue); in ParseOption()
1472 mip->ifName = strdup (strValue); in ParseOption()
1476 ReadConfigFile (strValue); in ParseOption()
1488 if (!strcmp (fac_record->c_name, strValue)) { in ParseOption()
1499 errx(1, "Unknown log facility name: %s", strValue); in ParseOption()
1504 SetupPunchFW(strValue); in ParseOption()
1508 SetupSkinnyPort(strValue); in ParseOption()
1516 pidName = strdup (strValue); in ParseOption()
1519 NewInstance(strValue); in ParseOption()
1968 SetupPunchFW(const char *strValue) in SetupPunchFW() argument
1972 if (sscanf(strValue, "%u:%u", &base, &num) != 2) in SetupPunchFW()
1984 SetupSkinnyPort(const char *strValue) in SetupSkinnyPort() argument
1988 if (sscanf(strValue, "%u", &port) != 1) in SetupSkinnyPort()