libutil.h (a9e4a4780ab8740f7ee180992a7399a8a42dbc1f) | libutil.h (f295618d06dd1b215fcd963b33c1265acea36ac9) |
---|---|
1/* 2 * Copyright (c) 1996 Peter Wemm <peter@FreeBSD.org>. 3 * All rights reserved. 4 * Copyright (c) 2002 Networks Associates Technology, Inc. 5 * All rights reserved. 6 * 7 * Portions of this software were developed for the FreeBSD Project by 8 * ThinkSec AS and NAI Labs, the Security Research Division of Network --- 156 unchanged lines hidden (view full) --- 165struct group *gr_scan(const char *line); 166#endif 167 168#ifdef _SYS_PARAM_H_ 169struct pidfh *pidfile_open(const char *path, mode_t mode, pid_t *pidptr); 170int pidfile_write(struct pidfh *pfh); 171int pidfile_close(struct pidfh *pfh); 172int pidfile_remove(struct pidfh *pfh); | 1/* 2 * Copyright (c) 1996 Peter Wemm <peter@FreeBSD.org>. 3 * All rights reserved. 4 * Copyright (c) 2002 Networks Associates Technology, Inc. 5 * All rights reserved. 6 * 7 * Portions of this software were developed for the FreeBSD Project by 8 * ThinkSec AS and NAI Labs, the Security Research Division of Network --- 156 unchanged lines hidden (view full) --- 165struct group *gr_scan(const char *line); 166#endif 167 168#ifdef _SYS_PARAM_H_ 169struct pidfh *pidfile_open(const char *path, mode_t mode, pid_t *pidptr); 170int pidfile_write(struct pidfh *pfh); 171int pidfile_close(struct pidfh *pfh); 172int pidfile_remove(struct pidfh *pfh); |
173int pidfile_fileno(struct pidfh *pfh); |
|
173#endif 174 175#ifdef _UFS_UFS_QUOTA_H_ 176struct quotafile; 177struct fstab; 178struct quotafile *quota_open(struct fstab *, int, int); 179void quota_close(struct quotafile *); 180int quota_on(struct quotafile *); --- 59 unchanged lines hidden --- | 174#endif 175 176#ifdef _UFS_UFS_QUOTA_H_ 177struct quotafile; 178struct fstab; 179struct quotafile *quota_open(struct fstab *, int, int); 180void quota_close(struct quotafile *); 181int quota_on(struct quotafile *); --- 59 unchanged lines hidden --- |