/src/usr.bin/cmp/ |
special.c | 54 FILE *fp1, *fp2; local in function:c_special 58 if ((fp1 = fdopen(fd1, "r")) == NULL) 64 ch1 = getc(fp1); 79 ch1 = getc(fp1); 97 if (ferror(fp1)) 101 if (feof(fp1)) { 107 (void)fclose(fp1);
|
/src/usr.bin/comm/ |
comm.c | 70 FILE *fp1, *fp2; local in function:main 104 fp1 = file(argv[0]); 120 file1done = !getnextln(line1, fp1); 132 show(fp1, col1, line1);
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_dpll_mgr.h | 175 u32 fp1; member in struct:intel_dpll_hw_state
|
/src/sys/compat/linux/common/ |
linux_file.c | 333 file_t *fp1 = NULL; local in function:linux_sys_fcntl 353 if (((fp1 = fd_getfile(fd)) == NULL)) 355 if (((fp1->f_type == DTYPE_SOCKET) && fp1->f_data 356 && ((struct socket *)fp1->f_data)->so_state & SS_ISAPIPE) 357 || (fp1->f_type == DTYPE_PIPE)) 362 fp1 = NULL; 373 if (fp1) { 375 mutex_enter(&fp1->f_lock); 376 fp1->f_flag |= FASYNC [all...] |
/src/sys/kern/ |
uipc_syscalls.c | 421 file_t *fp1, *fp2; local in function:sys_socketpair 430 error = fsocreate(domain, &so1, type|flags, proto, &fd, &fp1, NULL); 454 fd_affix(p, fp1, sv[0]); 460 fd_abort(p, fp1, sv[0]);
|
/src/usr.sbin/syslogd/ |
tls.c | 567 char *fp1, *fp2; local in function:match_certfile 572 && get_fingerprint(cert1, &fp1, NULL) 574 if (!strcmp(fp1, fp2)) 576 FREEPTR(fp1);
|
/src/usr.bin/stat/ |
stat.c | 586 const char *fpb, *fp1, *fp2; /* pointers into fmt */ local in function:fmttime 598 for (fp1 = fpb = fmt; (fp2 = strchr(fp1, '%')) != NULL; ) { 601 fp1 = fp2 + 1 + (fp2[1] != '\0'); 609 fp1 = fp2 + 2; 634 fp1 = fp2 + 2; 635 fpb = fp1;
|