Home
last modified time | relevance | path

Searched refs:dflags (Results 1 – 15 of 15) sorted by relevance

/openbsd/usr.bin/rcs/
H A Drcsdiff.c51 int fd, i, ch, dflags, status; in rcsdiff_main() local
60 dflags = 0; in rcsdiff_main()
71 dflags |= D_FORCEASCII; in rcsdiff_main()
77 dflags |= D_FOLDBLANKS; in rcsdiff_main()
100 dflags |= D_MINIMAL; in rcsdiff_main()
106 dflags |= D_IGNORECASE; in rcsdiff_main()
132 dflags |= D_PROTOTYPE; in rcsdiff_main()
149 dflags |= D_EXPANDTABS; in rcsdiff_main()
175 dflags |= D_IGNOREBLANKS; in rcsdiff_main()
244 dflags); in rcsdiff_main()
[all …]
/openbsd/lib/libutil/
H A Dopendev.c49 opendev(const char *path, int oflags, int dflags, char **realpath) in opendev() argument
60 if (dflags & OPENDEV_BLCK) in opendev()
68 } else if (isduid(path, dflags)) { in opendev()
74 if (dflags & OPENDEV_PART) in opendev()
76 if (dflags & OPENDEV_BLCK) in opendev()
87 if (dflags & OPENDEV_PART) { in opendev()
H A Dduid.c24 isduid(const char *duid, int dflags) in isduid() argument
30 if (!((strlen(duid) == 16 && (dflags & OPENDEV_PART)) || in isduid()
/openbsd/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/usr.bin/diff/
H A Ddiff.c86 int ch, dflags, lastch, gotstdin, prevoptind, newarg; in main() local
90 dflags = 0; in main()
107 dflags |= D_FORCEASCII; in main()
110 dflags |= D_FOLDBLANKS; in main()
124 dflags |= D_MINIMAL; in main()
143 dflags |= D_IGNORECASE; in main()
160 dflags |= D_PROTOTYPE; in main()
181 dflags |= D_EXPANDTABS; in main()
195 dflags |= D_IGNOREBLANKS; in main()
252 diffdir(argv[0], argv[1], dflags); in main()
[all …]
/openbsd/usr.bin/cvs/
H A Ddiff.c35 static int dflags = 0; variable
85 dflags |= D_FORCEASCII; in cvs_diff()
89 dflags |= D_FOLDBLANKS; in cvs_diff()
105 dflags |= D_MINIMAL; in cvs_diff()
126 dflags |= D_IGNORECASE; in cvs_diff()
152 dflags |= D_PROTOTYPE; in cvs_diff()
169 dflags |= D_EXPANDTABS; in cvs_diff()
188 dflags |= D_IGNOREBLANKS; in cvs_diff()
256 if (dflags & D_PROTOTYPE) in cvs_diff()
599 dflags) == D_ERROR) in cvs_diff_local()
/openbsd/lib/libc/db/btree/
H A Dbt_put.c70 int dflags, exact, status; in __bt_put() local
114 dflags = 0; in __bt_put()
125 dflags |= P_BIGKEY; in __bt_put()
137 dflags |= P_BIGDATA; in __bt_put()
198 data, dflags, nbytes, idx)) != RET_SUCCESS) in __bt_put()
210 WR_BLEAF(dest, key, data, dflags); in __bt_put()
H A Dbt_open.c84 int dflags) in __bt_open() argument
304 if (dflags & DB_LOCK) in __bt_open()
306 if (dflags & DB_SHMEM) in __bt_open()
308 if (dflags & DB_TXN) in __bt_open()
/openbsd/lib/libc/db/recno/
H A Drec_put.c188 int dflags, status; in __rec_iput() local
204 dflags = P_BIGDATA; in __rec_iput()
207 dflags = 0; in __rec_iput()
246 status = __bt_split(t, h, NULL, data, dflags, nbytes, idx); in __rec_iput()
259 WR_RLEAF(dest, data, dflags); in __rec_iput()
H A Drec_open.c51 int dflags) in __rec_open() argument
78 O_RDWR, S_IRUSR | S_IWUSR, &btopeninfo, dflags); in __rec_open()
80 dbp = __bt_open(NULL, O_RDWR, S_IRUSR | S_IWUSR, NULL, dflags); in __rec_open()
/openbsd/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) in _rmtopendev() argument
103 return opendev(path, oflags, dflags, realp); in _rmtopendev()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddf.c394 int dflags = 0; local
399 dflags |= DF_LR | DF_RU;
401 dflags |= DF_RU;
403 dflags |= DF_RD;
405 if (dflags)
406 df_bitmaps_free (df, dflags);
1981 int dflags; local
1985 dflags = 0;
2095 dflags |= DF_RD;
2131 dflags |= DF_RU;
[all …]
/openbsd/lib/libc/db/hash/
H A Dhash.c93 int dflags) in __hash_open() argument
/openbsd/gnu/usr.bin/binutils/opcodes/
H A DChangeLog-92971844 prototypes. Get rid of static variables aflags and dflags. Pass
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-92971844 prototypes. Get rid of static variables aflags and dflags. Pass