Searched refs:offset (Results 276 - 300 of 550) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libshell/common/edit/
H A Demacs.c113 int offset; /* Screen offset */ member in struct:_emacs_
1366 ep->offset = 0;
1446 If not, adjust the screen offset so it does.
1451 if ((ep->offset && i<=ep->offset)||(i >= (ep->offset+w_size)))
1454 ep->offset = i - (w_size>>1);
1455 if (--ep->offset < 0)
1456 ep->offset
[all...]
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp.c522 const char *offset)
528 if (time == NULL || offset == NULL)
535 if ((ret = sdp_str_to_list(&new_repeat->r_offset, offset,
536 strlen(offset), B_FALSE)) != 0) {
555 * z=<adjustment time> <offset> <adjustment time> <offset> ....
558 sdp_add_zone(sdp_session_t *session, uint64_t time, const char *offset) argument
564 if (session == NULL || offset == NULL)
570 if ((ret = commp_add_str(&new_zone->z_offset, offset,
571 strlen(offset))) !
521 sdp_add_repeat(sdp_time_t *time, uint64_t interval, uint64_t duration, const char *offset) argument
838 char *offset = NULL; local
[all...]
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c108 int offset = stktell(stkstd); local
115 dp->format = nv_search(stkptr(stkstd,offset),sh.var_tree,NV_ADD);
180 short offset; /* offset of field into data */ member in struct:_field_
226 char *val = np->nvalue + fp->offset;
229 int offset = stktell(stkstd); local
232 nq = nv_search(stkptr(stkstd,offset),sh.var_tree,NV_ADD);
H A Dtest.c325 register int offset = staktell(); local
332 arg = (const char*)stakptr(offset);
333 stakseek(offset);
375 register int offset = staktell(); local
381 arg = (const char*)stakptr(offset);
382 stakseek(offset);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darith.c74 int offset; local
78 if((!(np = nv_open(cp,shp->var_tree,assign|NV_VARNAME|NV_NOADD|NV_NOFAIL)) || nv_isnull(np)) && sh_macfun(shp,cp, offset = staktell()))
80 Fun = sh_arith(shp,sub=stakptr(offset));
286 int offset = staktell(); local
331 stakset(saveptr,offset);
333 stakseek(offset);
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_browser.c218 * SMB: Parameter offset = 0 (0x0)
220 * SMB: Data offset = 86 (0x56)
545 * SMB: Parameter offset = 0 (0x0)
547 * SMB: Data offset = 86 (0x56)
634 0, /* Parameter offset */
636 69 + mailboxlen, /* Data offset */
775 int offset, announce_len, data_length; local
810 offset = smb_browser_load_transact_header(buffer,
814 if (offset < 0) {
829 smb_msgbuf_init(&mb, buffer + offset, MAX_DATAGRAM_LENGT
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dcut.c49 "as the current offset.]"
380 long offset = 0; local
538 if (offset)
541 sfmove(fdtmp,fdout,offset,-1);
549 if (offset)
550 sfseek(fdtmp,offset=0,SEEK_SET);
562 offset +=c;
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c425 * offset adr_u_short
1264 * if offset is zero, new data overwrites old, if any. Otherwise
1269 size_t offset)
1277 *p = realloc(*p, 1 + (size_t)len + offset);
1282 if (offset > 0)
1283 offset--; /* overwrite end of string */
1285 *l = (size_t)len - 2 + offset;
1287 bp = *p + offset;
1268 get_bytes_to_string(parse_context_t *ctx, size_t *l, char **p, size_t offset) argument
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c414 int offset = 0; local
417 offset = xpos - plen;
421 start += offset;
425 int offset = 0; local
428 offset = xpos - 1;
433 start += offset;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmalloc.c606 ssize_t n, offset; local
620 offset = ALIGN - (uintptr_t)addr % ALIGN;
622 offset = 0;
635 nsize = n + offset;
670 ASSERT(offset == 0);
679 addr += offset;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dclstdup.c216 int offset; local
228 offset = ctx->buffer_map [i] - ctx->buffer_map [first];
229 memcpy (new_fs_info->buffer + offset * new_fs_info->frag_size,
/osnet-11/usr/src/lib/libpp/common/
H A Dpp.h71 #define PPWRITE(n) do{if(write(1,pp.outbuf,n)!=(n))pperror(ERROR_SYSTEM|3,"%s: write error",pp.outfile);pp.offset+=(n);pp.lastout=pp.outbuf[(n)-1];}while(0)
74 #define ppoffset() (pp.offset+pppendout())
412 unsigned long offset; /* output offset */ member in struct:ppglobals
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c1091 int32_t max_free, offset, splitnum; local
1135 offset = hashp->hdr.spares[splitnum] -
1140 if (offset > SPLITMASK) {
1148 offset = 1;
1169 (int32_t)OADDR_OF(splitnum, offset), 1, free_page))
1175 offset++;
1176 if (offset > SPLITMASK) {
1186 offset = 0;
1198 addr = OADDR_OF(splitnum, offset);
1228 offset
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dloadcore.c115 /* Get a string at offset OFFSET from strtab */
117 grub_efiemu_get_string (unsigned offset, const Elf_Ehdr *e) argument
125 if (s->sh_type == SHT_STRTAB && offset < s->sh_size)
126 return (char *) e + s->sh_offset + offset;
/osnet-11/usr/src/lib/libsqlite/src/
H A Dbtree_rb.c1178 static int memRbtreeKey(RbtCursor* pCur, int offset, int amt, char *zBuf) argument
1181 if( !pCur->pNode->pKey || ((amt + offset) <= pCur->pNode->nKey) ){
1182 memcpy(zBuf, ((char*)pCur->pNode->pKey)+offset, amt);
1184 memcpy(zBuf, ((char*)pCur->pNode->pKey)+offset, pCur->pNode->nKey-offset);
1185 amt = pCur->pNode->nKey-offset;
1200 static int memRbtreeData(RbtCursor *pCur, int offset, int amt, char *zBuf) argument
1203 if( (amt + offset) <= pCur->pNode->nData ){
1204 memcpy(zBuf, ((char*)pCur->pNode->pData)+offset, amt);
1206 memcpy(zBuf, ((char*)pCur->pNode->pData)+offset ,pCu
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_file.c311 smbfs_fh_read(int fd, void *buf, size_t count, off_t offset) argument
319 rwrq.ioc_offset = offset;
328 smbfs_fh_write(int fd, const void *buf, size_t count, off_t offset) argument
336 rwrq.ioc_offset = offset;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dparted_io.c31 loff_t llseek(unsigned int fd, loff_t offset, unsigned int whence);
/osnet-11/usr/src/lib/libfuse/common/
H A Doptions.c256 * "apply" the given fuse_opt to the input. That is, if the offset is
257 * -1, call the callback; else, set the integer at the given offset
268 if ((opt->offset == -1U) || (opt->offset == -1UL)) {
271 valaddr = (uintptr_t)data + opt->offset;
315 opt->offset;
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostfs.c122 if (fseeko (f, file->offset, SEEK_SET) != 0)
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_lzma2.c319 size_t offset = dict->pos - dist - 1; local
322 offset += dict->end;
324 return dict->full > 0 ? dict->buf[offset] : 0;
586 uint32_t offset; local
596 offset = 0x100;
599 match_bit = match_byte & offset;
601 i = offset + match_bit + symbol;
605 offset &= match_bit;
608 offset &= ~match_bit;
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dhttp.c57 grub_off_t ret = net->offset;
280 http_establish (struct grub_file *file, grub_off_t offset, int initial) argument
361 offset, file->size - 1, file->size);
423 file->device->net->offset = off;
/osnet-11/usr/src/grub/grub2/grub-core/partmap/
H A Dacorn.c127 part.offset = 6;
H A Damiga.c144 part.offset = (grub_off_t) next * 512;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcryptodisk.h64 grub_disk_addr_t offset; member in struct:grub_cryptodisk
/osnet-11/usr/src/grub/grub2/include/
H A Dmultiboot.h254 grub_uint32_t offset; member in struct:multiboot_apm_info

Completed in 1275 milliseconds

<<11121314151617181920>>