glibc/misc
Joseph Myers a04549c194 Break more lines before not after operators.
This patch makes further coding style fixes where code was breaking
lines after an operator, contrary to the GNU Coding Standards.  As
with the previous patch, it is limited to files following a reasonable
approximation to GNU style already, and is not exhaustive; more such
issues remain to be fixed.

Tested for x86_64, and with build-many-glibcs.py.

	* dirent/dirent.h [!_DIRENT_HAVE_D_NAMLEN
	&& _DIRENT_HAVE_D_RECLEN] (_D_ALLOC_NAMLEN): Break lines before
	rather than after operators.
	* elf/cache.c (print_cache): Likewise.
	* gshadow/fgetsgent_r.c (__fgetsgent_r): Likewise.
	* htl/pt-getattr.c (__pthread_getattr_np): Likewise.
	* hurd/hurdinit.c (_hurd_setproc): Likewise.
	* hurd/hurdkill.c (_hurd_sig_post): Likewise.
	* hurd/hurdlookup.c (__file_name_lookup_under): Likewise.
	* hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
	(reauth_proc): Likewise.
	* hurd/lookup-at.c (__file_name_lookup_at): Likewise.
	(__file_name_split_at): Likewise.
	(__directory_name_split_at): Likewise.
	* hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Likewise.
	* hurd/port2fd.c (_hurd_port2fd): Likewise.
	* iconv/gconv_dl.c (do_print): Likewise.
	* inet/netinet/in.h (struct sockaddr_in): Likewise.
	* libio/wstrops.c (_IO_wstr_seekoff): Likewise.
	* locale/setlocale.c (new_composite_name): Likewise.
	* malloc/memusagestat.c (main): Likewise.
	* misc/fstab.c (fstab_convert): Likewise.
	* nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt):
	Likewise.
	* nss/nss_compat/compat-grp.c (getgrent_next_nss): Likewise.
	(getgrent_next_file): Likewise.
	(internal_getgrnam_r): Likewise.
	(internal_getgrgid_r): Likewise.
	* nss/nss_compat/compat-initgroups.c (getgrent_next_nss):
	Likewise.
	(internal_getgrent_r): Likewise.
	* nss/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
	(getpwent_next_nss): Likewise.
	(getpwent_next_file): Likewise.
	(internal_getpwnam_r): Likewise.
	(internal_getpwuid_r): Likewise.
	* nss/nss_compat/compat-spwd.c (getspent_next_nss_netgr):
	Likewise.
	(getspent_next_nss): Likewise.
	(internal_getspnam_r): Likewise.
	* pwd/fgetpwent_r.c (__fgetpwent_r): Likewise.
	* shadow/fgetspent_r.c (__fgetspent_r): Likewise.
	* string/strchr.c (STRCHR): Likewise.
	* string/strchrnul.c (STRCHRNUL): Likewise.
	* sysdeps/aarch64/fpu/fpu_control.h (_FPU_FPCR_IEEE): Likewise.
	* sysdeps/aarch64/sfp-machine.h (_FP_CHOOSENAN): Likewise.
	* sysdeps/csky/dl-machine.h (elf_machine_rela): Likewise.
	* sysdeps/generic/memcopy.h (PAGE_COPY_FWD_MAYBE): Likewise.
	* sysdeps/generic/symbol-hacks.h (__stack_chk_fail_local):
	Likewise.
	* sysdeps/gnu/netinet/ip_icmp.h (ICMP_INFOTYPE): Likewise.
	* sysdeps/gnu/updwtmp.c (TRANSFORM_UTMP_FILE_NAME): Likewise.
	* sysdeps/gnu/utmp_file.c (TRANSFORM_UTMP_FILE_NAME): Likewise.
	* sysdeps/hppa/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Likewise.
	* sysdeps/mach/hurd/bits/stat.h (S_ISPARE): Likewise.
	* sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Likewise.
	(open_file): Likewise.
	* sysdeps/mach/hurd/htl/pt-mutexattr-setprotocol.c
	(pthread_mutexattr_setprotocol): Likewise.
	* sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
	* sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
	* sysdeps/mach/hurd/ptrace.c (ptrace): Likewise.
	* sysdeps/mach/hurd/spawni.c (__spawni): Likewise.
	* sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
	Likewise.
	(elf_machine_rela): Likewise.
	* sysdeps/mips/mips32/sfp-machine.h (_FP_CHOOSENAN): Likewise.
	* sysdeps/mips/mips64/sfp-machine.h (_FP_CHOOSENAN): Likewise.
	* sysdeps/mips/sys/asm.h (multiple #if conditionals): Likewise.
	* sysdeps/posix/rename.c (rename): Likewise.
	* sysdeps/powerpc/novmx-sigjmp.c (__novmx__sigjmp_save): Likewise.
	* sysdeps/powerpc/sigjmp.c (__vmx__sigjmp_save): Likewise.
	* sysdeps/s390/fpu/fenv_libc.h (FPC_VALID_MASK): Likewise.
	* sysdeps/s390/utf8-utf16-z9.c (gconv_end): Likewise.
	* sysdeps/unix/grantpt.c (grantpt): Likewise.
	* sysdeps/unix/sysv/linux/a.out.h (N_TXTOFF): Likewise.
	* sysdeps/unix/sysv/linux/updwtmp.c (TRANSFORM_UTMP_FILE_NAME):
	Likewise.
	* sysdeps/unix/sysv/linux/utmp_file.c (TRANSFORM_UTMP_FILE_NAME):
	Likewise.
	* sysdeps/x86/cpu-features.c (get_common_indices): Likewise.
	* time/tzfile.c (__tzfile_compute): Likewise.
2019-02-25 13:19:19 +00:00
..
bits Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sys Break some lines before not after operators. 2019-02-22 01:32:36 +00:00
acct.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
allocate_once.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ar.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
brk.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
bug18240.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
bug-hsearch1.c
chflags.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
chroot.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
daemon.c
dirname.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
efgcvt_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
efgcvt.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
err.c Add internal implementations for argp.h, err.h, and error.h functions 2019-02-21 10:28:50 -03:00
err.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
error.c Add internal implementations for argp.h, err.h, and error.h functions 2019-02-21 10:28:50 -03:00
error.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fchflags.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fdatasync.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fgetxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
flistxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fremovexattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fsetxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fstab.c Break more lines before not after operators. 2019-02-25 13:19:19 +00:00
fstab.h
fsync.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ftruncate64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ftruncate.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
futimes.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
futimesat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getauxval.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getclktck.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getdomain.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getdtsz.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
gethostid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
gethostname.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getloadavg.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getpagesize.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getpass.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getsysstats.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getttyent.c
getusershell.c
getxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
gtty.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
hsearch_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
hsearch.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ifunc-impl-list.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
init-misc.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
insremque.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ioctl.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
lgetxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
libgen.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
listxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
llistxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
lremovexattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
lsearch.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
lsetxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
lutimes.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
madvise.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
makedev.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Makefile Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mincore.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mkdtemp.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mkostemp64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mkostemp.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mkostemps64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mkostemps.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mkstemp64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mkstemp.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mkstemps64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mkstemps.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mktemp.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mlock.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mlockall.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mmap64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mmap.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mntent_r.c Add fall-through comments. 2019-02-12 10:30:34 +00:00
mntent.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mntent.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mprotect.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
msync.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
munlock.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
munlockall.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
munmap.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
preadv2.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
preadv64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
preadv64v2.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
preadv.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pselect.c nptl: Remove tst-cancel-wrappers test and related macros 2019-01-03 18:38:08 -02:00
ptrace.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pwritev2.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pwritev64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pwritev64v2.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pwritev.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
qefgcvt_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
qefgcvt.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
readv.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
reboot.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
regexp.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
regexp.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
remap_file_pages.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
removexattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
revoke.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sbrk.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
search.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
select.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setdomain.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setegid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
seteuid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sethostid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sethostname.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setregid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setreuid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sgtty.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sstk.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
stab.h
stty.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
swapoff.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
swapon.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sync.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
syncfs.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
syscall.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
syscall.h
sysexits.h
syslog.c Add __vsyslog_internal, with same flags as __v*printf_internal. 2018-12-05 18:15:43 -02:00
syslog.h
truncate64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
truncate.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tsearch.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-allocate_once.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-atomic-long.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-atomic.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-dbl-efgcvt.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-dirname.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-efgcvt-template.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-empty.c
tst-error1.c
tst-fdset.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-gethostid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-hsearch.c
tst-insremque.c
tst-ldbl-efgcvt.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-ldbl-error.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-ldbl-warn.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-makedev.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-mntent2.c
tst-mntent-blank-corrupt.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-mntent-blank-passno.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-mntent.c
tst-preadvwritev2-common.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-preadvwritev2.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-preadvwritev64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-preadvwritev64v2.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-preadvwritev-common.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-preadvwritev.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-pselect.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-tsearch.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-warn-wide.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ttyent.h
ttyslot.c
ualarm.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
usleep.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ustat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
utimes.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Versions Implement allocate_once for atomic initialization with allocation 2018-05-23 15:27:01 +02:00
vhangup.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
writev.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00