Searched refs:AFTER (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h85 #define AFTER(b) ((b)->t_p) macro
129 #define AFTER(b) (((b)->t_p).w_p) macro
H A Dmalloc.c150 AFTER(tp) = np;
152 AFTER(tp) = NULL;
157 List[i] = AFTER(tp);
506 AFTER(tp) = List[ts];
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h101 #define AFTER(b) (((b)->t_p).w_p[0]) macro
H A Dmalloc.c147 AFTER(tp) = np;
155 if ((List[i] = AFTER(tp)) == NULL)
504 AFTER(tp) = NULL;
512 AFTER(sp) = tp;
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmcs.h74 #define AFTER 0x00000040 /* section is AFTER a segment */ macro
H A Dfile.c484 GET_LOC(sinfo->flags) == AFTER) {
521 AFTER)) {
766 if (x == AFTER)
955 * The section is positioned AFTER,
1171 if (location(dst_ehdr.e_phoff, 0, dst_elf, state) == AFTER) {
1180 if ((location(dst_ehdr.e_shoff, 0, src_elf, state) == AFTER) ||
1492 return (AFTER);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h211 * EQUAL, AFTER, DESCENDENT
214 #define AFTER(x, y) (strcmp(x, y) > 0) macro
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y122 // The following directive causes tokens ABORT, AFTER, ASC, etc. to
127 ABORT AFTER ASC ATTACH BEFORE BEGIN CASCADE CLUSTER CONFLICT
810 trigger_time(A) ::= AFTER. { A = TK_AFTER; }

Completed in 102 milliseconds