Lines Matching refs:sGuid

612 	char sGuid[GUID_INPUT + 1];  in addViewFunc()  local
666 sGuid[i] = tolower(operands[0][i]); in addViewFunc()
667 sGuid[i] = 0; in addViewFunc()
669 (void) sscanf(sGuid, "%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x", in addViewFunc()
967 char sGuid[GUID_INPUT + 1]; in modifyLuFunc() local
996 sGuid[i] = tolower(operands[0][i]); in modifyLuFunc()
997 sGuid[i] = 0; in modifyLuFunc()
998 (void) sscanf(sGuid, in modifyLuFunc()
1335 char sGuid[GUID_INPUT + 1]; in deleteLuFunc() local
1359 sGuid[j] = tolower(operands[i][j]); in deleteLuFunc()
1372 sGuid[j] = 0; in deleteLuFunc()
1374 (void) sscanf(sGuid, in deleteLuFunc()
1440 cmdName, sGuid, in deleteLuFunc()
1901 char sGuid[GUID_INPUT + 1]; in listLuFunc() local
1973 sGuid[j] = tolower(operands[i][j]); in listLuFunc()
1975 sGuid[j] = 0; in listLuFunc()
1977 (void) sscanf(sGuid, in listLuFunc()
2683 char sGuid[GUID_INPUT + 1]; in listViewFunc() local
2698 bcopy(options->optarg, sGuid, GUID_INPUT); in listViewFunc()
2717 sGuid[i] = tolower(sGuid[i]); in listViewFunc()
2718 sGuid[i] = 0; in listViewFunc()
2720 (void) sscanf(sGuid, "%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x", in listViewFunc()
2735 sGuid, gettext("resource busy")); in listViewFunc()
2751 sGuid, gettext("unknown error")); in listViewFunc()
2759 sGuid, gettext("no views found")); in listViewFunc()
2807 sGuid, operands[i], gettext("not found")); in listViewFunc()
2829 char sGuid[GUID_INPUT + 1]; in onlineOfflineLu() local
2843 bcopy(lu, sGuid, GUID_INPUT); in onlineOfflineLu()
2846 sGuid[i] = tolower(sGuid[i]); in onlineOfflineLu()
2847 sGuid[i] = 0; in onlineOfflineLu()
2849 (void) sscanf(sGuid, "%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x", in onlineOfflineLu()
3296 char sGuid[GUID_INPUT + 1]; in removeViewFunc() local
3321 bcopy(options->optarg, sGuid, GUID_INPUT); in removeViewFunc()
3349 sGuid[i] = tolower(sGuid[i]); in removeViewFunc()
3350 sGuid[i] = 0; in removeViewFunc()
3352 (void) sscanf(sGuid, "%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x%2x", in removeViewFunc()
3367 sGuid, gettext("resource busy")); in removeViewFunc()
3383 sGuid, gettext("unknown error")); in removeViewFunc()
3391 sGuid, gettext("no views found")); in removeViewFunc()
3419 cmdName, sGuid, veNbr, in removeViewFunc()
3425 sGuid, gettext("resource busy")); in removeViewFunc()
3445 cmdName, sGuid, veNbr, in removeViewFunc()