Searched refs:sb2 (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/tail/ |
H A D | forward.c | 389 struct stat sb2; in follow() local 418 (stat("/proc/self/fd", &sb2) == -1 || !S_ISDIR(sb2.st_mode) || in follow() 442 if (stat(file->file_name, &sb2) == -1) { in follow() 452 if (sb2.st_ino != file->st.st_ino || in follow() 453 sb2.st_dev != file->st.st_dev || in follow() 454 sb2.st_nlink == 0) { in follow() 460 (void) memcpy(&file->st, &sb2, in follow()
|
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/ |
H A D | ldscript.arm64 | 24 *(.sbss2 .sbss2.* .gnu.linkonce.sb2.*) 70 *(.rela.sbss2 .rela.sbss2.* .rela.gnu.linkonce.sb2.*)
|
/illumos-gate/usr/src/boot/efi/loader/arch/i386/ |
H A D | ldscript.i386 | 23 *(.sbss2 .sbss2.* .gnu.linkonce.sb2.*) 63 *(.rel.sbss2 .rel.sbss2.* .rel.gnu.linkonce.sb2.*)
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | erf.c | 274 #define sb2 xxx[54] macro 337 S = one + s * (sb1 + s * (sb2 + s * (sb3 + s * (sb4 + in erf() 410 S = one + s * (sb1 + s * (sb2 + s * (sb3 + s * (sb4 + in erfc()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | erf.c | 230 sb2 = 7.20522741000949622502957936376e+001, variable 316 S = one+s*(sb1+s*(sb2+s*sb3)); 383 S = one+s*(sb1+s*(sb2+s*sb3));
|
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/ |
H A D | ldscript.amd64 | 28 *(.sbss2 .sbss2.* .gnu.linkonce.sb2.*)
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mandocdb.c | 2205 struct stat sb1, sb2; in dbwrite() local 2266 if (fstat(fd2, &sb2) == -1) { in dbwrite() 2270 if (sb1.st_size != sb2.st_size) in dbwrite() 2277 if ((cp2 = mmap(NULL, sb2.st_size, PROT_READ, MAP_PRIVATE, in dbwrite() 2295 munmap(cp2, sb2.st_size); in dbwrite()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-data-terminfo.p5m | 1841 file path=usr/share/lib/terminfo/s/sb2 1842 hardlink path=usr/share/lib/terminfo/s/sb3 target=../s/sb2
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 12336 # holds onto escapes and botches ^C's. The sb2 is the best of the 3. 12339 # is tested on the sb2 but should work on all with either switch setting. 12356 sb2|sb3|fixed superbee:\
|
H A D | terminfo.src | 13907 # holds onto escapes and botches ^C's. The sb2 is the best of the 3. 13910 # is tested on the sb2 but should work on all with either switch setting. 13929 sb2|sb3|fixed superbee,
|