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

  /src/bin/dd/
args.c 82 static u_int f_ioflag(char *, u_int);
422 iflag = f_ioflag(arg, C_IFLAG);
435 oflag = f_ioflag(arg, C_OFLAG);
472 f_ioflag(char *arg, u_int flagtype) function in typeref:typename:u_int
args.c 82 static u_int f_ioflag(char *, u_int);
422 iflag = f_ioflag(arg, C_IFLAG);
435 oflag = f_ioflag(arg, C_OFLAG);
472 f_ioflag(char *arg, u_int flagtype) function in typeref:typename:u_int

Completed in 23 milliseconds