Searched defs:loc (Results 76 - 100 of 157) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_msgfmt.h69 struct loc { struct
80 struct loc *pos;
/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c558 char **src, **dest, **loc; local
570 loc = &knowncmds[slot];
573 while (dest > loc)
575 *loc = malloc(3);
576 (void) strcpy(*loc, mac);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dloc.c49 * loc.c - contains routines which handle location abstraction.
63 nlog(LOG_ERR, "loc_init_fini: could not get loc name");
156 nlog(LOG_DEBUG, "nwamd_loc_activate: activating loc %s",
384 nlog(LOG_DEBUG, "nwamd_loc_check_conditions: winning loc is %s",
399 nwamd_loc_action(const char *loc, nwam_action_t action) argument
402 (NWAM_OBJECT_TYPE_LOC, loc, NULL, action);
413 /* Handle loc initialization/refresh event */
462 /* Handle loc finish event */
471 /* Don't disable the location, as this can enable the Automatic loc */
475 "loc
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsref/
H A Dnfsref.c198 char uuid[UUID_PRINTABLE_STRING_LENGTH], path[256], loc[2048]; local
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c238 getallocext(struct file_entry *fp, uint32_t loc, uint32_t len) argument
247 (void) printf(" allocext loc %x len %x\n", loc, len);
255 fsbtodb(loc + part_start), nb) != 0) {
262 err = verifytag(&aep->aed_tag, loc, &aep->aed_tag, UD_ALLOC_EXT_DESC);
354 " loc %x len %x\n", sap->sad_ext_loc,
359 (void) printf(" loc %x len %x\n", sap->sad_ext_loc,
403 " loc %x len %x\n", lap->lad_ext_loc,
408 (void) printf(" loc %x len %x\n", lap->lad_ext_loc,
492 " loc
[all...]
H A Dutilities.c232 getaline(FILE *fp, char *loc, int32_t maxlen) argument
237 p = loc;
246 return (p - loc);
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c174 verifytag(struct tag *tp, uint32_t loc, struct tag *otp, int expect) argument
198 if ((int)loc != -1 && tloc != loc)
/illumos-gate/usr/src/cmd/tip/
H A Dtip.c505 char *loc; local
531 loc = setlocale(LC_CTYPE, NULL);
532 if (noparity && loc != 0 && strcmp(loc, "C") != 0)
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c414 u_int loc; local
423 loc = CACHE_LOC(xprt, victim->cache_xid);
424 for (vicp = &uc->uc_entries[loc];
463 loc = CACHE_LOC(xprt, victim->cache_xid);
464 victim->cache_next = uc->uc_entries[loc];
465 uc->uc_entries[loc] = victim;
481 u_int loc; local
489 loc = CACHE_LOC(xprt, su->su_xid);
490 for (ent = uc->uc_entries[loc]; ent != NULL; ent = ent->cache_next) {
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_cmp.c535 av1394_pcr_make_ph(int loc, int type, int num) argument
556 if (loc == IEC61883_LOC_REMOTE) {
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dtranslate.c264 * loc the LC_MESSAGES locale name
290 translate(const char* loc, const char* cmd, const char* cat, const char* msg) argument
330 if (streq(loc, "debug"))
331 state.debug = loc;
356 sfprintf(sfstderr, "AHA#%d:%s cp->locale `%s' %p loc `%s' %p\n", __LINE__, __FILE__, cp->locale, cp->locale, loc, loc);
358 if (cp->locale != loc)
360 cp->locale = loc;
412 if (r == (char*)msg && loc
[all...]
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...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.c513 xfrm(locale_t loc, unsigned char *p, int pri, int pass) argument
516 uint32_t val = (uint32_t)loc->collate->lc_pri_count[pass];
530 _collate_sxfrm(const wchar_t *src, char *xf, size_t room, locale_t loc) argument
543 const struct lc_collate *lcc = loc->collate;
602 b = xfrm(loc, buf, pri, pass);
628 b = xfrm(loc, buf, pri, pass);
H A Dlocaleimpl.c208 struct locdata *loc; local
215 loc = cache_data[category];
217 if ((loc != NULL) && (strcmp(loc->l_lname, locname) == 0)) {
219 return (loc);
227 for (loc = cat_data[category]; loc != NULL; loc = loc->l_next) {
228 if (strcmp(locname, loc
360 __mb_cur_max_l(locale_t loc) argument
378 locale_t loc; local
404 freelocale(locale_t loc) argument
418 locale_t loc; local
468 uselocale(locale_t loc) argument
506 mklocname(locale_t loc) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c231 int loc, off; local
238 loc = 0;
239 while (loc < INODE->ic_sizelo) {
241 off = blkoff(SUPERBLOCK, loc);
245 lbn = lblkno(SUPERBLOCK, loc);
261 loc += dp->d_reclen;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpriv_str_xlate.c434 const char *loc; local
442 loc = current_locale(curloc, LC_MESSAGES);
445 _DFLT_LOC_PATH "%s/LC_MESSAGES/priv_names", loc) < sizeof (file)) {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c520 char *str, *loc, val; local
535 if ((loc = strpbrk(str, "@/")) == NULL)
538 if (*loc == '@') {
540 *loc = '\0';
542 *loc = '@';
547 *loc = '@';
551 *loc = '@';
552 str = loc + 1;
553 if ((loc = strchr(str, '/')) == NULL)
557 if (loc !
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c468 sip_content_t **loc; local
502 loc = &_sip_msg->sip_msg_content;
503 while (*loc != NULL)
504 loc = &((*loc)->sip_content_next);
505 *loc = msg_content;
/illumos-gate/usr/src/lib/libdll/common/
H A Ddlfcn.c215 char *loc; local
231 loc = (char*)ldsym->l_value;
234 loc += datareloc;
236 loc += textreloc;
237 return loc;
/illumos-gate/usr/src/common/fs/
H A Dufsops.c71 int loc; member in struct:dirinfo
301 dirp.loc = 0;
331 if (dstuff->loc >= filep->fi_inode->i_size) {
334 off = blkoff(&devp->un_fs.di_fs, dstuff->loc);
337 lbn = lblkno(&devp->un_fs.di_fs, dstuff->loc);
352 dstuff->loc += dp->d_reclen;
/illumos-gate/usr/src/cmd/avs/dscfg/
H A Ddscfg.c458 char *loc; local
637 loc = config_file;
648 loc = rflg ? locname : NULL;
686 if ((cfg = cfg_open(loc)) == NULL) {
693 if ((cfg = cfg_open(loc)) == NULL) {
765 if ((cfg = cfg_open(loc)) == NULL) {
782 if ((cfg = cfg_open(loc)) == NULL) {
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c663 ulong_t loc; local
685 loc = 0;
686 while ((u_offset_t)loc < filesize) {
687 /*LINTED [dblk is char[], loc (dp->d_reclen) % 4 == 0]*/
688 dp = (struct direct *)(dblk + loc);
696 loc += dp->d_reclen;
/illumos-gate/usr/src/cmd/svc/configd/
H A Dobject.c344 check_string(uintptr_t loc, uint32_t len, uint32_t sz) argument
346 const char *ptr = (const char *)loc;
361 uintptr_t loc; local
365 loc = (uintptr_t)cmds_arg;
370 cmds = (struct rep_protocol_transaction_cmd *)loc;
375 loc += REP_PROTOCOL_TRANSACTION_CMD_MIN_SIZE;
379 if (len <= 1 || !check_string(loc, len, sz)) {
382 cur->tx_prop = (const char *)loc;
385 loc += len;
389 cur->tx_values = (uint32_t *)loc;
461 uintptr_t loc; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dbdn.h51 } loc; /* DEFAULT e-None */ member in struct:Codec_Info
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c759 uint_t loc; local
786 loc = CACHE_LOC(parent, victim->cache_xid);
787 for (vicp = &uc->uc_entries[loc];
853 loc = CACHE_LOC(parent, victim->cache_xid);
854 victim->cache_next = uc->uc_entries[loc];
855 uc->uc_entries[loc] = victim;
870 uint_t loc; local
892 loc = CACHE_LOC(parent, su->su_xid);
893 for (ent = uc->uc_entries[loc]; ent != NULL; ent = ent->cache_next) {

Completed in 145 milliseconds

1234567