tail head cat sleep
QR code linking to this page

manページ  — AUTH_GETVAL

名称

auth_getval /etc/auth.conf から値を読み取る関数

内容

ライブラリ

System Utilities Library (libutil, -lutil)

書式

#include <sys/types.h>
#include <libutil.h>

char *
auth_getval(const char *name);

解説

関数 auth_getval() は、 name というフィールドに対応する値を返します。 そのようなフィールドが見つからない場合、または auth ファイルを開けることが できない場合は NULL を返します。

関連項目

properties_free(3), properties_read(3), property_find(3), auth.conf(5)

ファイル

/etc/auth.conf には、 auth_getval() が検索する name=value のペアが 含まれています。

AUTH_GETVAL (3) October 7, 1998

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

C is a language that combines all the elegance and power of assembly language with all the readability and maintainability of assembly language.