Searched refs:relative (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_seek.c31 __os_seek(fd, pgsize, pageno, relative, isrewind, whence)
35 u_int32_t relative;
43 pgsize, pageno, relative, isrewind, whence);
45 offset = (off_t)pgsize * pageno + relative;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dalloca.s39 ! o1: %sp-relative offset of tmp area
40 ! o2: %sp-relative offset of end of tmp area
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dalloca.s34 ! o1: %sp-relative offset of tmp area
35 ! o2: %sp-relative offset of end of tmp area
H A Dstrncpy.s138 andcc %l0, 3, %l1 ! dst offset relative to word boundary
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s33 ! o1: %sp-relative offset of tmp area
34 ! o2: %sp-relative offset of end of tmp area
H A Dstrncpy.s156 andcc %o3, 7, %o4 ! dst offset relative to dword boundary
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c75 static bool relative; /* set if we really know where we are */ variable
311 if (ncol < ocol || !relative) {
358 * Low-level relative cursor motion. __m_mvcur() looks for the optimal
387 if ((relative = (0 <= oldrow && 0 <= oldcol)) != 0) {
397 if (newcol < oldcol || !relative) {
402 if (newrow < oldrow || !relative) {
411 if (newrow > oldrow || !relative) {
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c71 static bool relative; /* set if we really know where we are */ variable
313 if (ncol < ocol || !relative) {
367 * Low-level relative cursor motion. __m_mvcur() looks for the optimal
399 if((relative = 0 <= oldrow && 0 <= oldcol)){
409 if (newcol < oldcol || !relative){
414 if (newrow < oldrow || !relative) {
423 if (newrow > oldrow || !relative) {
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_region.c743 u_int32_t relative; local
772 * seek "relative" argument, as it's an unsigned 32-bit value.
778 relative = (increment - DB_VMPAGESIZE) % MEGABYTE;
780 MEGABYTE, pages, relative, 0, SEEK_CUR)) != 0)
804 relative = increment % MEGABYTE;
806 MEGABYTE, pages, relative, 1, SEEK_END)) != 0)
/illumos-gate/usr/src/lib/libtecla/common/
H A Dpcache.c124 int relative; /* True if the directory is a relative pathname */ member in struct:PathNode
129 /* or NULL if dir[] is a relative pathname */
154 CacheMem *rel_mem; /* Memory for the filenames of relative paths */
315 * Allocate memory for recording names of files in relative paths.
545 * directory name and, if not a relative pathname, the list of
811 int relative; /* True if dirname[] is a relative pathname */ local
813 * Have we been passed a relative pathname or an absolute pathname?
815 relative
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dxref.mk93 # * We use relative pathnames for the file list; this makes it easier
123 # fed to the $(FIND) in xref.files, we tell $(FLGFLP) to generate relative
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_copy.s442 sub %o4, %o2, %o4 ! jmp address relative to instr
/illumos-gate/usr/src/cmd/make/bin/
H A Dread2.cc580 wchar_t relative[MAXPATHLEN]; local
605 relative);
607 GETNAME(relative,
1549 * Given a file name compose a relative path name from it to the
1553 * to The path we want to make relative
1554 * result Where to put the resulting relative path
1569 /* Check if the path is already relative. */
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s173 set (s.ERROR - 2b), %o1 ! get PC-relative address
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex757 % normal leading is inserted relative to the preceding line.
1602 % and \lllsize (three sizes lower). These relative commands are used in

Completed in 92 milliseconds