Home
last modified time | relevance | path

Searched refs:pagefile (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/docs/examples/
H A Durl2file.c44 FILE *pagefile; in main() local
69 pagefile = fopen(pagefilename, "wb"); in main()
70 if(pagefile) { in main()
73 curl_easy_setopt(curl_handle, CURLOPT_WRITEDATA, pagefile); in main()
79 fclose(pagefile); in main()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfswipe.h47 int pagefile; /* Wipe pagefile (swap space) */ member
H A Dntfswipe.c172 " -p --pagefile Wipe pagefile (swap space)\n" in usage()
282 { "pagefile", no_argument, NULL, 'p' }, in parse_options()
322 opts.pagefile++; in parse_options()
364 opts.pagefile++; in parse_options()
457 !opts.pagefile && !opts.tails && !opts.unused && in parse_options()
1478 * wipe_pagefile - Wipe the pagefile (swap space)
1483 * pagefile.sys is used by Windows as extra virtual memory (swap space).
1506 ni = ntfs_pathname_to_inode(vol, NULL, "pagefile.sys"); in wipe_pagefile()
1508 ntfs_log_debug("Failed to open inode of pagefile in wipe_pagefile()
[all...]

Completed in 4 milliseconds