OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ddflags
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/dd/
dd.c
82
u_int
ddflags
; /* conversion options */
variable in typeref:typename:u_int
208
if ((oflag & O_TRUNC) && (
ddflags
& C_SEEK)) {
213
if ((oflag & O_TRUNC) && (
ddflags
& C_NOTRUNC)) {
220
(oflag | (
ddflags
& (C_SEEK | C_NOTRUNC) ? 0 : O_TRUNC))
247
if (!(
ddflags
& (C_BLOCK|C_UNBLOCK))) {
249
if (!(
ddflags
& C_BS))
275
if ((
ddflags
& (C_OF | C_SEEK | C_NOTRUNC)) == (C_OF | C_SEEK))
283
if (
ddflags
& (C_LCASE|C_UCASE)) {
291
if (
ddflags
& C_ASCII ||
ddflags
& C_EBCDIC)
[
all
...]
Completed in 11 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025