Print this page
10097 indenting fixes in usr/src/{lib,common}


  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) 1988 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  */
  30 




  31 /*LINTLIBRARY*/
  32 
  33 #include <sys/types.h>
  34 #include <stdlib.h>
  35 #include <unistd.h>
  36 #include "utility.h"
  37 
  38 /*
  39  *      this code was taken from REGCMP(3X)
  40  */
  41 /*VARARGS*/
  42 /*ARGSUSED*/
  43 
  44 #define SSIZE   50
  45 #define TGRP    48
  46 #define A256    01
  47 #define A512    02
  48 #define A768    03
  49 #define NBRA    10
  50 #define CIRCFL  32




  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) 1988 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  */
  30 
  31 /*
  32  * Copyright (c) 2018, Joyent, Inc.
  33  */
  34 
  35 /*LINTLIBRARY*/
  36 
  37 #include <sys/types.h>
  38 #include <stdlib.h>
  39 #include <unistd.h>
  40 #include "utility.h"
  41 
  42 /*
  43  *      this code was taken from REGCMP(3X)
  44  */
  45 /*VARARGS*/
  46 /*ARGSUSED*/
  47 
  48 #define SSIZE   50
  49 #define TGRP    48
  50 #define A256    01
  51 #define A512    02
  52 #define A768    03
  53 #define NBRA    10
  54 #define CIRCFL  32