HomeSort by: relevance | last modified time | path
    Searched refs:slink (Results 1 - 13 of 13) sorted by relevancy

  /src/bin/csh/
dir.c 615 Char slink[MAXPATHLEN]; local in function:dcanon
684 (void)Strcpy(slink, str2short(tlink));
697 if (*slink != '/') {
707 * New length is "yyy/" + slink + "/.." and rest
716 for (p1--, p2 = slink; (*p1++ = *p2++) != '\0';)
727 * New length is slink + "/.." and rest
734 for (p2 = slink; (*p1++ = *p2++) != '\0';)
767 (void)Strcpy(slink, str2short(tlink));
785 if (*slink != '/') {
796 * New length is "yyy/" + slink + "/.." and res
    [all...]
  /src/sys/fs/tmpfs/
tmpfs_subr.c 374 char *slink = NULL; local in function:tmpfs_construct_node
384 slink = tmpfs_strname_alloc(tmp, ssize);
385 if (slink == NULL)
387 memcpy(slink, target, ssize);
394 if (slink != NULL)
395 tmpfs_strname_free(tmp, slink, ssize);
402 if (slink != NULL)
403 tmpfs_strname_free(tmp, slink, ssize);
411 if (slink != NULL)
412 tmpfs_strname_free(tmp, slink, ssize)
    [all...]
  /src/usr.sbin/mtree/
spec.c 283 REPLACEPTR(cur->slink, NULL);
374 vispath(cur->slink));
516 REPLACESTR(slink);
517 if (cur->slink != NULL) {
518 if ((cur->slink = strdup(new->slink)) == NULL)
520 if (strunvis(cur->slink, new->slink) == -1)
521 mtree_err("strunvis failed on `%s'", new->slink);
522 free(new->slink);
    [all...]
mtree.h 47 char *slink; /* symbolic link reference */ member in struct:_node
compare.c 311 "%slink count expected %lu found %lu\n" :
312 "%slink count (%lu, %lu)\n",
555 strcmp(cp = rlink(p->fts_accpath), s->slink)) {
558 "%slink ref expected %s found %s" :
559 "%slink ref (%s, %s", tab, cp, s->slink);
562 (symlink(s->slink, p->fts_accpath) == -1) )
verify.c 256 else if (symlink(p->slink, path))
specspec.c 164 if (FS(n1, n2, F_SLINK, slink))
  /src/sys/dev/hyperv/
hvkbd.c 108 STAILQ_ENTRY(hvkbd_keystroke_info) slink;
272 slink);
380 STAILQ_INSERT_TAIL(&sc->sc_ks_queue, ksi, slink);
396 STAILQ_REMOVE_HEAD(&sc->sc_ks_queue, slink);
430 STAILQ_REMOVE_HEAD(&sc->sc_ks_queue, slink);
  /src/usr.sbin/makefs/
walk.c 333 char slink[PATH_MAX+1]; local in function:walk_dir
336 llen = readlink(path, slink, sizeof(slink) - 1);
339 slink[llen] = '\0';
340 cur->symlink = estrdup(slink);
602 assert(curnode->slink != NULL);
604 curfsnode->symlink = estrdup(curnode->slink);
659 assert(specnode->slink != NULL);
660 ASEPRINT("symlink", "%s", dirnode->symlink, specnode->slink);
662 dirnode->symlink = estrdup(specnode->slink);
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
tegra30.dtsi 669 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";
    [all...]
tegra20.dtsi 575 compatible = "nvidia,tegra20-slink";
589 compatible = "nvidia,tegra20-slink";
603 compatible = "nvidia,tegra20-slink";
617 compatible = "nvidia,tegra20-slink";
  /src/usr.bin/xinstall/
xinstall.c 1234 const char *slink, const char *digestresult, off_t size)
1276 if (slink) {
1277 strsvis(buf, slink, VIS_CSTYLE, extra); /* encode link */
  /src/bin/pax/
ftree.c 518 curlink = ftnode->slink;

Completed in 18 milliseconds