Searched defs:operandName (Results 1 - 1 of 1) sorted by relevance

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

Completed in 65 milliseconds