📄 cryptfsadm.x
字号:
/* $Id: cryptfsadm.x,v 1.2 2001/04/10 06:08:56 dm Exp $ *//* * This file was written by David Mazieres. Its contents is * uncopyrighted and in the public domain. Of course, standards of * academic honesty nonetheless prevent anyone in research from * falsely claiming credit for this work. */struct cfsadm_mount_arg { string path<1024>; /* Path of ciphertext directory */ string name<256>; /* Name of plaintext directory */ string pwd<128>; /* Passphrase encrypting files */};program CFSADM_PROG { version CFSADM_VERS { void CFSADMPROC_NULL (void) = 0; int CFSADMPROC_MOUNT (cfsadm_mount_arg) = 1; } = 1;} = 354440;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -