HomeSort by relevance Sort by last modified time
    Searched refs:typep (Results 1 - 10 of 10) 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 224 ssh_packet_next(struct ssh *ssh, u_char *typep)
234 *typep = SSH_MSG_NONE;
258 *typep = type;
  /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 */
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 352 const clang::Type *typep = cxx_record_decl->getTypeForDecl(); local
353 if (!base_vtable_contextp || !typep) {
360 typep->isDependentType() || typep->isIncompleteType()) {
  /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 715 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 572 milliseconds