HomeSort by: relevance | last modified time | path
    Searched refs:COMPARE (Results 1 - 11 of 11) sorted by relevancy

  /src/bin/expr/
expr.y 71 %left COMPARE
107 | expr COMPARE expr {
132 | COMPARE
334 SPEC_OR, SPEC_AND, COMPARE, COMPARE, COMPARE, ADD_SUB_OPERATOR,
356 retval = COMPARE;
  /src/usr.bin/vacation/
vacation.c 316 #define COMPARE(a, b) strncmp(a, b, sizeof(b) - 1)
322 if (COMPARE(buf, "From ") == 0)
325 COMPARE(buf, "From:") == 0)
346 if (COMPARE(buf, "Cc:"))
351 if (COMPARE(buf, "To:"))
358 COMPARE(buf, "Apparently-To:") == 0) {
377 COMPARE(buf, "Delivered-To:") != 0)
384 COMPARE(buf, "Return-Path:") == 0)
389 if (COMPARE(buf, "Subject:") == 0) {
410 COMPARE(buf, "Sender:") == 0
    [all...]
  /src/tests/lib/libcurses/director/
testlang_conf.l 167 COMPARE compare
258 {COMPARE} return COMPARE;
testlang_parse.y 191 %token <string> COMPARE
220 | compare
315 compare : COMPARE PATH { label
318 | COMPARE FILENAME {
892 * Compare the output from the slave against the given file and report
  /src/usr.bin/find/
function.c 68 #define COMPARE(a, b) { \
230 COMPARE((now - entry->fts_statp->st_atime +
288 COMPARE(entry->fts_statp->st_atime, plan->t_data);
315 COMPARE((now - entry->fts_statp->st_atime +
343 COMPARE((now - entry->fts_statp->st_ctime +
401 COMPARE(entry->fts_statp->st_ctime, plan->t_data);
428 COMPARE((now - entry->fts_statp->st_ctime +
1158 COMPARE(entry->fts_statp->st_gid, plan->g_data);
1198 COMPARE(entry->fts_statp->st_ino, plan->i_data);
1224 COMPARE(entry->fts_statp->st_nlink, plan->l_data)
    [all...]
  /src/usr.bin/rdist/
defs.h 85 #define COMPARE 0x8
main.c 163 options |= COMPARE;
server.c 268 opts & COMPARE ? " -b" : "",
379 opts &= ~(COMPARE|REMOVE);
435 opts |= COMPARE;
545 if (f < 0 || (f == 0 && (opts & COMPARE)))
667 if (opts & COMPARE)
884 if (opts & COMPARE) {
937 if (opts & COMPARE) {
980 if (opts & COMPARE) {
gram.y 311 yylval.intval = COMPARE;
  /src/tests/lib/libc/db/
h_db.c 62 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA };
64 static void compare(DBT *, DBT *);
197 case 'c': /* compare */
200 command = COMPARE;
256 case COMPARE:
257 compare(&keydata, &data);
290 case COMPARE:
351 compare(DBT *db1, DBT *db2) function in typeref:typename:void
357 printf("compare failed: key->data len %zu != data len %zu\n",
363 printf("compare failed at offset %lu\n"
    [all...]
  /src/sys/dev/usb/
if_urtwn.c 160 URTWN_DEV(COMPARE, RTL8192CU),

Completed in 157 milliseconds