Home
last modified time | relevance | path

Searched refs:line (Results 776 - 800 of 5751) sorted by relevance

1...<<31323334353637383940>>...231

/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_module_kconfig_file.py51 def _is_any_top_res_match(self, line):
53 if re_pair[0].search(line):
58 line = self.lines[current_index]
60 match_obj = re_pair[0].search(line)
77 line = self.lines[end]
78 match_obj = self.depends_on_re.search(line)
82 if self._is_any_top_res_match(line):
99 line = self.lines[end]
100 match_obj = self.depends_on_re.search(line)
107 if self.endchoice_re.search(line)
[all...]
/kernel/linux/linux-6.6/scripts/
H A Ddecode_stacktrace.sh182 # Pass it to addr2line to get filename and line number
200 # Strip out the base of the path on each line
201 code=$(while read -r line; do echo "${line#$basepath/}"; done <<< "$code")
203 # In the case of inlines, move everything to same line
212 # Replace old address with pretty line numbers
304 # Add up the line number to the symbol
308 while read line; do
309 # Let's see if we have an address in the line
310 if [[ $line
[all...]
H A Dspdxcheck.py202 for line in fd:
203 line = line.decode(locale.getpreferredencoding(False), errors='ignore')
208 if line.find("SPDX-License-Identifier:") < 0:
210 expr = line.split(':')[1].strip()
212 if line.strip().endswith('*/'):
215 if line.strip().endswith('-->'):
218 if line.startswith('LIST \"'):
231 col = line.find(expr) + pe.tok.lexpos
260 def __init__(self, line)
[all...]
/third_party/ffmpeg/libavformat/
H A Dmccdec.c98 char line[4096]; in mcc_read_header() local
116 ff_subtitles_read_line(&tr, line, sizeof(line)); in mcc_read_header()
117 if (!strncmp(line, "File Format=MacCaption_MCC V", 28)) in mcc_read_header()
119 if (!strncmp(line, "//", 2)) in mcc_read_header()
121 if (!strncmp(line, "Time Code Rate=", 15)) { in mcc_read_header()
122 char *rate_str = line + 15; in mcc_read_header()
141 if (av_sscanf(line, "%d:%d:%d:%d", &hh, &mm, &ss, &fs) != 4) in mcc_read_header()
146 lline = (char *)&line; in mcc_read_header()
166 if (i + 13 >= sizeof(line) in mcc_read_header()
[all...]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dgen_exceptions.js27 function matchError(regexp, line, resultArray){
28 const match = line.match(regexp);
38 function matchDuration(regexp, line, resultMap){
39 const match = line.match(regexp);
57 for (const line of lines) {
58 if (matchError(PARSE_FAILED_RE, line, failedParse))
60 if (matchError(PARSE_STRICT_FAILED_RE, line, failedParseStrict))
62 if (matchError(MUTATE_FAILED_RE, line, failedMutate))
64 if (matchDuration(PARSE_RE, line, durationsMap))
66 if (matchDuration(MUTATE_RE, line, durationsMa
[all...]
/third_party/lame/test/
H A Dlametest.py177 line = rstrip(foptions.readline()) variable
178 while line:
183 print # empty line
188 cmd = lame1 + " --quiet " + line + " " + input_file + " " + name1
190 print "options: ", line
200 print "options: ", line
203 cmd = lame1 + " --quiet " + line + " " + input_file + " " + name2
212 print "options: ", line
214 cmd1 = lame1 + " --quiet " + line + " " + input_file + " " + name1
215 cmd2 = lame2 + " --quiet " + line
220 line = rstrip(foptions.readline()) global() variable
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-arabic-table.py26 for line in f:
28 j = line.find ('#')
30 line = line[:j]
32 fields = [x.strip () for x in line.split (';')]
51 for line in f:
53 if line[0] == '#':
56 fields = [x.strip () for x in line.split (';')]
161 for line in f:
163 fields = [x.strip () for x in line
[all...]
/test/testfwk/developer_test/local_coverage/keyword_registration/
H A Dkeyword_filter.py111 def get_tag(content, line):
112 start_index = content.find(f'<a name="{line}"')
113 end_index = content.find(f'<a name="{int(line) + 1}"')
153 for line in branch_line_list:
154 if line > keyword_line:
155 index = branch_line_list.index(line)
380 keyword_line_list = [int(line) for line in keyword_line_list]
385 for line in keyword_line_list:
386 tag_html = get_tag(content, line)
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-4-1.c514 struct vfe_line *line = container_of(output, struct vfe_line, output); in vfe_set_xbar_cfg() local
515 u32 p = line->video_out.active_fmt.fmt.pix_mp.pixelformat; in vfe_set_xbar_cfg()
546 static void vfe_set_realign_cfg(struct vfe_device *vfe, struct vfe_line *line, in vfe_set_realign_cfg() argument
594 struct vfe_output *output = &vfe->line[line_id].output; in vfe_enable_irq_pix_line()
632 static void vfe_set_demux_cfg(struct vfe_device *vfe, struct vfe_line *line) in vfe_set_demux_cfg() argument
644 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_demux_cfg()
682 static void vfe_set_scale_cfg(struct vfe_device *vfe, struct vfe_line *line) in vfe_set_scale_cfg() argument
684 u32 p = line->video_out.active_fmt.fmt.pix_mp.pixelformat; in vfe_set_scale_cfg()
692 input = line->fmt[MSM_VFE_PAD_SINK].width; in vfe_set_scale_cfg()
693 output = line in vfe_set_scale_cfg()
737 vfe_set_crop_cfg(struct vfe_device *vfe, struct vfe_line *line) vfe_set_crop_cfg() argument
815 vfe_set_camif_cfg(struct vfe_device *vfe, struct vfe_line *line) vfe_set_camif_cfg() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-4-1.c486 struct vfe_line *line = container_of(output, struct vfe_line, output); in vfe_set_xbar_cfg() local
487 u32 p = line->video_out.active_fmt.fmt.pix_mp.pixelformat; in vfe_set_xbar_cfg()
518 static void vfe_set_realign_cfg(struct vfe_device *vfe, struct vfe_line *line, in vfe_set_realign_cfg() argument
566 struct vfe_output *output = &vfe->line[line_id].output; in vfe_enable_irq_pix_line()
604 static void vfe_set_demux_cfg(struct vfe_device *vfe, struct vfe_line *line) in vfe_set_demux_cfg() argument
616 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_demux_cfg()
640 static void vfe_set_scale_cfg(struct vfe_device *vfe, struct vfe_line *line) in vfe_set_scale_cfg() argument
642 u32 p = line->video_out.active_fmt.fmt.pix_mp.pixelformat; in vfe_set_scale_cfg()
650 input = line->fmt[MSM_VFE_PAD_SINK].width; in vfe_set_scale_cfg()
651 output = line in vfe_set_scale_cfg()
695 vfe_set_crop_cfg(struct vfe_device *vfe, struct vfe_line *line) vfe_set_crop_cfg() argument
773 vfe_set_camif_cfg(struct vfe_device *vfe, struct vfe_line *line) vfe_set_camif_cfg() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.c42 int line, const char *value);
65 int line, const char *value) in wpa_config_parse_str()
81 line, data->name, in wpa_config_parse_str()
96 "min_len=%ld)", line, data->name, in wpa_config_parse_str()
104 "max_len=%ld)", line, data->name, in wpa_config_parse_str()
201 int line, const char *value) in wpa_config_parse_int()
210 line, value); in wpa_config_parse_int()
221 "min_value=%ld)", line, data->name, *dst, in wpa_config_parse_int()
229 "max_value=%ld)", line, data->name, *dst, in wpa_config_parse_int()
263 int line, cons in wpa_config_parse_addr_list()
63 wpa_config_parse_str(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_str() argument
199 wpa_config_parse_int(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_int() argument
262 wpa_config_parse_addr_list(const struct parse_data *data, int line, const char *value, u8 **list, size_t *num, char *name, u8 abort_on_error, u8 masked) wpa_config_parse_addr_list() argument
355 wpa_config_parse_bssid(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_bssid() argument
400 wpa_config_parse_bssid_hint(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_bssid_hint() argument
444 wpa_config_parse_bssid_blacklist(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_bssid_blacklist() argument
466 wpa_config_parse_bssid_whitelist(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_bssid_whitelist() argument
488 wpa_config_parse_psk(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_psk() argument
600 wpa_config_parse_proto(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_proto() argument
701 wpa_config_parse_key_mgmt(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_key_mgmt() argument
1080 wpa_config_parse_cipher(int line, const char *value) wpa_config_parse_cipher() argument
1122 wpa_config_parse_pairwise(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_pairwise() argument
1153 wpa_config_parse_group(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_group() argument
1191 wpa_config_parse_group_mgmt(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_group_mgmt() argument
1225 wpa_config_parse_auth_alg(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_auth_alg() argument
1372 wpa_config_parse_scan_freq(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_scan_freq() argument
1392 wpa_config_parse_freq_list(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_freq_list() argument
1462 wpa_config_parse_eap(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_eap() argument
1598 wpa_config_parse_password(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_password() argument
1724 wpa_config_parse_wep_key(u8 *key, size_t *len, int line, const char *value, int idx) wpa_config_parse_wep_key() argument
1756 wpa_config_parse_wep_key0(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_wep_key0() argument
1766 wpa_config_parse_wep_key1(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_wep_key1() argument
1776 wpa_config_parse_wep_key2(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_wep_key2() argument
1786 wpa_config_parse_wep_key3(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_wep_key3() argument
1837 wpa_config_parse_go_p2p_dev_addr(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_go_p2p_dev_addr() argument
1883 wpa_config_parse_p2p_client_list(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_p2p_client_list() argument
1905 wpa_config_parse_psk_list(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_psk_list() argument
1963 wpa_config_parse_mesh_basic_rates(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_mesh_basic_rates() argument
2001 wpa_config_parse_mka_cak(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_mka_cak() argument
2024 wpa_config_parse_mka_ckn(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_mka_ckn() argument
2080 wpa_config_parse_ocv(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_ocv() argument
2115 wpa_config_parse_peerkey(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) wpa_config_parse_peerkey() argument
2929 wpa_config_set(struct wpa_ssid *ssid, const char *var, const char *value, int line) wpa_config_set() argument
3274 wpa_config_set_cred(struct wpa_cred *cred, const char *var, const char *value, int line) wpa_config_set_cred() argument
4171 wpa_global_config_parse_int(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_global_config_parse_int() argument
4209 wpa_global_config_parse_str(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_global_config_parse_str() argument
4250 wpa_config_process_bgscan(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_config_process_bgscan() argument
4271 wpa_global_config_parse_bin(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_global_config_parse_bin() argument
4290 wpa_config_process_freq_list(const struct global_parse_data *data, struct wpa_config *config, int line, const char *value) wpa_config_process_freq_list() argument
4310 wpa_global_config_parse_ipv4(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_global_config_parse_ipv4() argument
4332 wpa_config_process_country(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_config_process_country() argument
4348 wpa_config_process_load_dynamic_eap( const struct global_parse_data *data, struct wpa_config *config, int line, const char *so) wpa_config_process_load_dynamic_eap() argument
4370 wpa_config_process_uuid(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_config_process_uuid() argument
4385 wpa_config_process_device_type( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_config_process_device_type() argument
4393 wpa_config_process_os_version(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_config_process_os_version() argument
4407 wpa_config_process_wps_vendor_ext_m1( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_config_process_wps_vendor_ext_m1() argument
4446 wpa_config_process_sec_device_type( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_config_process_sec_device_type() argument
4468 wpa_config_process_p2p_pref_chan( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_config_process_p2p_pref_chan() argument
4518 wpa_config_process_p2p_no_go_freq( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_config_process_p2p_no_go_freq() argument
4537 wpa_config_process_p2p_device_persistent_mac_addr( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_config_process_p2p_device_persistent_mac_addr() argument
4554 wpa_config_process_hessid( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_config_process_hessid() argument
4568 wpa_config_process_sae_groups( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_config_process_sae_groups() argument
4586 wpa_config_process_ap_vendor_elements( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_config_process_ap_vendor_elements() argument
4624 wpa_config_process_no_ctrl_interface( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) wpa_config_process_no_ctrl_interface() argument
4950 wpa_config_process_global(struct wpa_config *config, char *pos, int line) wpa_config_process_global() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_parser.py150 (line#, text).
165 """Advances the LineSteam to the next line, if necessary."""
176 """Returns the current line, without advancing the LineStream.
182 """Returns the current line and advances the LineStream to
183 the next line.
187 raise ValueError(f'LineStream: going past EOF, last line was {s}')
205 """Returns the line number of the current line."""
223 for line in kernel_output:
225 line
[all...]
/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr.c167 const char **file, int *line,
355 unsigned long ERR_get_error_all(const char **file, int *line, in ERR_get_error_all() argument
359 return get_error_values(EV_POP, file, line, func, data, flags); in ERR_get_error_all()
363 unsigned long ERR_get_error_line(const char **file, int *line) in ERR_get_error_line() argument
365 return get_error_values(EV_POP, file, line, NULL, NULL, NULL); in ERR_get_error_line()
368 unsigned long ERR_get_error_line_data(const char **file, int *line, in ERR_get_error_line_data() argument
371 return get_error_values(EV_POP, file, line, NULL, data, flags); in ERR_get_error_line_data()
380 unsigned long ERR_peek_error_line(const char **file, int *line) in ERR_peek_error_line() argument
382 return get_error_values(EV_PEEK, file, line, NULL, NULL, NULL); in ERR_peek_error_line()
395 unsigned long ERR_peek_error_all(const char **file, int *line, in ERR_peek_error_all() argument
403 ERR_peek_error_line_data(const char **file, int *line, const char **data, int *flags) ERR_peek_error_line_data() argument
415 ERR_peek_last_error_line(const char **file, int *line) ERR_peek_last_error_line() argument
430 ERR_peek_last_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_peek_last_error_all() argument
438 ERR_peek_last_error_line_data(const char **file, int *line, const char **data, int *flags) ERR_peek_last_error_line_data() argument
445 get_error_values(ERR_GET_ACTION g, const char **file, int *line, const char **func, const char **data, int *flags) get_error_values() argument
[all...]
/third_party/openssl/crypto/err/
H A Derr.c167 const char **file, int *line,
355 unsigned long ERR_get_error_all(const char **file, int *line, in ERR_get_error_all() argument
359 return get_error_values(EV_POP, file, line, func, data, flags); in ERR_get_error_all()
363 unsigned long ERR_get_error_line(const char **file, int *line) in ERR_get_error_line() argument
365 return get_error_values(EV_POP, file, line, NULL, NULL, NULL); in ERR_get_error_line()
368 unsigned long ERR_get_error_line_data(const char **file, int *line, in ERR_get_error_line_data() argument
371 return get_error_values(EV_POP, file, line, NULL, data, flags); in ERR_get_error_line_data()
380 unsigned long ERR_peek_error_line(const char **file, int *line) in ERR_peek_error_line() argument
382 return get_error_values(EV_PEEK, file, line, NULL, NULL, NULL); in ERR_peek_error_line()
395 unsigned long ERR_peek_error_all(const char **file, int *line, in ERR_peek_error_all() argument
403 ERR_peek_error_line_data(const char **file, int *line, const char **data, int *flags) ERR_peek_error_line_data() argument
415 ERR_peek_last_error_line(const char **file, int *line) ERR_peek_last_error_line() argument
430 ERR_peek_last_error_all(const char **file, int *line, const char **func, const char **data, int *flags) ERR_peek_last_error_all() argument
438 ERR_peek_last_error_line_data(const char **file, int *line, const char **data, int *flags) ERR_peek_last_error_line_data() argument
445 get_error_values(ERR_GET_ACTION g, const char **file, int *line, const char **func, const char **data, int *flags) get_error_values() argument
[all...]
/third_party/python/Lib/
H A Dbdb.py73 line: A new line of code is going to be executed.
89 if event == 'line':
107 """Invoke user function and return trace function for line event.
109 If the debugger stops on the current line, invoke
218 """Return True if there is an effective breakpoint for this line.
220 Check for line or function breakpoint and if in effect.
228 # The line itself has no breakpoint, but maybe the line is the
229 # first line o
[all...]
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc199 line() << "#include <metal_stdlib>"; in Generate()
200 line(); in Generate()
201 line() << "using namespace metal;"; in Generate()
214 line(); in Generate()
240 line(); in Generate()
247 line(&helpers_) << "#if __METAL_VERSION__ >= 210"; in Generate()
248 line(&helpers_) << "#define " << invariant_define_name_ << " [[invariant]]"; in Generate()
249 line(&helpers_) << "#else"; in Generate()
250 line(&helpers_) << "#define " << invariant_define_name_; in Generate()
251 line( in Generate()
[all...]
/third_party/python/Lib/http/
H A Dclient.py110 # maximal line length when calling readline().
125 # ; obsolete line folding
197 for line in self.keys():
198 if line[:n].lower() == name:
200 elif not line[:1].isspace():
203 lst.append(line)
209 Length of line is limited by _MAXLINE, and number of
214 line = fp.readline(_MAXLINE + 1)
215 if len(line) > _MAXLINE:
216 raise LineTooLong("header line")
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_image.cpp67 Rect line = valid; in DrawCommon() local
68 line.SetHeight(1); in DrawCommon()
78 DrawUtils::GetInstance()->DrawImage(gfxDstBuffer, line, mask, buf, opa, pxBitSize, in DrawCommon()
80 line.SetTop(line.GetTop() + 1); in DrawCommon()
81 line.SetBottom(line.GetBottom() + 1); in DrawCommon()
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dprocess.cpp94 std::string line; in CheckMaps() local
102 line = buf; in CheckMaps()
103 std::string::size_type pos = line.find('/'); in CheckMaps()
104 if (pos != line.npos) { in CheckMaps()
105 line = line.substr(pos); in CheckMaps()
106 if (CheckSubDir(line)) { in CheckMaps()
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dpty.c78 static int getmaster(char *line) in getmaster() argument
84 pty = &line[strlen("/dev/ptyp")]; in getmaster()
86 line[strlen("/dev/pty")] = *bank; in getmaster()
89 if ((stat(line, &buf) < 0) && (errno == ENOENT)) in getmaster()
94 master = open(line, O_RDWR); in getmaster()
96 char *tp = &line[strlen("/dev/")]; in getmaster()
100 err = access(line, R_OK | W_OK); in getmaster()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Djump_label.c19 static void bug_at(const void *ip, int line) in bug_at() argument
26 pr_crit("jump_label: Fatal kernel bug, unexpected op at %pS [%p] (%5ph) %d\n", ip, ip, ip, line); in bug_at()
37 int line; in __jump_label_set_jump_code() local
45 expect = default_nop; line = __LINE__; in __jump_label_set_jump_code()
47 expect = ideal_nop; line = __LINE__; in __jump_label_set_jump_code()
49 expect = code; line = __LINE__; in __jump_label_set_jump_code()
53 bug_at(addr, line); in __jump_label_set_jump_code()
/kernel/linux/linux-5.10/tools/testing/vsock/
H A Dcontrol.c113 /* Write a line to the control socket */
144 /* Return the next line from the control socket (without the trailing newline).
202 /* Wait until a given line is received or a timeout occurs */
205 char *line; in control_expectln() local
207 line = control_readln(); in control_expectln()
209 control_cmpln(line, str, true); in control_expectln()
211 free(line); in control_expectln()
214 bool control_cmpln(char *line, const char *str, bool fail) in control_cmpln() argument
216 if (strcmp(str, line) == 0) in control_cmpln()
221 str, line); in control_cmpln()
[all...]
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dpty.c78 static int getmaster(char *line) in getmaster() argument
84 pty = &line[strlen("/dev/ptyp")]; in getmaster()
86 line[strlen("/dev/pty")] = *bank; in getmaster()
89 if ((stat(line, &buf) < 0) && (errno == ENOENT)) in getmaster()
94 master = open(line, O_RDWR); in getmaster()
96 char *tp = &line[strlen("/dev/")]; in getmaster()
100 err = access(line, R_OK | W_OK); in getmaster()
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
H A Dcx23885-f300.c25 static void f300_set_line(struct cx23885_dev *dev, u32 line, u8 lvl) in f300_set_line() argument
27 cx23885_gpio_enable(dev, line, 1); in f300_set_line()
29 cx23885_gpio_set(dev, line); in f300_set_line()
31 cx23885_gpio_clear(dev, line); in f300_set_line()
34 static u8 f300_get_line(struct cx23885_dev *dev, u32 line) in f300_get_line() argument
36 cx23885_gpio_enable(dev, line, 0); in f300_get_line()
38 return cx23885_gpio_get(dev, line); in f300_get_line()
/kernel/linux/linux-5.10/scripts/
H A Dcheckstack.pl30 # $& (whole re) matches the complete objdump line with the stack growth
34 # $& (whole re) matches the complete objdump line with the stack growth
142 while (my $line = <STDIN>) {
143 if ($line =~ m/$funcre/) {
145 next if $line !~ m/^($x*)/;
159 elsif ($line =~ m/(.*):\s*file format/) {
167 elsif ($line =~ m/$re/) {
180 elsif (defined $dre && $line =~ m/$dre/) {
187 my $size = &$sub($line);

Completed in 18 milliseconds

1...<<31323334353637383940>>...231