Home
last modified time | relevance | path

Searched refs:relative (Results 1 – 25 of 55) sorted by relevance

123

/titanic_41/usr/src/cmd/sendmail/db/os/
H A Dos_seek.c31 __os_seek(fd, pgsize, pageno, relative, isrewind, whence) in __os_seek() argument
35 u_int32_t relative;
43 pgsize, pageno, relative, isrewind, whence);
45 offset = (off_t)pgsize * pageno + relative;
/titanic_41/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) {
399 if((relative = 0 <= oldrow && 0 <= oldcol)){
409 if (newcol < oldcol || !relative){
414 if (newrow < oldrow || !relative) {
423 if (newrow > oldrow || !relative) {
/titanic_41/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) { in column()
387 if ((relative = (0 <= oldrow && 0 <= oldcol)) != 0) { in __m_mvcur()
397 if (newcol < oldcol || !relative) { in __m_mvcur()
402 if (newrow < oldrow || !relative) { in __m_mvcur()
411 if (newrow > oldrow || !relative) { in __m_mvcur()
/titanic_41/usr/src/lib/libtecla/common/
H A Dpcache.c124 int relative; /* True if the directory is a relative pathname */ member
811 int relative; /* True if dirname[] is a relative pathname */ in add_PathNode() local
815 relative = strncmp(dirname, FS_ROOT_DIR, FS_ROOT_DIR_LEN) != 0; in add_PathNode()
820 if(!relative && !_pu_path_is_dir(dirname)) in add_PathNode()
835 node->relative = relative; in add_PathNode()
836 node->mem = relative ? pc->rel_mem : pc->abs_mem; in add_PathNode()
854 if(!node->relative) { in add_PathNode()
1054 if(node->relative) { in pca_lookup_file()
1295 if(node->relative) { in CPL_MATCH_FN()
1709 if(!node->relative) { in pca_remove_marks()
/titanic_41/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
/titanic_41/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
/titanic_41/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
/titanic_41/usr/src/test/libc-tests/cfg/
H A DREADME42 * relative to the current directory, exactly as specified
43 * relative to $STF_SUITE/cfg/ (if $STF_SUITE is defined)
44 * relative to ../../cfg/ (if $STF_SUITE is undefined)
45 * relative to cfg/
/titanic_41/usr/src/cmd/sendmail/db/db/
H A Ddb_region.c743 u_int32_t relative; local
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)
/titanic_41/usr/src/cmd/bnu/
H A DSysfiles43 # of colon-separated file names. File names are relative to
/titanic_41/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A Dexception.lst28 # mode (relative to /opt/SUNWdtrt/tst)
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dlibld.sparc.msg38 non-relative PLT relocation can not be used in \
/titanic_41/usr/src/tools/depcheck/
H A DSampleLinks44 # these replace incorrect link relative pathnames
/titanic_41/usr/src/uts/sun4u/ml/
H A Dmach_copy.s442 sub %o4, %o2, %o4 ! jmp address relative to instr
/titanic_41/usr/src/cmd/initpkg/init.d/
H A DREADME33 relative sequence number for killing or starting the job. When
/titanic_41/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s173 set (s.ERROR - 2b), %o1 ! get PC-relative address
/titanic_41/usr/src/
H A DREADME.license-files94 actions should be relative to ${CODEMGR_WS}.
/titanic_41/usr/src/cmd/make/bin/
H A Dread2.cc580 wchar_t relative[MAXPATHLEN]; in enter_dependencies() local
605 relative); in enter_dependencies()
607 GETNAME(relative, in enter_dependencies()
/titanic_41/usr/src/grub/grub-0.97/
H A Daclocal.m470 # therefore $ac_aux_dir as well) can be either absolute or relative,
74 # relative path needs to be adjusted first.
77 # fails when called from a subdirectory if $ac_aux_dir is relative
81 # a relative $ac_aux_dir
213 # using a relative directory.
/titanic_41/usr/src/cmd/filesync/
H A DREADME77 be done (one side has changed relative to the snapshot,
167 and to preserve relative modification times.
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME351 by RFC2131. This is defined as a positive number of seconds (relative
358 The `uint32_t' type is also used to represent a relative time in
/titanic_41/usr/src/tools/
H A DREADME.tools298 absolute or relative path. Some people put their environment files in
/titanic_41/usr/src/lib/libsqlite/test/
H A Dtrigger2.test17 # times relative to each other and the triggering statement.

123