Home
last modified time | relevance | path

Searched refs:source_str (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-rpcap.c2445 char *source_str; in pcap_open_rpcap() local
2466 source_str = strdup(source); in pcap_open_rpcap()
2467 if (source_str == NULL) { in pcap_open_rpcap()
2487 fp->opt.device = source_str; in pcap_open_rpcap()
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c3677 const char *source_str; in Jim_RegexpCmd() local
3752 source_str = Jim_GetString(argv[i + 1], &source_len); in Jim_RegexpCmd()
3773 source_str += source_len; in Jim_RegexpCmd()
3776 source_str += utf8_index(source_str, offset); in Jim_RegexpCmd()
3786 match = jim_regexec(regex, source_str, num_vars + 1, pmatch, eflags); in Jim_RegexpCmd()
3828 int so = utf8_strlen(source_str, pmatch[j].rm_so); in Jim_RegexpCmd()
3829 int eo = utf8_strlen(source_str, pmatch[j].rm_eo); in Jim_RegexpCmd()
3834 …Jim_AppendString(interp, resultObj, source_str + pmatch[j].rm_so, pmatch[j].rm_eo - pmatch[j].rm_s… in Jim_RegexpCmd()
3853 if (opt_all && (pattern[0] != '^' || (regcomp_flags & REG_NEWLINE)) && *source_str) { in Jim_RegexpCmd()
3855 offset += utf8_strlen(source_str, pmatch[0].rm_eo); in Jim_RegexpCmd()
[all …]