Searched refs:predicate (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libslp/clib/
H A DSLPUtils.c216 char *predicate; local
230 if (!(predicate = malloc(hintlen + predlen + 1))) {
235 (void) strcpy(predicate, "(service-type=");
236 (void) strcat(predicate, type_hint);
237 (void) strcat(predicate, ")");
239 predicate = "";
250 err = slp_packSrvRqst("service:service-agent", predicate, hp);
259 free(predicate);
/osnet-11/usr/src/lib/libpp/common/
H A Dppexpr.c39 * exists predicate evaluation
105 * strcmp/match predicate evaluation
149 * #if predicate parse and evaluation
153 predicate(int warn) function
197 error(1, "%s: predicate argument expected", pred);
214 error(1, "%s(%s): non-standard predicate test", pred, args);
521 if (!errmsg && !(pp.mode & INACTIVE)) errmsg = "# must precede a predicate identifier";
524 n = predicate(0);
527 n = predicate(1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL734 Negate the sense of the following predicate. The C<!> must be passed as
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm709 The C<Storable::last_op_in_netorder()> predicate will tell you whether

Completed in 26 milliseconds