123.searchresults

来自「可以在linux下使用的ddns的测试程式」· SEARCHRESULTS 代码 · 共 33 行

SEARCHRESULTS
33
字号
---- TRUE Matches (31 in 4 files) ----
ConstDef.h (f:\linux\ddnsclient\src):#ifndef TRUE
ConstDef.h (f:\linux\ddnsclient\src):#define TRUE 1
Main.c (f:\linux\ddnsclient\src):    while ( TRUE )
Socket.c (f:\linux\ddnsclient\src):    while ( TRUE )
Socket.c (f:\linux\ddnsclient\src):    while ( TRUE )
Socket.c (f:\linux\ddnsclient\src):    while ( TRUE )
Socket.c (f:\linux\ddnsclient\src):        pEntry->bConnected = TRUE;
Socket.c (f:\linux\ddnsclient\src):		pEntry->bConnected = TRUE;
Structs.h (f:\linux\ddnsclient\src):  BOOL    rcpt_include_affixes;   /* TRUE to retain affixes in RCPT commands */
Structs.h (f:\linux\ddnsclient\src):  BOOL    return_output;          /* TRUE if output should always be returned */
Structs.h (f:\linux\ddnsclient\src):  BOOL    retry_use_local_part;   /* Defaults true for local, false for remote */
Structs.h (f:\linux\ddnsclient\src):  BOOL    local;                  /* TRUE for local transports */
Structs.h (f:\linux\ddnsclient\src):  BOOL    bmi_deliver_alternate;  /* TRUE => BMI said that message should be delivered to alternate location */
Structs.h (f:\linux\ddnsclient\src):  BOOL    bmi_deliver_default;    /* TRUE => BMI said that message should be delivered to default location */
Structs.h (f:\linux\ddnsclient\src):  BOOL    bmi_dont_deliver;       /* TRUE => BMI said that message should not be delivered at all */
Structs.h (f:\linux\ddnsclient\src):  BOOL    caseful_local_part;     /* TRUE => don't lowercase */
Structs.h (f:\linux\ddnsclient\src):  BOOL    check_local_user;       /* TRUE => check local user */
Structs.h (f:\linux\ddnsclient\src):  BOOL    initgroups;             /* TRUE if initgroups is required */
Structs.h (f:\linux\ddnsclient\src):  BOOL    log_as_local;           /* TRUE logs as a local delivery */
Structs.h (f:\linux\ddnsclient\src):  BOOL    same_domain_copy_routing; /* TRUE => copy routing for same domain */
Structs.h (f:\linux\ddnsclient\src):  BOOL    self_rewrite;           /* TRUE to rewrite headers if making local */
Structs.h (f:\linux\ddnsclient\src):  BOOL    unseen;                 /* If TRUE carry on, even after success */
Structs.h (f:\linux\ddnsclient\src):  BOOL    client;                 /* TRUE if client option(s) set */
Structs.h (f:\linux\ddnsclient\src):  BOOL    server;                 /* TRUE if server options(s) set */
Structs.h (f:\linux\ddnsclient\src):  BOOL    advertised;             /* Set TRUE when advertised */
Structs.h (f:\linux\ddnsclient\src):#define af_retry_skipped       0x00002000 /* true if retry caused some skipping */
Structs.h (f:\linux\ddnsclient\src):#define af_retry_timedout      0x00004000 /* true if retry timed out */
Structs.h (f:\linux\ddnsclient\src):  BOOL    authenticating;         /* TRUE when authenticating */
Structs.h (f:\linux\ddnsclient\src):  BOOL    isfile;                 /* TRUE if string is a file name */
Structs.h (f:\linux\ddnsclient\src):  BOOL    check_owner;            /* TRUE, FALSE, or TRUE_UNSET */
Structs.h (f:\linux\ddnsclient\src):  BOOL    check_group;            /* TRUE, FALSE, or TRUE_UNSET */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?