/src/lib/libc/compat/sys/ |
compat_socket.c | 21 int res; variable in typeref:typename:int 23 res = __socket30(domain, type, protocol); 26 return res;
|
compat___ntp_gettime30.c | 21 int res; variable in typeref:typename:int 23 res = __ntp_gettime50(&ntv); 29 return (res);
|
compat_ntp_gettime.c | 21 int res; variable in typeref:typename:int 23 res = __ntp_gettime50(&ntv); 29 return (res);
|
/src/lib/libc/uuid/ |
uuid_compare.c | 53 int res; local in function:uuid_compare 67 res = (int)((int64_t)a->time_low - (int64_t)b->time_low); 68 if (res) 69 return ((res < 0) ? -1 : 1); 70 res = (int)a->time_mid - (int)b->time_mid; 71 if (res) 72 return ((res < 0) ? -1 : 1); 73 res = (int)a->time_hi_and_version - (int)b->time_hi_and_version; 74 if (res) 75 return ((res < 0) ? -1 : 1) [all...] |
/src/lib/librefuse/refuse/ |
legacy.c | 44 int res = fuse_invalidate_path(fuse, path); local in function:fuse_invalidate 46 switch (res) { 52 return res;
|
/src/common/lib/libc/quad/ |
negdi2.c | 53 union uu aa, res; local in function:__negdi2 56 res.ul[L] = -aa.ul[L]; 57 res.ul[H] = -aa.ul[H] - (res.ul[L] > 0); 58 return (res.q);
|
/src/common/lib/libc/string/ |
consttime_memequal.c | 22 unsigned int res = 0; local in function:__weak_alias 25 res |= *c1++ ^ *c2++; 31 * This is not simply `!res' because although many CPUs support 34 * certain CPUs for `!res'. 36 return (1 & ((res - 1) >> 8));
|
/src/lib/libc/arch/sparc64/gen/ |
fpgetsticky.c | 30 fp_except res; local in function:fpgetsticky 33 res = (x >> 5) & 0x1f; 36 res |= _softfloat_float_exception_flags; 39 return res;
|
/src/sys/dev/hpc/ |
pckbd_encode.c | 53 int res; local in function:pckbd_encode 56 res = 0; 61 dataout[res++] = KBR_EXTENDED1; 62 dataout[res++] = (0x1d | updown); 68 dataout[res++] = KBR_EXTENDED0; 72 dataout[res++] = (datain | updown); 74 return (res);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_mac_libcdep.cc | 24 void *res = MmapFixedNoAccess(max_address, size_to_mmap, "high gap"); local in function:__sanitizer::RestrictMemoryToMaxAddress 25 CHECK(res != MAP_FAILED);
|
/src/usr.bin/nc/ |
atomicio.c | 45 ssize_t res; local in function:atomicio 51 res = (f) (fd, s + pos, n - pos); 52 switch (res) { 65 pos += (size_t)res;
|
/src/usr.sbin/ypserv/common/ |
localhostname.c | 51 struct addrinfo *res, hints; local in function:localhostname 77 error = getaddrinfo(hostname, NULL, &hints, &res); 81 strlcpy(buf, res->ai_canonname, buflen); 82 freeaddrinfo(res);
|
/src/lib/libm/gen/ |
nan.c | 55 NAN_TYPE res; local in function:NAN_FUNCTION 79 res = NAN_STRTOD(nstr, NULL); 83 return res;
|
/src/sys/arch/alpha/isa/ |
isa_machdep.c | 71 int res = ENXIO; local in function:isa_display_console 73 res = vga_isa_cnattach(iot, memt); 74 if (!res) 77 return(res);
|
/src/sys/arch/evbmips/stand/sbmips/common/ |
cfe.c | 46 int res; local in function:getchar 48 while ((res = cfe_read(conhandle,&ch,1)) == 0) ; /* null loop */ 49 return (res < 0) ? -1 : ch;
|
/src/sys/arch/ia64/pci/ |
pci_machdep.c | 79 struct ia64_sal_result res; local in function:pci_conf_read 84 res = ia64_sal_entry(SAL_PCI_CONFIG_READ, 86 if (res.sal_status < 0) 89 return res.sal_result[0]; 95 struct ia64_sal_result res; local in function:pci_conf_write 100 res = ia64_sal_entry(SAL_PCI_CONFIG_WRITE, 102 if (res.sal_status < 0)
|
/src/sys/arch/sbmips/stand/common/ |
cfe.c | 46 int res; local in function:getchar 48 while ((res = cfe_read(conhandle,&ch,1)) == 0) ; /* null loop */ 49 return (res < 0) ? -1 : ch;
|
/src/tests/fs/common/ |
fstest_rumpfs.c | 52 int res; local in function:rumpfs_fstest_newfs 55 res = setenv("RUMP_MEMLIMIT", tmp, 0); 56 if (res == -1) 57 return res; 72 int res; local in function:rumpfs_fstest_mount 74 res = rump_sys_mkdir(path, 0777); 75 if (res == -1) 76 return res; 84 int res; local in function:rumpfs_fstest_unmount 86 res = rump_sys_unmount(path, flags) [all...] |
/src/tests/fs/ffs/ |
t_quota2_1.c | 28 int res; local in function:do_quota 65 res = system(buf); 66 if (res != 0) 67 atf_tc_fail("fsck returned %d", res);
|
/src/tests/lib/libc/gen/posix_spawn/ |
h_fileactions.c | 53 int res = EXIT_SUCCESS; local in function:main 62 res = EXIT_FAILURE; 68 res = EXIT_FAILURE; 74 res = EXIT_FAILURE; 80 res = EXIT_FAILURE; 87 res = EXIT_FAILURE; 92 res = EXIT_FAILURE; 97 res = EXIT_FAILURE; 101 res = EXIT_FAILURE; 104 return res; [all...] |
h_spawnattr.c | 49 int parent_pipe, res = EXIT_SUCCESS; local in function:main 58 res = EXIT_FAILURE; 62 res = EXIT_FAILURE; 66 res = EXIT_FAILURE; 71 res = EXIT_FAILURE; 86 res = EXIT_FAILURE; 91 return res;
|
/src/usr.bin/telnet/ |
authenc.c | 96 char *res; local in function:telnet_gets 104 res = fgets(result, length, stdin); 105 } else if ((res = getpass(prmpt)) != NULL) { 106 strlcpy(result, res, (size_t)length); 107 res = result; 110 return res;
|
/src/tests/fs/union/ |
t_pr.c | 175 int fd, res; local in function:ATF_TC_BODY 194 res = rump_sys_write(fd, &fd, sizeof(fd)); 195 if (res != sizeof(fd)) 209 int fd, res; local in function:ATF_TC_BODY 227 res = rump_sys_write(fd, &fd, sizeof(fd)); 228 if (res != sizeof(fd))
|
/src/games/hack/ |
hack.mhitu.c | 406 int tmp, res; local in function:hitu 441 res = 0; 448 res = 1; 451 return (res);
|
hack.wield.c | 82 int res = 0; local in function:dowield 97 res++; 106 res++; 114 return (res);
|