Searched refs:lnk (Results 1 - 25 of 48) sorted by relevance

12

/netbsd-current/games/wump/
H A Dwump.c409 int j, arrow_location, lnk, ok; local
450 lnk = (random() % link_num);
451 if (lnk == player_loc)
456 else if (cave[arrow_location].tunnel[lnk] > room_num)
460 cave[arrow_location].tunnel[lnk]);
466 cave[arrow_location].tunnel[lnk]);
467 arrow_location = cave[arrow_location].tunnel[lnk];
531 int i, j, k, lnk; local
560 lnk = ((i + delta) % room_num) + 1; /* connection */
561 cave[i].tunnel[0] = lnk; /* for
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dchangelma.d2 #ld: -T changelma.lnk
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Dppc476-shared2.d3 #ld: -melf32ppc -shared -z common-page-size=0x10000 --ppc476-workaround -T ppc476-shared.lnk
H A Dppc476-shared.d3 #ld: -melf32ppc -q -shared -z common-page-size=0x10000 --ppc476-workaround -T ppc476-shared.lnk
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_sorgm200.c75 int lnk[2], sor[2], m, s; local
80 lnk[s] = (data & 0x00000010) >> 4;
84 *link |= lnk[s];
89 if (sor[0] != sor[1] || WARN_ON(lnk[0] || !lnk[1]))
/netbsd-current/external/bsd/iscsi/dist/include/
H A Dvirtdir.h45 uint8_t type; /* entry type - file, dir, lnk */
58 struct stat lnk; /* stat struct for symlinks */ member in struct:virtdir_t
/netbsd-current/external/bsd/iscsi/dist/src/initiator/
H A Dvirtdir.h45 uint8_t type; /* entry type - file, dir, lnk */
58 struct stat lnk; /* stat struct for symlinks */ member in struct:virtdir_t
H A Dvirtdir.c125 (void) memcpy(&tp->lnk, l, sizeof(tp->lnk));
126 tp->lnk.st_mode = S_IFLNK | 0644;
127 tp->lnk.st_nlink = 1;
/netbsd-current/share/examples/refuse/virtdir/
H A Dvirtdir.h45 uint8_t type; /* entry type - file, dir, lnk */
58 struct stat lnk; /* stat struct for symlinks */ member in struct:virtdir_t
H A Dvirtdir.c123 (void) memcpy(&tp->lnk, l, sizeof(tp->lnk));
124 tp->lnk.st_mode = S_IFLNK | 0644;
125 tp->lnk.st_nlink = 1;
/netbsd-current/sbin/mount_qemufwcfg/
H A Dvirtdir.h44 uint8_t type; /* entry type - file, dir, lnk */
58 struct stat lnk; /* stat struct for symlinks */ member in struct:virtdir_t
H A Dvirtdir.c113 tp->lnk = *l;
114 tp->lnk.st_mode = S_IFLNK | 0644;
115 tp->lnk.st_nlink = 1;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-spu/
H A Dovl.d2 #ld: -N -T ovl1.lnk -T ovl.lnk --emit-relocs
H A Dovl2.d2 #ld: -N -T ovl2.lnk -T ovl.lnk --emit-relocs
/netbsd-current/usr.sbin/catman/
H A Dcatman.c265 int len, lnk, gflags; local
280 lnk = 0;
292 lnk = 1;
303 lnk = 1;
305 if (lnk)
310 if (!lnk) {
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dvers_ts.c405 bool lnk; local
407 if (!(lnk = islink (file, &sb)) && sb.st_ino == -1)
414 if (lnk && stat (file, &sb) != -1)
/netbsd-current/tests/fs/tmpfs/
H A Dt_readdir.sh59 atf_check -s exit:0 -o empty -e empty ln -s reg lnk
/netbsd-current/usr.bin/xinstall/
H A Dxinstall.c530 char src[MAXPATHLEN], dst[MAXPATHLEN], lnk[MAXPATHLEN]; local
640 for (++d, lnk[0] = '\0'; *d; d++)
642 (void)strlcat(lnk, "../", sizeof(lnk));
644 (void)strlcat(lnk, ++s, sizeof(lnk));
646 do_symlink(lnk, to_name);
647 /* XXX: lnk may point outside of destdir */
648 metadata_log(to_name, "link", NULL, lnk, NULL, 0);
/netbsd-current/share/examples/refuse/id3fs/
H A Did3fs.c76 (void) memcpy(st, &id3.lnk, sizeof(*st));
/netbsd-current/share/examples/refuse/pcifs/
H A Dpcifs.c71 (void) memcpy(st, &pci.lnk, sizeof(*st));
/netbsd-current/external/gpl3/gdb.old/dist/zlib/amiga/
H A DMakefile.sas43 -delete force quiet example minigzip *.o z.lib foo.gz *.lnk SCOPTIONS
/netbsd-current/external/gpl3/binutils/dist/zlib/amiga/
H A DMakefile.sas43 -delete force quiet example minigzip *.o z.lib foo.gz *.lnk SCOPTIONS
/netbsd-current/external/gpl3/gdb/dist/zlib/amiga/
H A DMakefile.sas43 -delete force quiet example minigzip *.o z.lib foo.gz *.lnk SCOPTIONS
/netbsd-current/external/gpl3/binutils.old/dist/zlib/amiga/
H A DMakefile.sas43 -delete force quiet example minigzip *.o z.lib foo.gz *.lnk SCOPTIONS
/netbsd-current/common/dist/zlib/amiga/
H A DMakefile.sas43 -delete force quiet example minigzip *.o z.lib foo.gz *.lnk SCOPTIONS

Completed in 189 milliseconds

12