HomeSort by relevance Sort by last modified time
    Searched refs:typep (Results 1 - 12 of 12) sorted by null

  /external/elfutils/backends/
aarch64_regs.c 44 const char **setnamep, int *typep,
48 *typep = type;
64 int *bits, int *typep)
74 do_regtype(setname, type, setnamep, typep, name, namelen, __VA_ARGS__)
  /external/openssh/
ssh_api.h 77 * the packet type in typep.
81 * ssh_packet_next() sets typep if there is no new packet available.
89 int ssh_packet_next(struct ssh *ssh, u_char *typep);
packet.c     [all...]
ssh_api.c 228 ssh_packet_next(struct ssh *ssh, u_char *typep)
238 *typep = SSH_MSG_NONE;
262 *typep = type;
  /external/openssh/regress/misc/kexfuzz/
kexfuzz.c 48 packet_hook(struct ssh *ssh, struct sshbuf *packet, u_char *typep, void *_ctx)
59 *packet_count, *typep);
68 typep)) != 0 ||
73 *typep);
80 if (fwrite(typep, 1, 1, dumpfile) != 1)
88 *typep, sshbuf_len(packet));
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 129 std::string ABIWrapper::GetTypeLinkageName(const clang::Type *typep) const {
130 assert(typep != nullptr);
131 clang::QualType qt = typep->getCanonicalTypeInternal();
376 const clang::Type *typep = cxx_record_decl->getTypeForDecl(); local
377 if (!base_vtable_contextp || !typep) {
384 typep->isDependentType() || typep->isIncompleteType()) {
abi_wrappers.h 65 std::string GetTypeLinkageName(const clang::Type *typep) const;
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
ZoneProc.c 581 unsigned char *typep; local
651 typep = sp->types;
660 *typep++ = 1; /* DST ends */
662 *typep++ = 0; /* DST begins */
665 *typep++ = 0; /* DST begins */
667 *typep++ = 1; /* DST ends */
  /external/dnsmasq/src/
rfc1035.c 866 unsigned short extract_request(HEADER *header, size_t qlen, char *name, unsigned short *typep)
871 if (typep)
872 *typep = 0;
883 if (typep)
884 *typep = qtype;
    [all...]
dnsmasq.h 683 char *name, unsigned short *typep);
  /external/iproute2/ip/
ipxfrm.c 1227 char *typep = NULL; local
1280 typep = *argv;
1353 if (typep || codep) {
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 173 const char * typep, const char * monthp,
    [all...]

Completed in 437 milliseconds