Searched defs:AP_ANCHOR (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c89 #define AP_ANCHOR "[anchor]" macro
477 (void) printf(" %s", AP_ANCHOR);
579 if (strncasecmp(cp, AP_ANCHOR, sizeof (AP_ANCHOR) - 1) == 0) {
593 cp += sizeof (AP_ANCHOR) - 1;
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c869 #define AP_ANCHOR "[anchor]" macro
3089 AP_ANCHOR);
3090 len += (strlen(AP_ANCHOR) + 1);
3107 if (strncasecmp(module, AP_ANCHOR, strlen(AP_ANCHOR)) == 0) {

Completed in 68 milliseconds