/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_state_common.c | 576 const struct pipe_vertex_buffer *input) in r600_set_vertex_buffers() 587 if (input) { in r600_set_vertex_buffers() 589 if ((input[i].buffer.resource != vb[i].buffer.resource) || in r600_set_vertex_buffers() 590 (vb[i].stride != input[i].stride) || in r600_set_vertex_buffers() 591 (vb[i].buffer_offset != input[i].buffer_offset) || in r600_set_vertex_buffers() 592 (vb[i].is_user_buffer != input[i].is_user_buffer)) { in r600_set_vertex_buffers() 593 if (input[i].buffer.resource) { in r600_set_vertex_buffers() 594 vb[i].stride = input[i].stride; in r600_set_vertex_buffers() 595 vb[i].buffer_offset = input[i].buffer_offset; in r600_set_vertex_buffers() 598 vb[i].buffer.resource = input[ in r600_set_vertex_buffers() 572 r600_set_vertex_buffers(struct pipe_context *ctx, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *input) r600_set_vertex_buffers() argument 1268 r600_set_constant_buffer(struct pipe_context *ctx, enum pipe_shader_type shader, uint index, bool take_ownership, const struct pipe_constant_buffer *input) r600_set_constant_buffer() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | rematch.cpp | 86 RegexMatcher::RegexMatcher(const UnicodeString ®exp, const UnicodeString &input, in RegexMatcher() argument 97 utext_openConstUnicodeString(&inputText, &input, &status); in RegexMatcher() 105 RegexMatcher::RegexMatcher(UText *regexp, UText *input, in RegexMatcher() argument 118 init2(input, status); in RegexMatcher() 240 void RegexMatcher::init2(UText *input, UErrorCode &status) { in init2() argument 260 reset(input); in init2() 317 // Copy input string from the end of previous match to start of current match in appendReplacement() 487 // the last match position from the input string. 669 // could match again at the end of an input string.) in find() 676 // Compute the position in the input strin in find() 1357 const UnicodeString &RegexMatcher::input() const { input() function in RegexMatcher 1851 reset(const UnicodeString &input) reset() argument 1882 reset(UText *input) reset() argument 1934 refreshInputText(UText *input, UErrorCode &status) refreshInputText() argument 2044 split(const UnicodeString &input, UnicodeString dest[], int32_t destCapacity, UErrorCode &status) split() argument 2079 split(UText *input, UText *dest[], int32_t destCapacity, UErrorCode &status) split() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rematch.cpp | 86 RegexMatcher::RegexMatcher(const UnicodeString ®exp, const UnicodeString &input, in RegexMatcher() argument 97 utext_openConstUnicodeString(&inputText, &input, &status); in RegexMatcher() 105 RegexMatcher::RegexMatcher(UText *regexp, UText *input, in RegexMatcher() argument 118 init2(input, status); in RegexMatcher() 240 void RegexMatcher::init2(UText *input, UErrorCode &status) { in init2() argument 260 reset(input); in init2() 317 // Copy input string from the end of previous match to start of current match in appendReplacement() 487 // the last match position from the input string. 669 // could match again at the end of an input string.) in find() 676 // Compute the position in the input strin in find() 1357 const UnicodeString &RegexMatcher::input() const { input() function in RegexMatcher 1851 reset(const UnicodeString &input) reset() argument 1882 reset(UText *input) reset() argument 1934 refreshInputText(UText *input, UErrorCode &status) refreshInputText() argument 2044 split(const UnicodeString &input, UnicodeString dest[], int32_t destCapacity, UErrorCode &status) split() argument 2079 split(UText *input, UText *dest[], int32_t destCapacity, UErrorCode &status) split() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rematch.cpp | 86 RegexMatcher::RegexMatcher(const UnicodeString ®exp, const UnicodeString &input, in RegexMatcher() argument 97 utext_openConstUnicodeString(&inputText, &input, &status); in RegexMatcher() 105 RegexMatcher::RegexMatcher(UText *regexp, UText *input, in RegexMatcher() argument 118 init2(input, status); in RegexMatcher() 240 void RegexMatcher::init2(UText *input, UErrorCode &status) { in init2() argument 260 reset(input); in init2() 317 // Copy input string from the end of previous match to start of current match in appendReplacement() 487 // the last match position from the input string. 669 // could match again at the end of an input string.) in find() 676 // Compute the position in the input strin in find() 1347 const UnicodeString &RegexMatcher::input() const { input() function in RegexMatcher 1841 reset(const UnicodeString &input) reset() argument 1872 reset(UText *input) reset() argument 1924 refreshInputText(UText *input, UErrorCode &status) refreshInputText() argument 2034 split(const UnicodeString &input, UnicodeString dest[], int32_t destCapacity, UErrorCode &status) split() argument 2069 split(UText *input, UText *dest[], int32_t destCapacity, UErrorCode &status) split() argument [all...] |
/kernel/linux/linux-5.10/drivers/extcon/ |
H A D | extcon-arizona.c | 16 #include <linux/input.h> 69 struct input_dev *input; member 992 input_report_key(info->input, in arizona_button_reading() 997 input_report_key(info->input, key, 1); in arizona_button_reading() 998 input_sync(info->input); in arizona_button_reading() 1009 input_report_key(info->input, in arizona_button_reading() 1011 input_sync(info->input); in arizona_button_reading() 1215 input_report_key(info->input, in arizona_jackdet() 1217 input_sync(info->input); in arizona_jackdet() 1460 info->input in arizona_extcon_probe() [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 860 struct v4l2_input *input) in uvc_ioctl_enum_input() 867 u32 index = input->index; in uvc_ioctl_enum_input() 893 memset(input, 0, sizeof(*input)); in uvc_ioctl_enum_input() 894 input->index = index; in uvc_ioctl_enum_input() 895 strscpy(input->name, iterm->name, sizeof(input->name)); in uvc_ioctl_enum_input() 897 input->type = V4L2_INPUT_TYPE_CAMERA; in uvc_ioctl_enum_input() 902 static int uvc_ioctl_g_input(struct file *file, void *fh, unsigned int *input) in uvc_ioctl_g_input() argument 911 *input in uvc_ioctl_g_input() 859 uvc_ioctl_enum_input(struct file *file, void *fh, struct v4l2_input *input) uvc_ioctl_enum_input() argument 930 uvc_ioctl_s_input(struct file *file, void *fh, unsigned int input) uvc_ioctl_s_input() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 923 struct v4l2_input *input) in uvc_ioctl_enum_input() 930 u32 index = input->index; in uvc_ioctl_enum_input() 956 memset(input, 0, sizeof(*input)); in uvc_ioctl_enum_input() 957 input->index = index; in uvc_ioctl_enum_input() 958 strscpy(input->name, iterm->name, sizeof(input->name)); in uvc_ioctl_enum_input() 960 input->type = V4L2_INPUT_TYPE_CAMERA; in uvc_ioctl_enum_input() 965 static int uvc_ioctl_g_input(struct file *file, void *fh, unsigned int *input) in uvc_ioctl_g_input() argument 974 *input in uvc_ioctl_g_input() 922 uvc_ioctl_enum_input(struct file *file, void *fh, struct v4l2_input *input) uvc_ioctl_enum_input() argument 993 uvc_ioctl_s_input(struct file *file, void *fh, unsigned int input) uvc_ioctl_s_input() argument [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | ioctl.c | 935 struct ext4_new_group_data *input) in ext4_ioctl_group_add() 955 err = ext4_group_add(sb, input); in ext4_ioctl_group_add() 966 err = ext4_register_li_request(sb, input->group); in ext4_ioctl_group_add() 1375 struct ext4_new_group_data input; in __ext4_ioctl() local 1377 if (copy_from_user(&input, (struct ext4_new_group_input __user *)arg, in __ext4_ioctl() 1378 sizeof(input))) in __ext4_ioctl() 1381 return ext4_ioctl_group_add(filp, &input); in __ext4_ioctl() 1649 struct ext4_new_group_data input; in ext4_compat_ioctl() local 1653 err = get_user(input.group, &uinput->group); in ext4_compat_ioctl() 1654 err |= get_user(input in ext4_compat_ioctl() 934 ext4_ioctl_group_add(struct file *file, struct ext4_new_group_data *input) ext4_ioctl_group_add() argument [all...] |
/third_party/libabigail/src/ |
H A D | abg-suppression.cc | 375 /// Read suppressions specifications from an input stream. 377 /// @param input the input stream to read from. 382 read_suppressions(std::istream& input, in read_suppressions() argument 385 if (ini::config_sptr config = ini::read_config(input)) in read_suppressions() 389 /// Read suppressions specifications from an input file on disk. 391 /// @param input the path to the input file to read from. 1541 /// @param input the input strin 1546 read_type_kind_string(const string& input) read_type_kind_string() argument 1574 read_suppression_reach_kind(const string& input) read_suppression_reach_kind() argument [all...] |
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | attr.rs | 335 let one_name = meta.input.peek(Token![=]); in from_ast() 356 let one_name = meta.input.peek(Token![=]); in from_ast() 398 if meta.input.peek(Token![=]) { in from_ast() 558 let _ = attr.parse_args_with(|input: ParseStream| { in from_ast() 559 while let Some(token) = input.parse()? { in from_ast() 857 let one_name = meta.input.peek(Token![=]); in from_ast() 921 let borrow_attribute = if meta.input.peek(Token![=]) { in from_ast() 1142 if meta.input.peek(Token![=]) { in from_ast() 1199 if meta.input.peek(Token![=]) { in from_ast() 1407 let lookahead = meta.input in get_ser_and_de() [all...] |
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | attr.rs | 335 let one_name = meta.input.peek(Token![=]); in from_ast() 356 let one_name = meta.input.peek(Token![=]); in from_ast() 398 if meta.input.peek(Token![=]) { in from_ast() 558 let _ = attr.parse_args_with(|input: ParseStream| { in from_ast() 559 while let Some(token) = input.parse()? { in from_ast() 857 let one_name = meta.input.peek(Token![=]); in from_ast() 921 let borrow_attribute = if meta.input.peek(Token![=]) { in from_ast() 1142 if meta.input.peek(Token![=]) { in from_ast() 1199 if meta.input.peek(Token![=]) { in from_ast() 1407 let lookahead = meta.input in get_ser_and_de() [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 41 #include "input/camera_input.h" 42 #include "input/camera_manager.h" 668 sptr<CaptureInput> input = manager_->CreateCameraInput(device); in ConfigHighResSession() local 669 ASSERT_NE(input, nullptr); in ConfigHighResSession() 671 int32_t intResult = input->Open(); in ConfigHighResSession() 680 intResult = highResSession_->AddInput(input); in ConfigHighResSession() 1630 * Function: Test camera status, flash, camera input, photo output and preview output callbacks 1643 * Function: Test camera status, flash, camera input, preview output and video output callbacks 1769 * Function: Test capture session add input with invalid value 1773 * CaseDescription: Test capture session add input wit 2463 sptr<CaptureInput> input = nullptr; HWTEST_F() local 2767 sptr<CaptureInput> input = manager_->CreateCameraInput(cameras_[1]); HWTEST_F() local 4496 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 4580 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 4651 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 4723 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 4806 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 4883 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 4976 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 5030 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 5091 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 5263 sptr<CaptureInput> input = nullptr; HWTEST_F() local 5428 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 5507 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 5579 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 5629 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 5686 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 5787 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 6010 sptr<CameraInput> input = (sptr<CameraInput>&)input_; HWTEST_F() local 6288 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 6422 sptr<CameraInput> input = (sptr<CameraInput>&)input_; HWTEST_F() local 6516 sptr<CameraInput> input = (sptr<CameraInput>&)input_; HWTEST_F() local 6709 sptr<CameraInput> input = (sptr<CameraInput>&)input_; HWTEST_F() local 7186 sptr<CameraInput> input = (sptr<CameraInput>&)input_; HWTEST_F() local 7715 sptr<CaptureInput> input; HWTEST_F() local 8873 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 11487 sptr<CameraInput> input = (sptr<CameraInput>&)input_; HWTEST_F() local 11857 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 12004 sptr<CaptureInput> input = cameraManager->CreateCameraInput(camera); HWTEST_F() local 12399 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local 12864 sptr<CaptureInput> input = (sptr<CaptureInput>&)input_; HWTEST_F() local [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_single_post_process.cpp | 53 constexpr string_view INPUT = "input"; 197 const RenderBloom::BloomInfo bloomInfo { GetBindableImage(builtInVariables_.input), in InitNode() 226 const RenderBloom::BloomInfo bloomInfo { GetBindableImage(builtInVariables_.input), in PreExecuteFrame() 233 RenderBlur::BlurInfo blurInfo { GetBindableImage(builtInVariables_.input), ubos_.postProcess.GetHandle(), in PreExecuteFrame() 238 RenderCopy::CopyInfo copyInfo { GetBindableImage(builtInVariables_.input), in PreExecuteFrame() 278 // input resources updated in preExecuteFrame in ExecuteSinglePostProcess() 395 RenderHandleUtil::IsValid(builtInVariables_.input)) { in RegisterOutputs() 396 registerOutput = builtInVariables_.input; in RegisterOutputs() 540 } else if (defaultOutput == "input") { in ParseRenderNodeInputs() 594 builtInVariables_.input in UpdateImageData() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | data_query.cpp | 768 void DataQuery::EscapeSpace(std::string &input) in EscapeSpace() argument 770 if (input.length() == 0) { in EscapeSpace() 771 input = EMPTY_STRING; in EscapeSpace() 775 index = input.find(DataQuery::SPECIAL, index); in EscapeSpace() 779 input.replace(index, 1, DataQuery::SPECIAL_ESCAPE); // 1 char to be replaced in EscapeSpace() 784 index = input.find(DataQuery::SPACE, index); in EscapeSpace() 788 input.replace(index, 1, DataQuery::SPACE_ESCAPE); // 1 char to be replaced in EscapeSpace()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | route.c | 122 .input = nip_pkt_discard, 133 .input = nip_input, 247 rt->dst.input = ort->dst.input; in nip_rt_copy_init() 525 rt->dst.input = nip_input; in nip_route_info_create() 526 nip_dbg("rt->dst.input=nip_input, ifindex=%u", cfg->fc_ifindex); in nip_route_info_create() 528 rt->dst.input = nip_forward; in nip_route_info_create() 529 nip_dbg("rt->dst.input=nip_forward, ifindex=%u", cfg->fc_ifindex); in nip_route_info_create() 830 rt->dst.input = nip_input; in nip_addrconf_dst_alloc()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hubbub.c | 845 const struct dc_dcc_surface_param *input, in hubbub1_get_dcc_compression_cap() 862 if (!hubbub1->base.funcs->dcc_support_pixel_format(input->format, &bpe)) in hubbub1_get_dcc_compression_cap() 865 if (!hubbub1->base.funcs->dcc_support_swizzle(input->swizzle_mode, bpe, in hubbub1_get_dcc_compression_cap() 869 hubbub1_det_request_size(input->surface_size.height, input->surface_size.width, in hubbub1_get_dcc_compression_cap() 874 } else if (input->scan == SCAN_DIRECTION_HORIZONTAL) { in hubbub1_get_dcc_compression_cap() 881 } else if (input->scan == SCAN_DIRECTION_VERTICAL) { in hubbub1_get_dcc_compression_cap() 844 hubbub1_get_dcc_compression_cap(struct hubbub *hubbub, const struct dc_dcc_surface_param *input, struct dc_surface_dcc_cap *output) hubbub1_get_dcc_compression_cap() argument
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | msp3400-driver.c | 235 * bits 9 8 5 - SCART DSP input Select: 236 * 0 0 0 - SCART 1 to DSP input (reset position) 237 * 0 1 0 - MONO to DSP input 238 * 1 0 0 - SCART 2 to DSP input 239 * 1 1 1 - Mute DSP input 244 * 1 0 0 - MONO input to SCART 1 Output 253 * 1 0 0 - MONO input to SCART 2 Output 471 u32 input, u32 output, u32 config) in msp_s_routing() 475 int tuner = (input >> 3) & 1; in msp_s_routing() 476 int sc_in = input in msp_s_routing() 470 msp_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) msp_s_routing() argument [all...] |
H A D | tvp514x.c | 91 * @input: Input routing at chip level 114 u32 input; member 529 * Returns the current standard detected by TVP5146/47. If no active input is 555 input_sel = decoder->input; in tvp514x_querystd() 596 return 0; /* No input detected */ in tvp514x_querystd() 643 * @input: input selector for routing the signal 647 * If index is valid, selects the requested input. Otherwise, returns -EINVAL if 648 * the input is not supported or there is no active signal present in the 649 * selected input 651 tvp514x_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) tvp514x_s_routing() argument [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | unifdef.c | 65 /* types of input lines: */ 182 static FILE *input; /* input file pointer */ variable 183 static const char *filename; /* input file name */ 187 static bool overwriting; /* output overwrites input */ 190 static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */ 193 static const char *newline; /* input file format */ 319 input = fopen(filename, "rb"); in main() 320 if (input == NULL) in main() 324 input in main() [all...] |
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 1064 * v4l2_phys_addr_for_input() - calculate the PA for an input 1067 * @input: the number of the input port, must be between 1 and 15 1069 * This function calculates a new physical address based on the input 1072 * PA = 0.0.0.0 and input = 2 becomes 2.0.0.0 1074 * PA = 3.0.0.0 and input = 1 becomes 3.1.0.0 1076 * PA = 3.2.1.0 and input = 5 becomes 3.2.1.5 1078 * PA = 3.2.1.3 and input = 5 becomes f.f.f.f since it maxed out the depth. 1082 u16 v4l2_phys_addr_for_input(u16 phys_addr, u8 input) in v4l2_phys_addr_for_input() argument 1084 /* Check if input i in v4l2_phys_addr_for_input() [all...] |
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 1064 * v4l2_phys_addr_for_input() - calculate the PA for an input 1067 * @input: the number of the input port, must be between 1 and 15 1069 * This function calculates a new physical address based on the input 1072 * PA = 0.0.0.0 and input = 2 becomes 2.0.0.0 1074 * PA = 3.0.0.0 and input = 1 becomes 3.1.0.0 1076 * PA = 3.2.1.0 and input = 5 becomes 3.2.1.5 1078 * PA = 3.2.1.3 and input = 5 becomes f.f.f.f since it maxed out the depth. 1082 u16 v4l2_phys_addr_for_input(u16 phys_addr, u8 input) in v4l2_phys_addr_for_input() argument 1084 /* Check if input i in v4l2_phys_addr_for_input() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | msp3400-driver.c | 235 * bits 9 8 5 - SCART DSP input Select: 236 * 0 0 0 - SCART 1 to DSP input (reset position) 237 * 0 1 0 - MONO to DSP input 238 * 1 0 0 - SCART 2 to DSP input 239 * 1 1 1 - Mute DSP input 244 * 1 0 0 - MONO input to SCART 1 Output 253 * 1 0 0 - MONO input to SCART 2 Output 471 u32 input, u32 output, u32 config) in msp_s_routing() 475 int tuner = (input >> 3) & 1; in msp_s_routing() 476 int sc_in = input in msp_s_routing() 470 msp_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) msp_s_routing() argument [all...] |
H A D | tvp514x.c | 91 * @input: Input routing at chip level 114 u32 input; member 529 * Returns the current standard detected by TVP5146/47. If no active input is 555 input_sel = decoder->input; in tvp514x_querystd() 596 return 0; /* No input detected */ in tvp514x_querystd() 643 * @input: input selector for routing the signal 647 * If index is valid, selects the requested input. Otherwise, returns -EINVAL if 648 * the input is not supported or there is no active signal present in the 649 * selected input 651 tvp514x_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) tvp514x_s_routing() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hubbub.c | 844 const struct dc_dcc_surface_param *input, in hubbub1_get_dcc_compression_cap() 861 if (!hubbub1->base.funcs->dcc_support_pixel_format(input->format, &bpe)) in hubbub1_get_dcc_compression_cap() 864 if (!hubbub1->base.funcs->dcc_support_swizzle(input->swizzle_mode, bpe, in hubbub1_get_dcc_compression_cap() 868 hubbub1_det_request_size(input->surface_size.height, input->surface_size.width, in hubbub1_get_dcc_compression_cap() 873 } else if (input->scan == SCAN_DIRECTION_HORIZONTAL) { in hubbub1_get_dcc_compression_cap() 880 } else if (input->scan == SCAN_DIRECTION_VERTICAL) { in hubbub1_get_dcc_compression_cap() 843 hubbub1_get_dcc_compression_cap(struct hubbub *hubbub, const struct dc_dcc_surface_param *input, struct dc_surface_dcc_cap *output) hubbub1_get_dcc_compression_cap() argument
|
/kernel/linux/linux-6.6/scripts/ |
H A D | unifdef.c | 65 /* types of input lines: */ 182 static FILE *input; /* input file pointer */ variable 183 static const char *filename; /* input file name */ 187 static bool overwriting; /* output overwrites input */ 190 static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */ 193 static const char *newline; /* input file format */ 319 input = fopen(filename, "rb"); in main() 320 if (input == NULL) in main() 324 input in main() [all...] |