/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
#include <project.h>
#include <string.h>
#include <stdlib.h>
#include "files_common.h"
static uint_t
int linelen) {
const char *name;
int namelen, i;
if (keyhash) {
} else {
namelen = 0;
namelen++;
}
for (i = 0; i < namelen; i++)
return (hash);
}
static uint_t
int linelen) {
if (keyhash)
/* skip projname */
return (0);
/* projid */
return (0);
return (id);
}
};
sizeof (struct project),
2,
};
static int
/* skip projname */
/* empty projname not allowed */
return (0);
/* projid */
/* empty projid is not valid */
return (0);
}
static nss_status_t
}
static nss_status_t
}
};
/*ARGSUSED*/
{
return (_nss_files_constr(project_ops,
sizeof (project_ops) / sizeof (project_ops[0]),
&hashinfo));
}