Searched refs:binary (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/isc/win32/ |
H A D | file.c | 45 gettemp(char *path, isc_boolean_t binary, int *doopen) { argument 50 if (binary) 111 mkstemp(char *path, isc_boolean_t binary) { argument 114 return (gettemp(path, binary, &fd) ? fd : -1); 377 openuniquemode(char *templet, int mode, isc_boolean_t binary, FILE **fp) { argument 388 fd = mkstemp(templet, binary); 398 f = fdopen(fd, binary ? "wb+" : "w+");
|
/bind-9.11.3/unit/atf-src/atf-sh/ |
H A D | atf-check.cpp | 4 // Redistribution and use in source and binary forms, with or without 9 // 2. Redistributions in binary form must reproduce the above copyright 656 std::ifstream ifs(path.c_str(), std::fstream::binary); 660 std::ofstream ofs(oc.value.c_str(), std::fstream::binary
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
H A D | ltmain.sh | 2463 # Create the binary in the object directory, then wrap it. 2782 # win32 will think the script is a binary if it has 3487 # Install the binary that we compiled earlier. 3914 into their corresponding uninstalled binary, and any of their required library
|
Completed in 29 milliseconds