Home
last modified time | relevance | path

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

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/tides2/
H A Dramp_generator.h145 float this_pw = output_mode == OUTPUT_MODE_FREQUENCY ? pw[0] : pw[i]; in Step() local
147 ? 0.5f / (1.0e-6f + this_pw) in Step()
148 : 0.5f / (1.0f + 1.0e-6f - this_pw); in Step()
/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dgroup.c1428 char *this_pw, *user; in CheckPasswd() local
1480 if ((char *)0 == (this_pw = strchr(wholeLine, ':'))) { in CheckPasswd()
1485 *this_pw++ = '\000'; in CheckPasswd()
1487 this_pw = PruneSpace(this_pw); in CheckPasswd()
1494 if ((*this_pw == '\000' && *pw_string != '\000') || in CheckPasswd()
1495 (*this_pw != '\000' && *pw_string == '\000')) { in CheckPasswd()
1499 if ((*this_pw == '\000' && *pw_string == '\000') || in CheckPasswd()
1500 ((strcmp(this_pw, "*passwd*") == in CheckPasswd()
1503 AUTH_SUCCESS) : (strcmp(this_pw, in CheckPasswd()
1505 this_pw)) == 0))) { in CheckPasswd()