HomeSort by: relevance | last modified time | path
    Searched defs:IF (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/pax/
options.h 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
51 * operation mode of pax, a set of illegal flags is defined. If any one of
63 #define IF 0x000000020ULL
116 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CMF|CPF|CXF|CYF|CZF)
  /src/libexec/telnetd/
telnetd.c 28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
57 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
65 #if 0
89 #if defined(AUTHENTICATION) || defined(ENCRYPTION)
164 #if defined(IPPROTO_IP) && defined(IP_TOS)
188 if (strcmp(optarg, "debug") == 0) {
190 } else if (strcasecmp(optarg, "none") == 0) {
192 } else if (strcasecmp(optarg, "other") == 0) {
194 } else if (strcasecmp(optarg, "user") == 0) {
196 } else if (strcasecmp(optarg, "valid") == 0)
    [all...]
  /src/bin/ksh/
lex.h 25 int errline; /* line the error occurred on (0 if not set) */
77 /* If something is added here, add it to tokentab[] in syn.c as well */
82 #define IF 260
  /src/libexec/getty/
gettytab.h 28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
92 #define IF gettystrs[27].value
  /src/usr.sbin/lpr/common_source/
common.c 33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
39 #if 0
71 long BR; /* baud rate if lp is a tty */
75 long FC; /* flags to clear if lp is a tty */
77 long FS; /* flags to set if lp is a tty */
80 const char *IF; /* name of input filter (created per job) */
85 const char *MS; /* stty flags to set if lp is a tty */
113 int remote; /* true if sending files to a remote host */
127 * Create a TCP connection to host "rhost". If "rhost" is of the
146 if (rhost == NULL
    [all...]
  /src/games/warp/
warp.h 187 * Substitute if_text if test_text matches pattern, otherwise
190 * (Note: %() only works if CONDSUB defined.)
207 /* (If it is not kept in passwd, */
229 /* if not setuid or setgid, you don't need it */
241 # define IF(c) if (c)
244 # define IF(c)
251 # define IF(c) "IF" outside of VERBOSE???
256 # define assert(ex) {if (!(ex)){fprintf(stderr,"Assertion failed: file %s, line %d\r\n", __FILE__, __LINE__);sig_catcher(0 (…)
    [all...]

Completed in 26 milliseconds