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

  /src/usr.bin/xinstall/
xinstall.c 129 static FILE *metafp; variable in typeref:typename:FILE *
386 if ((metafp = fopen(metafile, "a")) == NULL)
1218 fputc(' ', metafp);
1219 fputc(ug, metafp);
1221 fprintf(metafp, "id=%jd", (intmax_t)id);
1223 fprintf(metafp, "name=%s", str);
1228 * if metafp is not NULL, output mtree(8) full path name and settings to
1229 * metafp, to allow permissions to be set correctly by other tools,
1242 if (!metafp)
1254 if (fcntl(fileno(metafp), F_SETLKW, &metalog_lock) == -1)
    [all...]
xinstall.c 129 static FILE *metafp; variable in typeref:typename:FILE *
386 if ((metafp = fopen(metafile, "a")) == NULL)
1218 fputc(' ', metafp);
1219 fputc(ug, metafp);
1221 fprintf(metafp, "id=%jd", (intmax_t)id);
1223 fprintf(metafp, "name=%s", str);
1228 * if metafp is not NULL, output mtree(8) full path name and settings to
1229 * metafp, to allow permissions to be set correctly by other tools,
1242 if (!metafp)
1254 if (fcntl(fileno(metafp), F_SETLKW, &metalog_lock) == -1)
    [all...]
xinstall.c 129 static FILE *metafp; variable in typeref:typename:FILE *
386 if ((metafp = fopen(metafile, "a")) == NULL)
1218 fputc(' ', metafp);
1219 fputc(ug, metafp);
1221 fprintf(metafp, "id=%jd", (intmax_t)id);
1223 fprintf(metafp, "name=%s", str);
1228 * if metafp is not NULL, output mtree(8) full path name and settings to
1229 * metafp, to allow permissions to be set correctly by other tools,
1242 if (!metafp)
1254 if (fcntl(fileno(metafp), F_SETLKW, &metalog_lock) == -1)
    [all...]
xinstall.c 129 static FILE *metafp; variable in typeref:typename:FILE *
386 if ((metafp = fopen(metafile, "a")) == NULL)
1218 fputc(' ', metafp);
1219 fputc(ug, metafp);
1221 fprintf(metafp, "id=%jd", (intmax_t)id);
1223 fprintf(metafp, "name=%s", str);
1228 * if metafp is not NULL, output mtree(8) full path name and settings to
1229 * metafp, to allow permissions to be set correctly by other tools,
1242 if (!metafp)
1254 if (fcntl(fileno(metafp), F_SETLKW, &metalog_lock) == -1)
    [all...]

Completed in 45 milliseconds