Home
last modified time | relevance | path

Searched refs:slink (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/usr.sbin/mtree/
H A Dspec.c283 REPLACEPTR(cur->slink, NULL); in free_nodes()
374 vispath(cur->slink)); in dump_nodes()
516 REPLACESTR(slink); in replacenode()
517 if (cur->slink != NULL) { in replacenode()
518 if ((cur->slink = strdup(new->slink)) == NULL) in replacenode()
520 if (strunvis(cur->slink, new->slink) == -1) in replacenode()
521 mtree_err("strunvis failed on `%s'", new->slink); in replacenode()
522 free(new->slink); in replacenode()
[all...]
H A Dcompare.c311 "%slink count expected %lu found %lu\n" : in compare()
312 "%slink count (%lu, %lu)\n", in compare()
555 strcmp(cp = rlink(p->fts_accpath), s->slink)) { in compare()
558 "%slink ref expected %s found %s" : in compare()
559 "%slink ref (%s, %s", tab, cp, s->slink); in compare()
562 (symlink(s->slink, p->fts_accpath) == -1) ) in compare()
H A Dmtree.h47 char *slink; /* symbolic link reference */ member
H A Dverify.c256 else if (symlink(p->slink, path)) in miss()
H A Dspecspec.c164 if (FS(n1, n2, F_SLINK, slink)) in compare_nodes()
/netbsd-src/external/bsd/am-utils/dist/hlfsd/
H A Dstubs.c62 static am_nfs_fh slink; variable
82 memcpy(slink.fh_data, &ui, sizeof(ui)); in hlfsd_init_filehandles()
141 } else if (eq_fh(argp, &slink)) { in nfsproc_getattr_2_svc()
219 if (eq_fh(&argp->da_fhandle, &slink)) { in nfsproc_lookup_2_svc()
266 res.dr_u.dr_drok_u.drok_fhandle = slink; in nfsproc_lookup_2_svc()
317 } else if (eq_fh(argp, &slink)) { in nfsproc_readlink_2_svc()
492 if (eq_fh(&argp->rda_fhandle, &slink)) { in nfsproc_readdir_2_svc()
/netbsd-src/bin/csh/
H A Ddir.c615 Char slink[MAXPATHLEN]; in dcanon() local
684 (void)Strcpy(slink, str2short(tlink)); in dcanon()
697 if (*slink != '/') { in dcanon()
716 for (p1--, p2 = slink; (*p1++ = *p2++) != '\0';) in dcanon()
734 for (p2 = slink; (*p1++ = *p2++) != '\0';) in dcanon()
767 (void)Strcpy(slink, str2short(tlink)); in dcanon()
785 if (*slink != '/') { in dcanon()
805 for (p1--, p2 = slink; (*p1++ = *p2++) != '\0';) in dcanon()
823 for (p2 = slink; (*p1++ = *p2++) != '\0';) in dcanon()
868 p2 = Strcpy(slink, cp); in dcanon()
/netbsd-src/usr.sbin/makefs/
H A Dwalk.c333 char slink[PATH_MAX+1]; in create_fsnode()
336 llen = readlink(path, slink, sizeof(slink) - 1); in create_fsnode()
339 slink[llen] = '\0'; in create_fsnode()
340 cur->symlink = estrdup(slink); in create_fsnode()
602 assert(curnode->slink != NULL); in apply_specentry()
604 curfsnode->symlink = estrdup(curnode->slink); in apply_specentry()
659 assert(specnode->slink != NULL); in apply_specentry()
660 ASEPRINT("symlink", "%s", dirnode->symlink, specnode->slink); in apply_specentry()
662 dirnode->symlink = estrdup(specnode->slink);
294 char slink[PATH_MAX+1]; walk_dir() local
[all...]
/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs_subr.c374 char *slink = NULL; in tmpfs_construct_node() local
384 slink = tmpfs_strname_alloc(tmp, ssize); in tmpfs_construct_node()
385 if (slink == NULL) in tmpfs_construct_node()
387 memcpy(slink, target, ssize); in tmpfs_construct_node()
394 if (slink != NULL) in tmpfs_construct_node()
395 tmpfs_strname_free(tmp, slink, ssize); in tmpfs_construct_node()
402 if (slink != NULL) in tmpfs_construct_node()
403 tmpfs_strname_free(tmp, slink, ssize); in tmpfs_construct_node()
411 if (slink != NULL) in tmpfs_construct_node()
412 tmpfs_strname_free(tmp, slink, ssize); in tmpfs_construct_node()
[all …]
/netbsd-src/sys/dev/hyperv/
H A Dhvkbd.c108 STAILQ_ENTRY(hvkbd_keystroke_info) slink;
272 slink); in hvkbd_free_keybuf()
380 STAILQ_INSERT_TAIL(&sc->sc_ks_queue, ksi, slink); in hvkbd_keybuf_add_keystroke()
396 STAILQ_REMOVE_HEAD(&sc->sc_ks_queue, slink); in hvkbd_decode()
430 STAILQ_REMOVE_HEAD(&sc->sc_ks_queue, slink); in hvkbd_encode()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dtegra30.dtsi669 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
683 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
697 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
711 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
725 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
739 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
H A Dtegra20.dtsi575 compatible = "nvidia,tegra20-slink";
589 compatible = "nvidia,tegra20-slink";
603 compatible = "nvidia,tegra20-slink";
617 compatible = "nvidia,tegra20-slink";
/netbsd-src/usr.bin/xinstall/
H A Dxinstall.c1234 const char *slink, const char *digestresult, off_t size) in metadata_log()
1276 if (slink) { in metadata_log()
1277 strsvis(buf, slink, VIS_CSTYLE, extra); /* encode link */ in metadata_log()
1213 metadata_log(const char * path,const char * type,struct timeval * tv,const char * slink,const char * digestresult,off_t size) metadata_log() argument
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dcoffgrok.c78 push_scope (int slink) in push_scope() argument
82 if (slink) in push_scope()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dcoffgrok.c78 push_scope (int slink) in push_scope() argument
82 if (slink) in push_scope()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dsanity.sh24256 echo nonsymlink > slink
24263 rm slink
/netbsd-src/share/dict/
H A Dweb2a55625 slink butcher
55626 slink lamb
H A Dweb2183476 slink
/netbsd-src/games/fortune/datfiles/
H A Dfortunes2-o.real5643 (d) Turn red and slink off into the men's room.