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

  /src/usr.bin/rdist/
defs.h 85 #define COMPARE 0x8
  /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/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/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...]

Completed in 13 milliseconds