Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-cray.c164 int valid_acct = -1; /* flag for reading valid acct */ in cray_setup() local
495 while (valid_acct == -1) { in cray_setup()
504 valid_acct = ue.ue_acids[0]; in cray_setup()
505 strcpy(acct_name, acid2nam(valid_acct)); in cray_setup()
528 …if ((valid_acct = nam2acid(acct_name)) == -1) printf("Accou… in cray_setup()
537 if ((valid_acct != -1) && in cray_setup()
542 if (valid_acct == ue.ue_acids[i]) in cray_setup()
551 valid_acct = -1; in cray_setup()
561 valid_acct = ue.ue_acids[0]; in cray_setup()
568 valid_acct = ue.ue_acids[0]; in cray_setup()
[all …]