Home
last modified time | relevance | path

Searched refs:strprefix (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-pru.c195 #define strprefix(STR, PREFIX) \ macro
1306 if (strprefix (argstr, "%pmem") || strprefix (argstr, "%label")) in pru_consume_arg()
1331 if (strprefix (argstr, "%label")) in pru_consume_arg()
1431 if (strprefix (p, "%pmem") || strprefix (p, "%label")) in pru_parse_args()
/netbsd/src/crypto/external/bsd/openssh/dist/
Dservconf.c1229 if (strprefix(attrib, "user=", 1) != NULL || in match_cfg_line()
1230 strprefix(attrib, "group=", 1) != NULL || in match_cfg_line()
1231 strprefix(attrib, "host=", 1) != NULL || in match_cfg_line()
1232 strprefix(attrib, "address=", 1) != NULL || in match_cfg_line()
1233 strprefix(attrib, "localaddress=", 1) != NULL || in match_cfg_line()
1234 strprefix(attrib, "localport=", 1) != NULL || in match_cfg_line()
1235 strprefix(attrib, "rdomain=", 1) != NULL || in match_cfg_line()
1236 strprefix(attrib, "version=", 1) != NULL) { in match_cfg_line()
3115 if ((val = strprefix(p, "addr=", 0)) != NULL) { in parse_server_match_testspec()
3117 } else if ((val = strprefix(p, "host=", 0)) != NULL) { in parse_server_match_testspec()
[all …]
Dmisc.h60 const char *strprefix(const char *, const char *, int);
Dreadconf.c816 if (strprefix(attrib, "host=", 1) != NULL || in match_cfg_line()
817 strprefix(attrib, "originalhost=", 1) != NULL || in match_cfg_line()
818 strprefix(attrib, "user=", 1) != NULL || in match_cfg_line()
819 strprefix(attrib, "localuser=", 1) != NULL || in match_cfg_line()
820 strprefix(attrib, "localnetwork=", 1) != NULL || in match_cfg_line()
821 strprefix(attrib, "version=", 1) != NULL || in match_cfg_line()
822 strprefix(attrib, "tagged=", 1) != NULL || in match_cfg_line()
823 strprefix(attrib, "command=", 1) != NULL || in match_cfg_line()
824 strprefix(attrib, "exec=", 1) != NULL) { in match_cfg_line()
Dssh-agent.c2292 else if ((ccp = strprefix(optarg, in main()
Dmisc.c100 strprefix(const char *s, const char *prefix, int ignorecase) in strprefix() function
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dremote.c7955 strprefix (const char *p, const char *pend, const char *prefix) in strprefix() function
8014 if (strprefix (p, p1, "thread")) in remote_parse_stop_reply()
8016 else if (strprefix (p, p1, "syscall_entry")) in remote_parse_stop_reply()
8023 else if (strprefix (p, p1, "syscall_return")) in remote_parse_stop_reply()
8030 else if (strprefix (p, p1, "watch") in remote_parse_stop_reply()
8031 || strprefix (p, p1, "rwatch") in remote_parse_stop_reply()
8032 || strprefix (p, p1, "awatch")) in remote_parse_stop_reply()
8038 else if (strprefix (p, p1, "swbreak")) in remote_parse_stop_reply()
8053 else if (strprefix (p, p1, "hwbreak")) in remote_parse_stop_reply()
8066 else if (strprefix (p, p1, "library")) in remote_parse_stop_reply()
[all …]
DChangeLog-20152213 * remote.c (remote_parse_stop_reply): Call strprefix instead
5700 * remote.c (strprefix): New.
5701 (remote_parse_stop_reply): Use strprefix instead of strncmp
/netbsd/src/crypto/external/bsd/openssh/lib/
Dssh.expsym814 strprefix
/netbsd/src/external/gpl3/binutils/dist/gold/
Dsymtab.cc335 #define strprefix(var, str) (strncmp(var, str, sizeof("" str "") - 1) == 0) macro
407 && (strprefix(demangled_name, "operator new") in should_add_dynsym_entry()
408 || strprefix(demangled_name, "operator delete"))) in should_add_dynsym_entry()
414 && (strprefix(demangled_name, "typeinfo name for") in should_add_dynsym_entry()
415 || strprefix(demangled_name, "typeinfo for"))) in should_add_dynsym_entry()
DChangeLog-081515919 * symtab.cc (strprefix): New macro.
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog2200 * config/tc-nios2.c (strprefix): Likewise.