Searched refs:binary (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/libnetwork/netresolv/inet/
H A Dnsap_addr.c52 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { argument
57 assert(binary != NULL);
76 *binary++ = (nib << 4) | xtob(c);
91 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { argument
97 assert(binary != NULL);
113 nib = (u_int32_t)*binary >> 4;
115 nib = *binary++ & 0x0f;
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DCompress3.cpp78 ifstream ifs(*++argv, ios::binary | ios::nocreate);
93 ofstream ofs("test.bin", ios::binary);
/haiku/src/add-ons/print/transports/shared/
H A DSocketStream.cpp48 ofstream ofs("recv.log", ios::binary | ios::app);
86 ofstream ofs("send.log", ios::binary | ios::app);
/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc98 if (mode & ios::binary)
100 mode &= ~ios::binary;
/haiku/src/bin/writembr/
H A Dwritembr.cpp71 fs.open(device.Path(), fstream::in | fstream::out | fstream::binary);
/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.cpp71 fStream.open(fFile, ios::in | ios::out | ios::binary | ios::trunc);
/haiku/src/add-ons/print/transports/ipp/
H A DIppTransport.cpp70 __fs.open(__file, ios::in | ios::out | ios::binary | ios::trunc);
H A DIppContent.cpp815 ifs.open(file_path.c_str(), ios::in | ios::binary);
928 ifs.open(file_path.c_str(), ios::in | ios::binary);
/haiku/3rdparty/proj2make/
H A Dproj2make.cpp92 gProjFile.open(projPath, fstream::in | fstream::binary);
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_debug.c24 * Redistribution and use in source and binary forms, with or without
29 * 2. Redistributions in binary form must reproduce the above copyright
927 loc_aton(const char *ascii, u_char *binary) argument
1022 bcp = binary;
1036 loc_ntoa(const u_char *binary, char *ascii) argument
1041 const u_char *cp = binary;
/haiku/src/libs/compat/freebsd_iflib/
H A Dnvlist.c11 * Redistribution and use in source and binary forms, with or without
16 * 2. Redistributions in binary form must reproduce the above copyright
537 const unsigned char *binary; local
541 binary = nvpair_get_binary(nvp, &size);
544 dprintf(fd, "%02hhx", binary[ii]);
1424 NVLIST_EXISTS(binary, BINARY)
2027 NVLIST_FREE(binary, BINARY)
/haiku/src/tests/kits/net/service/
H A DHttpTest.cpp377 std::ios::in | std::ios::binary);
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c6 ** Redistribution and use in source and binary forms, with or without
11 ** 2. Redistributions in binary form must reproduce the above copyright
923 /* Base-64 decoding. This represents binary data as printable ASCII
924 ** characters. Three 8-bit binary bytes are turned into four 6-bit
2559 /* Sort the tables so we can do binary search. */
3405 char* binary; local
3560 /* Split the program into directory and binary, so we can chdir()
3566 binary = hc->expnfilename; /* ignore errors */
3569 binary = strrchr( directory, '/' );
3570 if ( binary
[all...]
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php74 // path to qemu binary
/haiku/headers/cpp/
H A Dstreambuf.h147 bin = _IOS_BIN, // Deprecated - ANSI uses ios::binary.
148 binary = _IOS_BIN }; enumerator in enum:ios::open_mode

Completed in 205 milliseconds