Home
last modified time | relevance | path

Searched refs:operandName (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c1658 wchar_t operandName[sizeof (stmfGroupName)]; in listHostGroupFunc() local
1716 (void) mbstowcs(operandName, operands[i], in listHostGroupFunc()
1718 operandName[sizeof (stmfGroupName) - 1] = 0; in listHostGroupFunc()
1719 if (wcscmp(operandName, groupNamePrint) in listHostGroupFunc()
1789 wchar_t operandName[sizeof (stmfGroupName)]; in listTargetGroupFunc() local
1847 (void) mbstowcs(operandName, operands[i], in listTargetGroupFunc()
1849 operandName[sizeof (stmfGroupName) - 1] = 0; in listTargetGroupFunc()
1850 if (wcscmp(operandName, groupNamePrint) in listTargetGroupFunc()