/titanic_41/usr/src/cmd/sendmail/db/os/ |
H A D | os_seek.c | 31 __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 D | mvcur.c | 71 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 D | mvcur.c | 75 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 D | pcache.c | 124 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 D | alloca.s | 39 ! 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 D | alloca.s | 34 ! o1: %sp-relative offset of tmp area 35 ! o2: %sp-relative offset of end of tmp area
|
H A D | strncpy.s | 138 andcc %l0, 3, %l1 ! dst offset relative to word boundary
|
/titanic_41/usr/src/lib/libc/sparcv9/gen/ |
H A D | alloca.s | 33 ! o1: %sp-relative offset of tmp area 34 ! o2: %sp-relative offset of end of tmp area
|
H A D | strncpy.s | 156 andcc %o3, 7, %o4 ! dst offset relative to dword boundary
|
/titanic_41/usr/src/test/libc-tests/cfg/ |
H A D | README | 42 * 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 D | db_region.c | 743 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 D | Sysfiles | 43 # of colon-separated file names. File names are relative to
|
/titanic_41/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | exception.lst | 28 # mode (relative to /opt/SUNWdtrt/tst)
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | libld.sparc.msg | 38 non-relative PLT relocation can not be used in \
|
/titanic_41/usr/src/tools/depcheck/ |
H A D | SampleLinks | 44 # these replace incorrect link relative pathnames
|
/titanic_41/usr/src/uts/sun4u/ml/ |
H A D | mach_copy.s | 442 sub %o4, %o2, %o4 ! jmp address relative to instr
|
/titanic_41/usr/src/cmd/initpkg/init.d/ |
H A D | README | 33 relative sequence number for killing or starting the job. When
|
/titanic_41/usr/src/lib/libc/sparc/crt/ |
H A D | _rtboot.s | 173 set (s.ERROR - 2b), %o1 ! get PC-relative address
|
/titanic_41/usr/src/ |
H A D | README.license-files | 94 actions should be relative to ${CODEMGR_WS}.
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | read2.cc | 580 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 D | aclocal.m4 | 70 # 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 D | README | 77 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 D | README | 351 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 D | README.tools | 298 absolute or relative path. Some people put their environment files in
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | trigger2.test | 17 # times relative to each other and the triggering statement.
|