Searched refs:dflags (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/usr.bin/diff3/
H A Ddiff3.ksh32 dflags=
37 dflags="$dflags -$c"
62 diff $dflags -- $1 $3 > $TMP1
63 diff $dflags -- $2 $3 > $TMP2
/openbsd-current/lib/libutil/
H A Dduid.c24 isduid(const char *duid, int dflags) argument
30 if (!((strlen(duid) == 16 && (dflags & OPENDEV_PART)) ||
H A Dopendev.c49 opendev(const char *path, int oflags, int dflags, char **realpath) argument
60 if (dflags & OPENDEV_BLCK)
68 } else if (isduid(path, dflags)) {
74 if (dflags & OPENDEV_PART)
76 if (dflags & OPENDEV_BLCK)
87 if (dflags & OPENDEV_PART) {
/openbsd-current/usr.bin/diff/
H A Ddiff.c86 int ch, dflags, lastch, gotstdin, prevoptind, newarg; local
90 dflags = 0;
107 dflags |= D_FORCEASCII;
110 dflags |= D_FOLDBLANKS;
124 dflags |= D_MINIMAL;
143 dflags |= D_IGNORECASE;
160 dflags |= D_PROTOTYPE;
181 dflags |= D_EXPANDTABS;
195 dflags |= D_IGNOREBLANKS;
252 diffdir(argv[0], argv[1], dflags);
[all...]
/openbsd-current/usr.bin/rcs/
H A Drcsdiff.c51 int fd, i, ch, dflags, status; local
60 dflags = 0;
71 dflags |= D_FORCEASCII;
77 dflags |= D_FOLDBLANKS;
100 dflags |= D_MINIMAL;
106 dflags |= D_IGNORECASE;
132 dflags |= D_PROTOTYPE;
149 dflags |= D_EXPANDTABS;
175 dflags |= D_IGNOREBLANKS;
244 dflags);
272 rcsdiff_file(RCSFILE *file, RCSNUM *rev, const char *filename, int dflags) argument
360 rcsdiff_rev(RCSFILE *file, RCSNUM *rev1, RCSNUM *rev2, int dflags) argument
[all...]
/openbsd-current/lib/libc/db/btree/
H A Dbt_put.c70 int dflags, exact, status; local
114 dflags = 0;
125 dflags |= P_BIGKEY;
137 dflags |= P_BIGDATA;
198 data, dflags, nbytes, idx)) != RET_SUCCESS)
210 WR_BLEAF(dest, key, data, dflags);
H A Dbt_open.c84 int dflags)
304 if (dflags & DB_LOCK)
306 if (dflags & DB_SHMEM)
308 if (dflags & DB_TXN)
83 __bt_open(const char *fname, int flags, int mode, const BTREEINFO *openinfo, int dflags) argument
/openbsd-current/lib/libc/db/recno/
H A Drec_put.c188 int dflags, status; local
204 dflags = P_BIGDATA;
207 dflags = 0;
246 status = __bt_split(t, h, NULL, data, dflags, nbytes, idx);
259 WR_RLEAF(dest, data, dflags);
H A Drec_open.c51 int dflags)
78 O_RDWR, S_IRUSR | S_IWUSR, &btopeninfo, dflags);
80 dbp = __bt_open(NULL, O_RDWR, S_IRUSR | S_IWUSR, NULL, dflags);
50 __rec_open(const char *fname, int flags, int mode, const RECNOINFO *openinfo, int dflags) argument
/openbsd-current/usr.bin/cvs/
H A Ddiff.c35 static int dflags = 0; variable
85 dflags |= D_FORCEASCII;
89 dflags |= D_FOLDBLANKS;
105 dflags |= D_MINIMAL;
126 dflags |= D_IGNORECASE;
152 dflags |= D_PROTOTYPE;
169 dflags |= D_EXPANDTABS;
188 dflags |= D_IGNOREBLANKS;
256 if (dflags & D_PROTOTYPE)
599 dflags)
[all...]
/openbsd-current/bin/mt/
H A Dmt.c87 int _rmtopendev(char *path, int oflags, int dflags, char **realp);
97 _rmtopendev(char *path, int oflags, int dflags, char **realp) argument
103 return opendev(path, oflags, dflags, realp);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Ddf.c395 int dflags = 0;
400 dflags |= DF_LR | DF_RU;
402 dflags |= DF_RU;
404 dflags |= DF_RD;
406 if (dflags)
407 df_bitmaps_free (df, dflags);
1987 int dflags;
1991 dflags = 0;
2101 dflags |= DF_RD;
2137 dflags |
394 int dflags = 0; local
1981 int dflags; local
[all...]
/openbsd-current/lib/libc/db/hash/
H A Dhash.c93 int dflags)
91 __hash_open(const char *file, int flags, int mode, const HASHINFO *info, int dflags) argument

Completed in 211 milliseconds