Postfix3.3.1
マクロ定義 | 関数
showq_compat.c ファイル
#include <sys_defs.h>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
#include <string.h>
#include <sysexits.h>
#include <errno.h>
#include <vstring.h>
#include <vstream.h>
#include <stringops.h>
#include <mymalloc.h>
#include <msg.h>
#include <mail_proto.h>
#include <mail_queue.h>
#include <mail_date.h>
#include <mail_params.h>
#include <postqueue.h>

[ソースコード]

マクロ定義

#define S_STRING_FORMAT   "%-11s %7s %-20s %s\n"
 
#define S_SENDER_FORMAT   "%-11s %7ld %20.20s %s\n"
 
#define S_HEADINGS
 
#define L_STRING_FORMAT   "%-17s %8s %-19s %s\n"
 
#define L_SENDER_FORMAT   "%-17s %8ld %19.19s %s\n"
 
#define L_HEADINGS
 
#define STR(x)   vstring_str(x)
 

関数

void showq_compat (VSTREAM *showq_stream)
 

マクロ定義詳解

#define L_HEADINGS
値:
"----Queue ID-----", "--Size--", \
"---Arrival Time----", "--Sender/Recipient------"

showq_compat.c75 行目に定義があります。

#define L_SENDER_FORMAT   "%-17s %8ld %19.19s %s\n"

showq_compat.c74 行目に定義があります。

#define L_STRING_FORMAT   "%-17s %8s %-19s %s\n"

showq_compat.c73 行目に定義があります。

#define S_HEADINGS
値:
"-Queue ID-", "--Size--", \
"----Arrival Time----", "-Sender/Recipient-------"

showq_compat.c70 行目に定義があります。

#define S_SENDER_FORMAT   "%-11s %7ld %20.20s %s\n"

showq_compat.c69 行目に定義があります。

#define S_STRING_FORMAT   "%-11s %7s %-20s %s\n"

showq_compat.c68 行目に定義があります。

#define STR (   x)    vstring_str(x)

showq_compat.c78 行目に定義があります。

関数詳解

void showq_compat ( VSTREAM showq_stream)

showq_compat.c174 行目に定義があります。