Searched refs:origin (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/dns/nameser/ |
D | ns_print.c | 57 static size_t prune_origin(const char *name, const char *origin); 61 const u_char **p, const char *origin, 89 const char *name_ctx, const char *origin, in ns_sprintrr() argument 97 name_ctx, origin, buf, buflen); in ns_sprintrr() 111 const char *name_ctx, const char *origin, in ns_sprintrrf() argument 128 len = (int)prune_origin(name, origin); in ns_sprintrrf() 136 if (((origin == NULL || origin[0] == '\0') || in ns_sprintrrf() 137 (origin[0] != '.' && origin[1] != '\0' && in ns_sprintrrf() 174 T(addname(msg, msglen, &rdata, origin, &buf, &buflen)); in ns_sprintrrf() 201 T(addname(msg, msglen, &rdata, origin, &buf, &buflen)); in ns_sprintrrf() [all …]
|
/bionic/libc/kernel/uapi/linux/ |
D | ncp_fs.h | 62 int origin; member
|
/bionic/libc/kernel/uapi/sound/ |
D | asequencer.h | 162 struct snd_seq_addr origin; member
|
/bionic/linker/ |
D | linker_soinfo.cpp | 84 std::string origin = dirname(get_realpath()); in set_dt_runpath() local 86 std::vector<std::pair<std::string, std::string>> params = {{"ORIGIN", origin}}; in set_dt_runpath()
|