Print this page
10120 smatch indenting fixes for usr/src/cmd
Reviewed by: Gergő Doma <domag02@gmail.com>
Portions contributed by: Joyce McIntosh <joyce.mcintosh@nexenta.com>


  10  * or http://www.opensolaris.org/os/licensing.
  11  * See the License for the specific language governing permissions
  12  * and limitations under the License.
  13  *
  14  * When distributing Covered Code, include this CDDL HEADER in each
  15  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16  * If applicable, add the following below this CDDL HEADER, with the
  17  * fields enclosed by brackets "[]" replaced with your own identifying
  18  * information: Portions Copyright [yyyy] [name of copyright owner]
  19  *
  20  * CDDL HEADER END
  21  */
  22 /*      Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T     */
  23 /*        All Rights Reserved   */
  24 
  25 
  26 /*
  27  * Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
  28  * Use is subject to license terms.
  29  * Copyright (c) 2016 by Delphix. All rights reserved.

  30  */
  31 
  32 #pragma ident   "%Z%%M% %I%     %E% SMI"
  33 
  34 #include        <ctype.h>
  35 #include        <string.h>
  36 #include        <stdio.h>
  37 #include        <signal.h>
  38 #include        <sys/wait.h>
  39 #include        <sys/types.h>
  40 #include        <sys/stat.h>
  41 #include        <sys/utsname.h>
  42 #include        <stdlib.h>
  43 #include        <unistd.h>
  44 #include        <time.h>
  45 #include        <utmpx.h>
  46 #include        <pwd.h>
  47 #include        <fcntl.h>
  48 #include        <stdarg.h>
  49 #include        <locale.h>




  10  * or http://www.opensolaris.org/os/licensing.
  11  * See the License for the specific language governing permissions
  12  * and limitations under the License.
  13  *
  14  * When distributing Covered Code, include this CDDL HEADER in each
  15  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16  * If applicable, add the following below this CDDL HEADER, with the
  17  * fields enclosed by brackets "[]" replaced with your own identifying
  18  * information: Portions Copyright [yyyy] [name of copyright owner]
  19  *
  20  * CDDL HEADER END
  21  */
  22 /*      Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T     */
  23 /*        All Rights Reserved   */
  24 
  25 
  26 /*
  27  * Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
  28  * Use is subject to license terms.
  29  * Copyright (c) 2016 by Delphix. All rights reserved.
  30  * Copyright (c) 2018, Joyent, Inc.
  31  */
  32 
  33 #pragma ident   "%Z%%M% %I%     %E% SMI"
  34 
  35 #include        <ctype.h>
  36 #include        <string.h>
  37 #include        <stdio.h>
  38 #include        <signal.h>
  39 #include        <sys/wait.h>
  40 #include        <sys/types.h>
  41 #include        <sys/stat.h>
  42 #include        <sys/utsname.h>
  43 #include        <stdlib.h>
  44 #include        <unistd.h>
  45 #include        <time.h>
  46 #include        <utmpx.h>
  47 #include        <pwd.h>
  48 #include        <fcntl.h>
  49 #include        <stdarg.h>
  50 #include        <locale.h>