JunkBox_Lib 1.10.1
|
ISNETプロトコル用ライブラリ ヘッダ More...
#include "password.h"
#include "cipher.h"
#include "xtools.h"
#include "dh_tool.h"
#include "ssl_tool.h"
#include "ldap_tool.h"
#include "isnet_server.h"
#include "isnet_client.h"
Go to the source code of this file.
Functions | |
Buffer | get_command (Buffer) |
Buffer | get_operand (Buffer) |
Buffer | get_comment (Buffer) |
Definition in file isnet.h.
Buffer get_command(Buffer msg)
Buffer (命令)からコマンド部を取り出す.小文字は大文字に変換する.
msg | 命令を格納した Buffer.改行コードは入れない. |
Definition at line 36 of file isnet.c.
References Buffer::buf, cawk_Buffer(), and make_Buffer().
Referenced by send_command_recv_ans().
Buffer get_comment(Buffer msg)
Buffer(命令)からコメント部を取り出す.空白も含む.
msg | 命令を格納した Buffer.改行コードは入れない. |
Definition at line 87 of file isnet.c.
References buf, Buffer::buf, make_Buffer(), and Buffer::vldsz.
Buffer get_operand(Buffer msg)
Buffer(命令)からオペランド部を取り出す.小文字は大文字に変換する.
msg | 命令を格納した Buffer.改行コードは入れない. |
Definition at line 65 of file isnet.c.
References Buffer::buf, cawk_Buffer(), and make_Buffer().
Referenced by send_command_recv_ans().