Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/rpc.yppasswdd/ | |
yppasswdd_mkpw.c | 73 FILE *fpw; local in function:make_passwd 96 fpw = fopen(mpwd, "r"); 97 if (fpw == NULL) { 102 if (fgets(buf, sizeof(buf), fpw) == NULL) { 103 if (feof(fpw)) 108 (void)fclose(fpw); 113 (void)fclose(fpw); 123 fclose(fpw); |
/src/usr.bin/cdplay/ | |
cdplay.c | 102 { CMD_DIGITAL, "digital", 1, "fpw" }, 154 int fpw; member in struct:__anon2e93dcf70108 362 int fpw, intv_usecs, hz_usecs, rv; local in function:start_digital 364 fpw = atoi(arg); 365 if (fpw > 0) 366 da.fpw = fpw; 368 da.fpw = 5; 372 intv_usecs = 13333 * da.fpw; 383 da.fpw += (hz_usecs - intv_usecs) / 13333 868 int aulen, fpw; local in function:sig_timer [all...] |