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

  /src/sys/arch/hppa/stand/mkboot/
mkboot.c 116 char *to_file; variable in typeref:typename:char *
165 to_file = argv[--argc];
166 if ((to = open(to_file, O_RDWR | O_TRUNC | O_CREAT, 0644)) < 0)
167 err(1, "%s: open", to_file);
181 bcddate(to_file, lifv->vol_toc);
191 err(1, "%s: lseek", to_file);
222 err(1, "%s: lseek", to_file);
224 err(1, "%s: write LIF volume", to_file);
228 err(1, "%s", to_file);
307 err(1, "%s", to_file);
    [all...]
mkboot.c 116 char *to_file; variable in typeref:typename:char *
165 to_file = argv[--argc];
166 if ((to = open(to_file, O_RDWR | O_TRUNC | O_CREAT, 0644)) < 0)
167 err(1, "%s: open", to_file);
181 bcddate(to_file, lifv->vol_toc);
191 err(1, "%s: lseek", to_file);
222 err(1, "%s: lseek", to_file);
224 err(1, "%s: write LIF volume", to_file);
228 err(1, "%s", to_file);
307 err(1, "%s", to_file);
    [all...]
mkboot.c 116 char *to_file; variable in typeref:typename:char *
165 to_file = argv[--argc];
166 if ((to = open(to_file, O_RDWR | O_TRUNC | O_CREAT, 0644)) < 0)
167 err(1, "%s: open", to_file);
181 bcddate(to_file, lifv->vol_toc);
191 err(1, "%s: lseek", to_file);
222 err(1, "%s: lseek", to_file);
224 err(1, "%s: write LIF volume", to_file);
228 err(1, "%s", to_file);
307 err(1, "%s", to_file);
    [all...]

Completed in 38 milliseconds