Searched defs:loc (Results 26 - 48 of 48) sorted by relevance

12

/osnet-11/usr/src/lib/libadr/common/
H A Dadr_name.c166 char *loc = name->an_domain; local
168 int count = strlcpy(loc, domain, end - loc);
169 if (count >= end - loc)
171 loc += count + 1;
174 count = strlcpy(loc, name->an_keys[i], end - loc);
175 if (count >= end - loc)
177 name->an_keys[i] = loc;
178 loc
[all...]
H A Dadr.c1294 const char *loc = str; local
1297 size_t len = strcspn(loc, sep);
1301 loc += len;
1302 } while (*(loc++) != '\0');
1305 loc = str;
1307 size_t count = strcspn(loc, sep);
1310 adr_data_new_nstring(loc, count));
1311 loc += count + 1;
/osnet-11/usr/src/lib/libast/common/misc/
H A Dstk.c321 * returns 1 if <loc> is on this stack
323 int stkon(register Sfio_t * stream, register char* loc) argument
328 if(loc>=((char*)(fp+1)) && loc< fp->end)
333 * reset the bottom of the current stack back to <loc>
334 * if <loc> is not in this stack, then the stack is reset to the beginning
338 char *stkset(register Sfio_t * stream, register char* loc, unsigned offset) argument
355 if(loc==fp->aliases[n])
357 loc = cp;
361 /* see whether <loc> i
[all...]
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c706 int loc = 0; local
719 loc += 2;
721 out_storage[loc++] = (u_char) key->dk_proto;
722 out_storage[loc++] = (u_char) key->dk_alg;
726 dst_s_put_int16(&out_storage[loc], val);
727 loc += 2;
730 return (loc);
733 (u_char *) &out_storage[loc],
734 out_len - loc);
736 return (enc_len + loc);
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c542 char *loc)
554 hostname, port, loc);
556 (void) snprintf(url, sizeof (url), "/%s", loc);
541 send_download_request(int sock, char *hostname, int port, boolean_t is_proxy, char *loc) argument
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_table.cc881 /* Return TRUE if the entry at 'loc' hasn't expired */
883 db_table::cacheValid(entryp loc) { argument
891 if (loc < 0 || loc >= table_size || tab == 0 || tab[loc] == 0)
893 else if (mapping.expire == 0 || mapping.expire[loc] >= now.tv_sec)
904 * If the supplied object has the same content as the one at 'loc',
908 db_table::dupEntry(entry_object *obj, entryp loc) { argument
909 if (obj == 0 || loc < 0 || loc >
1026 enumTouch(entryp loc) argument
1050 enumSetup(entryp loc, long index) argument
1064 touchEntry(entryp loc) argument
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c757 uint_t loc; local
784 loc = CACHE_LOC(parent, victim->cache_xid);
785 for (vicp = &uc->uc_entries[loc];
851 loc = CACHE_LOC(parent, victim->cache_xid);
852 victim->cache_next = uc->uc_entries[loc];
853 uc->uc_entries[loc] = victim;
868 uint_t loc; local
890 loc = CACHE_LOC(parent, su->su_xid);
891 for (ent = uc->uc_entries[loc]; ent != NULL; ent = ent->cache_next) {
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_minix.c316 int loc; /* location within a directory */ local
448 loc = 0;
453 printf ("dirname=`%s', rest=`%s', loc=%d\n", dirname, rest, loc);
458 if (loc >= INODE->i_size)
475 blk = loc >> BLOCK_SIZE_BITS;
491 off = loc & (BLOCK_SIZE - 1);
493 /* advance loc prematurely to next on-disk directory entry */
494 loc += sizeof (dp->inode) + namelen;
H A Dfsys_ext2fs.c565 int loc; /* location within a directory */ local
751 loc = 0;
757 printf ("dirname=%s, rest=%s, loc=%d\n", dirname, rest, loc);
762 if (loc >= INODE->i_size)
779 blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK);
795 off = loc & (EXT2_BLOCK_SIZE (SUPERBLOCK) - 1);
797 /* advance loc prematurely to next on-disk directory entry */
798 loc += dp->rec_len;
/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dcall_frame_inst.c485 intptr_t loc = ((intptr_t)*datap) + reloc; local
520 res += loc;
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c324 size_t domain_len, const char *loc, const char *nlspath, int *ltc_defined)
334 l = s = strdup(loc);
407 s = replace_nls_option(s, domain, path, (char *)loc,
323 populate_templates(Nlstmp **nt, Nlstmp **tail, const char *domain, size_t domain_len, const char *loc, const char *nlspath, int *ltc_defined) argument
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1108 Vector nscopes, Locale loc,
1117 Assert.nonNullParameter(loc, "loc");
1120 attrList = attributeVectorToServerAttribute(alist, loc);
1122 locale = loc;
1807 Locale loc = rec.getLocale();
1826 if (loc.getLanguage().equals("tr")) {
1828 stringVectorToAttributePattern(attrTags, loc);
1107 ServiceRecordInMemory(ServiceURL surl, Vector alist, Vector nscopes, Locale loc, Hashtable nurlSig, Hashtable nattrSig) argument
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c171 * @loc: append the new runlist @src after this element in @dst
173 * Append the runlist @src after element @loc in @dst. Merge the right end of
186 int dsize, runlist_element *src, int ssize, int loc)
199 if ((loc + 1) < dsize)
200 right = ntfs_rl_are_mergeable(src + ssize - 1, dst + loc + 1);
213 __ntfs_rl_merge(src + ssize - 1, dst + loc + 1);
216 marker = loc + ssize + 1;
219 ntfs_rl_mm(dst, marker, loc + 1 + right, dsize - loc - 1 - right);
220 ntfs_rl_mc(dst, loc
185 ntfs_rl_append(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
252 ntfs_rl_insert(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
348 ntfs_rl_replace(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
435 ntfs_rl_split(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddisk.c59 static int _disk_raw_insert_before (PedDisk* disk, PedPartition* loc,
61 static int _disk_raw_insert_after (PedDisk* disk, PedPartition* loc,
1658 _disk_raw_insert_before (PedDisk* disk, PedPartition* loc, PedPartition* part) argument
1661 PED_ASSERT (loc != NULL, return 0);
1664 part->prev = loc->prev;
1665 part->next = loc;
1669 if (loc->type & PED_PARTITION_LOGICAL)
1674 loc->prev = part;
1680 _disk_raw_insert_after (PedDisk* disk, PedPartition* loc, PedPartition* part) argument
1683 PED_ASSERT (loc !
[all...]
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c1330 char *loc; local
1442 if ((loc = (char *)malloc(PICL_PROPNAMELEN_MAX*PARENT_NAMES)) != NULL) {
1448 free(loc);
1449 loc = NULL;
1454 if (loc != 0) {
1469 loc[0] = '\0';
1471 (void) strlcat(loc, names[i],
1475 (void) strlcat(loc, "/", PICL_PROPNAMELEN_MAX *
1477 (void) strlcat(loc, names[i],
1480 log_printf("%-35s", loc);
1559 char *loc; local
1964 char *loc; local
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmacro.c1005 int loc = stktell(mp->shp->stk); local
1020 return(loc);
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c2264 char loc[NSC_MAXPATH]; local
2344 strcpy(loc, altroot);
2345 strcat(loc, config_file);
2347 strcpy(config_file, loc);
2353 sscanf(config_file, "%s", loc);
2354 strcpy(config_file, loc);
3036 cfg_invalidate_hsizes(int fd, const char *loc) { argument
3049 if (cfg_shldskip_vtoc(fd, loc) > 0)
3487 cfg_shldskip_vtoc(int fd, const char *loc) argument
3515 p = strstr(loc, "/ds
[all...]
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c3940 struct file_loc *loc)
3944 loc->offset = ftell(etcf);
3988 loc->offset = ftell(etcf);
3991 loc->size = len;
4000 struct file_loc *loc)
4004 loc->offset = ftell(etcf);
4024 loc->offset = ftell(etcf);
4027 loc->size = len;
4093 struct file_loc loc; local
4099 while (tt->filedbmline(&line, etcf, &lineno, &loc)) {
3939 filedbmline_comment(struct line_buf *line, FILE *etcf, int *lineno, struct file_loc *loc) argument
3999 filedbmline_plus(struct line_buf *line, FILE *etcf, int *lineno, struct file_loc *loc) argument
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dbtree.c2634 int loc; local
2653 rc = fileBtreeMoveto(pCur, pKey, nKey, &loc);
2662 if( loc==0 ){
2667 }else if( loc<0 && pPage->nCell>0 ){
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c711 char *loc; local
714 loc = strdup(locale);
715 if (loc == NULL) {
719 _scf_sanitize_locale(loc);
730 if (strlcat(lname, loc, lsz) >= lsz) {
736 free(loc);
2944 char *loc = NULL; local
2963 loc = strdup(locale = setlocale(LC_MESSAGES, NULL));
2964 if (loc == NULL) {
2970 str = _add_locale_to_name(name, loc);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c4178 Off_t loc = 0; local
4180 loc = PerlIO_tell(PL_rsfp);
4194 if (loc > 0)
4195 PerlIO_seek(PL_rsfp, loc, 0);
H A Dutil.c1602 Perl_my_memset(register char *loc, register I32 ch, register I32 len) argument
1604 char *retval = loc;
1607 *loc++ = ch;
1615 Perl_my_bzero(register char *loc, register I32 len) argument
1617 char *retval = loc;
1620 *loc++ = 0;
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c4597 const char *loc; local
4600 if ((loc = zfs_const_share_delimiter(path)) != NULL) {
4601 for (--loc; loc >= path && *loc != '/'; loc--)
4603 if (*loc != '/')
4605 } else if ((loc = strrchr(path, '/')) == NULL) {
4609 len = MIN(buflen - 1, loc - path);

Completed in 625 milliseconds

12