HomeSort by: relevance | last modified time | path
    Searched defs:LINK (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/share/mk/
sys.mk 25 LINK.s?= ${CC} ${AFLAGS} ${AFLAGS.${<:T}} ${LDSTATIC} ${LDFLAGS}
28 LINK.S?= ${CC} ${AFLAGS} ${AFLAGS.${<:T}} ${LDSTATIC} ${LDFLAGS}
29 COMPILE_LINK.S?=${LINK.S} ${CPPFLAGS}
50 LINK.c?= ${CC} ${CFLAGS} ${LDSTATIC} ${LDFLAGS}
51 COMPILE_LINK.c?=${LINK.c} ${CPPFLAGS}
77 LINK.cc?= ${CXX} ${CXXFLAGS} ${LDSTATIC} ${LDFLAGS}
78 COMPILE_LINK.cc?=${LINK.cc} ${CPPFLAGS}
83 LINK.m?= ${OBJC} ${OBJCFLAGS} ${LDSTATIC} ${LDFLAGS}
84 LINK.m?= ${LINK.m} ${CPPFLAGS
    [all...]
  /src/lib/libc/include/isc/
list.h 28 #define LINK(type) struct { type *prev, *next; }
29 #define INIT_LINK_TYPE(elt, link, type) \
31 (elt)->link.prev = (type *)(-1); \
32 (elt)->link.next = (type *)(-1); \
34 #define INIT_LINK(elt, link) \
35 INIT_LINK_TYPE(elt, link, void)
36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \
37 (void *)((elt)->link.next) != (void *)(-1))
43 #define PREPEND(list, elt, link) \
    [all...]
  /src/tests/lib/libc/c063/
t_readlinkat.c 48 #define LINK "dir/symlink"
67 ATF_REQUIRE(symlink(FILE, LINK) == 0);
93 ATF_REQUIRE(symlink(FILE, LINK) == 0);
95 len = readlinkat(AT_FDCWD, LINK, buf, sizeof(buf)-1);
112 ATF_REQUIRE(readlinkat(AT_FDCWD, LINK, buf, sizeof(buf)) == -1);
143 ATF_REQUIRE(symlink(FILE, LINK) == 0);
145 ATF_REQUIRE(readlinkat(-1, LINK, buf, sizeof(buf)) == -1);
t_symlinkat.c 50 #define LINK "newdir/symlink"
74 ATF_REQUIRE(stat(LINK, &nst) == 0);
94 ATF_REQUIRE(symlinkat(RELFILE, AT_FDCWD, LINK) == 0);
97 ATF_REQUIRE(stat(LINK, &nst) == 0);
117 ATF_REQUIRE(symlinkat(FILEERR, AT_FDCWD, LINK) == 0);
118 ATF_REQUIRE(lstat(LINK, &st) == 0);
119 ATF_REQUIRE(stat(LINK, &st) == -1);
138 ATF_REQUIRE(symlinkat(RELFILE, -1, LINK) == -1);
t_faccessat.c 48 #define LINK "dir/symlink"
162 ATF_REQUIRE(symlink(FILE, LINK) == 0); /* NB: FILE does not exists */
t_fchmodat.c 48 #define LINK "dir/symlink"
176 ATF_REQUIRE(symlink(FILE, LINK) == 0);
187 ATF_REQUIRE(lstat(LINK, &st) == 0);
t_fchownat.c 49 #define LINK "dir/symlink"
219 ATF_REQUIRE(symlink(FILE, LINK) == 0); /* Target does not exists */
231 ATF_REQUIRE(lstat(LINK, &st) == 0);
t_fstatat.c 48 #define LINK "dir/symlink"
173 ATF_REQUIRE(symlink(FILE, LINK) == 0); /* target does not exists */
t_linkat.c 52 #define LINK "olddir/symlink"
156 ATF_REQUIRE(symlink(RELFILE, LINK) == 0);
165 ATF_REQUIRE(lstat(LINK, &ost) == 0);
189 ATF_REQUIRE(symlink(RELFILE, LINK) == 0);
197 ATF_REQUIRE(lstat(LINK, &ost) == 0);
t_utimensat.c 54 #define LINK "dir/symlink"
211 RL(symlink(FILE, LINK)); /* NB: FILE does not exists */
221 RL(lstat(LINK, &st));
222 RL(statvfs(DIR, &fs)); /* XXX should do lstatvfs(LINK, &fs) */
  /src/external/bsd/libbind/dist/include/isc/
list.h 28 #define LINK(type) struct { type *prev, *next; }
29 #define INIT_LINK_TYPE(elt, link, type) \
31 (elt)->link.prev = (type *)(-1); \
32 (elt)->link.next = (type *)(-1); \
34 #define INIT_LINK(elt, link) \
35 INIT_LINK_TYPE(elt, link, void)
36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \
37 (void *)((elt)->link.next) != (void *)(-1))
43 #define PREPEND(list, elt, link) \
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
se_kills2.S 90 LINK 12;
c_mmr_loop.S 117 RETS = r0; // prevent X's breaking LINK instruction
149 LINK 0; // change for how much stack frame space you need.
c_mmr_ppop_illegal_adr.S 119 RETS = r0; // prevent X's breaking LINK instruction
151 LINK 0; // change for how much stack frame space you need.
c_mmr_ppopm_illegal_adr.S 119 RETS = r0; // prevent X's breaking LINK instruction
151 LINK 0; // change for how much stack frame space you need.
c_mmr_timer.S 116 RETS = r0; // prevent X's breaking LINK instruction
148 LINK 0; // change for how much stack frame space you need.
se_bug_ui.S 121 RETS = r0; // prevent X's breaking LINK instruction
155 LINK 0; // change for how much stack frame space you need.
se_bug_ui2.S 121 RETS = r0; // prevent X's breaking LINK instruction
155 LINK 0; // change for how much stack frame space you need.
se_bug_ui3.S 121 RETS = r0; // prevent X's breaking LINK instruction
155 LINK 0; // change for how much stack frame space you need.
se_excpt_dagprotviol.S 117 RETS = r0; // prevent X's breaking LINK instruction
159 LINK 0; // change for how much stack frame space you need.
se_excpt_ifprotviol.S 117 RETS = r0; // prevent X's breaking LINK instruction
159 LINK 0; // change for how much stack frame space you need.
se_illegalcombination.S 125 RETS = r0; // prevent X's breaking LINK instruction
159 LINK 0; // change for how much stack frame space you need.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
se_kills2.S 90 LINK 12;
  /src/sbin/restore/
restore.h 104 #define LINK 4 /* synthesized type, stripped by addentry */
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
util.h 193 #define LINK(type) ISC_LINK(type)
194 #define INIT_LINK(elt, link) ISC_LINK_INIT(elt, link)
198 #define PREV(elt, link) ISC_LIST_PREV(elt, link)
199 #define NEXT(elt, link) ISC_LIST_NEXT(elt, link)
200 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link)
201 #define PREPEND(list, elt, link) ISC_LIST_PREPEND(list, elt, link
    [all...]

Completed in 34 milliseconds

1 2 3