Home
last modified time | relevance | path

Searched refs:from_sb (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/
H A Dinput-scrub.c79 static sb from_sb; variable
118 sb from_sb; member
154 saved->from_sb = from_sb; in input_scrub_push()
189 from_sb = saved->from_sb; in input_scrub_pop()
287 sb_add_char (&from_sb, '\n'); in input_scrub_include_sb()
293 sb_terminate (&from_sb); in input_scrub_include_sb()
318 if (sb_index >= from_sb.len) in input_scrub_next_buffer()
320 sb_kill (&from_sb); in input_scrub_next_buffer()
338 partial_where = from_sb.ptr + from_sb.len; in input_scrub_next_buffer()
340 *bufp = from_sb.ptr + sb_index; in input_scrub_next_buffer()
[all …]
H A DChangeLog-20121018 allocate sufficient space for from_sb. Use sb_terminate to
H A DChangeLog-92951334 (sb_index, from_sb): New static variables.
1336 (struct input_save): Add sb_index and from_sb fields. Change
1340 Save sb_index and from_sb.
1342 Restore sb_index and from_sb.
1344 (input_scrub_next_buffer): Handle reading from from_sb.
1345 (bump_line_counters): Only increment lines if not using from_sb.
/dports/devel/gnulibiberty/binutils-2.37/gas/
H A Dinput-scrub.c80 static sb from_sb; variable
119 sb from_sb; member
169 saved->from_sb = from_sb; in input_scrub_push()
198 from_sb = saved->from_sb; in input_scrub_pop()
286 sb_add_char (&from_sb, '\n'); in input_scrub_include_sb()
292 sb_terminate (&from_sb); in input_scrub_include_sb()
317 if (sb_index >= from_sb.len) in input_scrub_next_buffer()
319 sb_kill (&from_sb); in input_scrub_next_buffer()
337 partial_where = from_sb.ptr + from_sb.len; in input_scrub_next_buffer()
339 *bufp = from_sb.ptr + sb_index; in input_scrub_next_buffer()
[all …]
H A DChangeLog-20121018 allocate sufficient space for from_sb. Use sb_terminate to
H A DChangeLog-92951334 (sb_index, from_sb): New static variables.
1336 (struct input_save): Add sb_index and from_sb fields. Change
1340 Save sb_index and from_sb.
1342 Restore sb_index and from_sb.
1344 (input_scrub_next_buffer): Handle reading from from_sb.
1345 (bump_line_counters): Only increment lines if not using from_sb.
/dports/devel/arm-elf-binutils/binutils-2.37/gas/
H A Dinput-scrub.c80 static sb from_sb; variable
119 sb from_sb; member
169 saved->from_sb = from_sb; in input_scrub_push()
198 from_sb = saved->from_sb; in input_scrub_pop()
286 sb_add_char (&from_sb, '\n'); in input_scrub_include_sb()
292 sb_terminate (&from_sb); in input_scrub_include_sb()
317 if (sb_index >= from_sb.len) in input_scrub_next_buffer()
319 sb_kill (&from_sb); in input_scrub_next_buffer()
337 partial_where = from_sb.ptr + from_sb.len; in input_scrub_next_buffer()
339 *bufp = from_sb.ptr + sb_index; in input_scrub_next_buffer()
[all …]
H A DChangeLog-20121018 allocate sufficient space for from_sb. Use sb_terminate to
H A DChangeLog-92951334 (sb_index, from_sb): New static variables.
1336 (struct input_save): Add sb_index and from_sb fields. Change
1340 Save sb_index and from_sb.
1342 Restore sb_index and from_sb.
1344 (input_scrub_next_buffer): Handle reading from from_sb.
1345 (bump_line_counters): Only increment lines if not using from_sb.
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/
H A Dinput-scrub.c79 static sb from_sb; variable
118 sb from_sb; member
154 saved->from_sb = from_sb; in input_scrub_push()
189 from_sb = saved->from_sb; in input_scrub_pop()
287 sb_add_char (&from_sb, '\n'); in input_scrub_include_sb()
293 sb_terminate (&from_sb); in input_scrub_include_sb()
318 if (sb_index >= from_sb.len) in input_scrub_next_buffer()
320 sb_kill (&from_sb); in input_scrub_next_buffer()
338 partial_where = from_sb.ptr + from_sb.len; in input_scrub_next_buffer()
340 *bufp = from_sb.ptr + sb_index; in input_scrub_next_buffer()
[all …]
H A DChangeLog-20121018 allocate sufficient space for from_sb. Use sb_terminate to
H A DChangeLog-92951334 (sb_index, from_sb): New static variables.
1336 (struct input_save): Add sb_index and from_sb fields. Change
1340 Save sb_index and from_sb.
1342 Restore sb_index and from_sb.
1344 (input_scrub_next_buffer): Handle reading from from_sb.
1345 (bump_line_counters): Only increment lines if not using from_sb.
/dports/devel/binutils/binutils-2.37/gas/
H A Dinput-scrub.c80 static sb from_sb; variable
119 sb from_sb; member
169 saved->from_sb = from_sb; in input_scrub_push()
198 from_sb = saved->from_sb; in input_scrub_pop()
286 sb_add_char (&from_sb, '\n'); in input_scrub_include_sb()
292 sb_terminate (&from_sb); in input_scrub_include_sb()
317 if (sb_index >= from_sb.len) in input_scrub_next_buffer()
319 sb_kill (&from_sb); in input_scrub_next_buffer()
337 partial_where = from_sb.ptr + from_sb.len; in input_scrub_next_buffer()
339 *bufp = from_sb.ptr + sb_index; in input_scrub_next_buffer()
[all …]
H A DChangeLog-20121018 allocate sufficient space for from_sb. Use sb_terminate to
H A DChangeLog-92951334 (sb_index, from_sb): New static variables.
1336 (struct input_save): Add sb_index and from_sb fields. Change
1340 Save sb_index and from_sb.
1342 Restore sb_index and from_sb.
1344 (input_scrub_next_buffer): Handle reading from from_sb.
1345 (bump_line_counters): Only increment lines if not using from_sb.
/dports/devel/djgpp-binutils/binutils-2.17/gas/
H A Dinput-scrub.c77 static sb from_sb; variable
117 sb from_sb; member
153 saved->from_sb = from_sb; in input_scrub_push()
187 from_sb = saved->from_sb; in input_scrub_pop()
275 sb_new (&from_sb); in input_scrub_include_sb()
280 sb_add_char (&from_sb, '\n'); in input_scrub_include_sb()
304 if (sb_index >= from_sb.len) in input_scrub_next_buffer()
306 sb_kill (&from_sb); in input_scrub_next_buffer()
324 partial_where = from_sb.ptr + from_sb.len; in input_scrub_next_buffer()
326 *bufp = from_sb.ptr + sb_index; in input_scrub_next_buffer()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dinput-scrub.c77 static sb from_sb; variable
117 sb from_sb; member
154 saved->from_sb = from_sb; in input_scrub_push()
188 from_sb = saved->from_sb; in input_scrub_pop()
276 sb_new (&from_sb); in input_scrub_include_sb()
281 sb_add_char (&from_sb, '\n'); in input_scrub_include_sb()
283 sb_add_sb (&from_sb, from); in input_scrub_include_sb()
305 if (sb_index >= from_sb.len) in input_scrub_next_buffer()
307 sb_kill (&from_sb); in input_scrub_next_buffer()
325 partial_where = from_sb.ptr + from_sb.len; in input_scrub_next_buffer()
[all …]
H A DChangeLog-92951334 (sb_index, from_sb): New static variables.
1336 (struct input_save): Add sb_index and from_sb fields. Change
1340 Save sb_index and from_sb.
1342 Restore sb_index and from_sb.
1344 (input_scrub_next_buffer): Handle reading from from_sb.
1345 (bump_line_counters): Only increment lines if not using from_sb.
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/
H A Dinput-scrub.c77 static sb from_sb; variable
117 sb from_sb; member
154 saved->from_sb = from_sb; in input_scrub_push()
188 from_sb = saved->from_sb; in input_scrub_pop()
276 sb_new (&from_sb); in input_scrub_include_sb()
281 sb_add_char (&from_sb, '\n'); in input_scrub_include_sb()
283 sb_add_sb (&from_sb, from); in input_scrub_include_sb()
305 if (sb_index >= from_sb.len) in input_scrub_next_buffer()
307 sb_kill (&from_sb); in input_scrub_next_buffer()
325 partial_where = from_sb.ptr + from_sb.len; in input_scrub_next_buffer()
[all …]
H A DChangeLog-92951334 (sb_index, from_sb): New static variables.
1336 (struct input_save): Add sb_index and from_sb fields. Change
1340 Save sb_index and from_sb.
1342 Restore sb_index and from_sb.
1344 (input_scrub_next_buffer): Handle reading from from_sb.
1345 (bump_line_counters): Only increment lines if not using from_sb.
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dinput-scrub.c77 static sb from_sb; variable
117 sb from_sb; member
154 saved->from_sb = from_sb; in input_scrub_push()
188 from_sb = saved->from_sb; in input_scrub_pop()
276 sb_new (&from_sb); in input_scrub_include_sb()
281 sb_add_char (&from_sb, '\n'); in input_scrub_include_sb()
283 sb_add_sb (&from_sb, from); in input_scrub_include_sb()
305 if (sb_index >= from_sb.len) in input_scrub_next_buffer()
307 sb_kill (&from_sb); in input_scrub_next_buffer()
325 partial_where = from_sb.ptr + from_sb.len; in input_scrub_next_buffer()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dinstall.c163 struct stat from_sb, to_sb; in kmk_builtin_install() local
361 if (stat(*argv, &from_sb)) in kmk_builtin_install()
367 if (to_sb.st_dev == from_sb.st_dev && in kmk_builtin_install()
369 to_sb.st_ino == from_sb.st_ino && in kmk_builtin_install()
404 struct stat from_sb, temp_sb, to_sb; in install() local
429 if (stat(from_name, &from_sb)) in install()
431 if (!S_ISREG(from_sb.st_mode)) { in install()
485 } else if (mode != (from_sb.st_mode & ALLPERMS)) { in install()
492 } else if (uid != (uid_t)-1 && gid != from_sb.st_uid) { in install()
693 tvb[0].tv_sec = from_sb.st_atime; in install()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/xinstall/
H A Dxinstall.c150 struct stat from_sb, to_sb; in main() local
380 if (stat(*argv, &from_sb)) in main()
384 if (to_sb.st_dev == from_sb.st_dev && in main()
385 to_sb.st_ino == from_sb.st_ino) in main()
629 struct stat from_sb; in install() local
639 if (stat(from_name, &from_sb)) in install()
641 size = from_sb.st_size; in install()
646 tv[0].tv_sec = from_sb.st_atime; in install()
648 tv[1].tv_sec = from_sb.st_mtime; in install()
656 if (!S_ISREG(from_sb.st_mode)) in install()
[all …]
/dports/misc/gnuls/coreutils-8.30/src/
H A Dinstall.c699 struct stat from_sb; in install_file_in_file() local
700 if (x->preserve_timestamps && stat (from, &from_sb) != 0) in install_file_in_file()
714 if (x->preserve_timestamps && (strip_files || ! S_ISREG (from_sb.st_mode)) in install_file_in_file()
715 && ! change_timestamps (&from_sb, to)) in install_file_in_file()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dinstall.c699 struct stat from_sb; in install_file_in_file() local
700 if (x->preserve_timestamps && stat (from, &from_sb) != 0) in install_file_in_file()
714 if (x->preserve_timestamps && (strip_files || ! S_ISREG (from_sb.st_mode)) in install_file_in_file()
715 && ! change_timestamps (&from_sb, to)) in install_file_in_file()

12