代码搜索结果

找到约 820,005 项符合 if 的代码

config.m4

if test "$OS" = "os2" ; then APR_ADDTO(CFLAGS, [-DOS2 -O2]) fi

macosxfilestore.c

/* Copyright 2003-2005, Voltage Security, all rights reserved. * Encryption code adapted from Apple's libCdsaCrypt, version 1.0d1 */ #if VOLT_OS == VOLT_MACOSX #include #define VO

arp.8

.TH ARP 8 "5 Jan 1999" "net-tools" "Linux Programmer's Manual" .SH NOM arp \- manipule la table ARP du syst鑝e .SH SYNOPSIS .B arp .RB [ \-vn ] .RB [ "\-H type" ] .RB [ "-i if" ] .B -a .RB [ nom_h

arp.8

.TH ARP 8 "22 de junho de 1996" "net-tools" "Manual do Programador Linux" .SH NOME arp \- manipula o cache ARP do sistema .SH SINOPSE .B arp .RB [ \-vn ] .RB [ "\-H tipo" ] .RB [ "-i if" ] .B -a

openbsd

#!/bin/sh make_resolv_conf() { if [ "x$new_domain_name" != x ] && [ x"$new_domain_name_servers" != x ]; then echo search $new_domain_name >/etc/resolv.conf for nameserver in $new_domain_nam

solaris

#!/bin/sh make_resolv_conf() { if [ "x$new_domain_name" != x ] && [ x"$new_domain_name_servers" != x ]; then echo search $new_domain_name >/etc/resolv.conf for nameserver in $new_domain_n

netbsd

#!/bin/sh make_resolv_conf() { if [ "x$new_domain_name" != x ] && [ x"$new_domain_name_servers" != x ]; then echo search $new_domain_name >/etc/resolv.conf for nameserver in $new_domain_nam

freebsd

#!/bin/sh # # $Id: freebsd,v 1.13.2.7 2004/09/30 23:22:48 dhankins Exp $ # # $FreeBSD$ if [ -x /usr/bin/logger ]; then LOGGER="/usr/bin/logger -s -p user.notice -t dhclient" else LOGGER=echo fi ma

bsdos

#!/bin/sh make_resolv_conf() { if [ "x$new_domain_name" != x ] && [ x"$new_domain_name_servers" != x ]; then echo search $new_domain_name >/etc/resolv.conf for nameserver in $new_domain_nam

openbsd

#!/bin/sh make_resolv_conf() { if [ "x$new_domain_name" != x ] && [ x"$new_domain_name_servers" != x ]; then echo search $new_domain_name >/etc/resolv.conf for nameserver in $new_domain_nam