/titanic_44/usr/src/lib/nsswitch/ldap/common/ |
H A D | getprojent.c | 72 int firsttime; in _nss_ldap_proj2str() local 116 firsttime = 1; in _nss_ldap_proj2str() 122 if (firsttime) { in _nss_ldap_proj2str() 125 firsttime = 0; in _nss_ldap_proj2str() 138 firsttime = 1; in _nss_ldap_proj2str() 144 if (firsttime) { in _nss_ldap_proj2str() 147 firsttime = 0; in _nss_ldap_proj2str()
|
H A D | getbootparams.c | 60 int nss_result, firsttime; in _nss_ldap_bootparams2str() local 91 firsttime = 1; in _nss_ldap_bootparams2str() 102 if (firsttime) { in _nss_ldap_bootparams2str() 103 firsttime = 0; in _nss_ldap_bootparams2str()
|
/titanic_44/usr/src/cmd/mail/ |
H A D | clr_hinfo.c | 49 static int firsttime = 1; in clr_hinfo() local 53 if (firsttime) { in clr_hinfo() 54 firsttime = 0; in clr_hinfo()
|
/titanic_44/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic_timer.c | 97 static int firsttime = 1; in apic_timer_init() local 99 if (firsttime) { in apic_timer_init() 124 firsttime = 0; in apic_timer_init()
|
/titanic_44/usr/src/lib/libsocket/inet/ |
H A D | getaddrinfo.c | 570 boolean_t firsttime = B_TRUE; in get_addr() local 675 if ((nai->ai_flags & AI_CANONNAME) && firsttime) { in get_addr() 682 firsttime = B_FALSE; in get_addr() 718 if (nai->ai_flags & AI_CANONNAME && firsttime) { in get_addr() 725 firsttime = B_FALSE; in get_addr()
|
/titanic_44/usr/src/cmd/newform/ |
H A D | newform.c | 581 firsttime, /* Flag to indicate spec found */ in readspec() local 589 firsttime = 1; in readspec() 607 if (firsttime) { in readspec() 610 firsttime = 0; in readspec()
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | xdr_rec.c | 116 uint_t firsttime; member 206 rstrm->firsttime = 0; in xdrrec_create() 1097 return ((rstrm->firsttime == TRUE) ? 1 : 0); in __is_xdrrec_first() 1112 rstrm->firsttime = TRUE; in __xdrrec_setfirst() 1114 rstrm->firsttime = FALSE; in __xdrrec_setfirst() 1124 rstrm->firsttime = FALSE; in __xdrrec_resetfirst()
|
/titanic_44/usr/src/cmd/chmod/ |
H A D | chmod.c | 853 int firsttime = 1; in print_nvlist() local 862 firsttime ? "" : A_SEP_TOK, in print_nvlist() 865 firsttime = 0; in print_nvlist() 1159 int firsttime = 1; in print_attrs() local 1170 (firsttime == 1) ? "" : gettext("|"), in print_attrs() 1172 firsttime = 0; in print_attrs()
|
/titanic_44/usr/src/cmd/fs.d/ufs/lockfs/ |
H A D | lockfs.c | 104 int firsttime = 0; variable 242 if (firsttime++ == 0) in printstatusline()
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | yp_b_subr.c | 63 static bool firsttime = TRUE; variable 178 firsttime = FALSE; in broadcast_proc_exit() 477 firsttime = TRUE; 512 } else if (firsttime == FALSE) 540 if (firsttime == FALSE) 667 if (firsttime == FALSE) {
|
/titanic_44/usr/src/cmd/awk/ |
H A D | lib.c | 84 static int firsttime = 1; in getrec() local 88 if (firsttime) { in getrec() 89 firsttime = 0; in getrec()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.tftpd.c | 778 static boolean_t firsttime = B_TRUE; in tftp() local 829 if (securetftp && firsttime) { in tftp() 840 firsttime = B_FALSE; in tftp()
|
H A D | route.c | 3029 boolean_t firsttime = B_TRUE; in link_ntoa() local 3038 if (firsttime) in link_ntoa() 3039 firsttime = B_FALSE; in link_ntoa()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | clock.c | 2174 static int firsttime = 1; in tod_validate() local 2202 if (firsttime) { in tod_validate() 2203 firsttime = 0; in tod_validate()
|
/titanic_44/usr/src/cmd/prtconf/ |
H A D | pdevinfo.c | 1047 int firsttime = 1; in dump_pathing_data() local 1060 if (firsttime) { in dump_pathing_data() 1062 firsttime = 0; in dump_pathing_data()
|
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | pro_section.c | 894 int firsttime = 1; in _dwarf_pro_generate_debugframe() local 971 if (firsttime) { in _dwarf_pro_generate_debugframe() 973 firsttime = 0; in _dwarf_pro_generate_debugframe()
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 854 static int firsttime = 1; in do_bsys_doint() 862 if (firsttime) { in do_bsys_doint() 867 firsttime = 0; in do_bsys_doint()
|
/titanic_44/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 315 static int firsttime = 1; in egrepinit() local 318 if (firsttime) { in egrepinit() 319 firsttime = 0; in egrepinit()
|
/titanic_44/usr/src/uts/common/io/1394/ |
H A D | s1394_dev_disc.c | 100 static void s1394_wait_for_events(s1394_hal_t *hal, int firsttime); 269 s1394_wait_for_events(s1394_hal_t *hal, int firsttime) in s1394_wait_for_events() argument 279 if (firsttime) in s1394_wait_for_events() 301 if (firsttime) { in s1394_wait_for_events()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | daemon.c | 1043 opendaemonsocket(d, firsttime) in opendaemonsocket() argument 1045 bool firsttime; 1060 if (firsttime || d->d_socket < 0) 1210 if (!firsttime &&
|
H A D | parseaddr.c | 684 static bool firsttime = true; local 686 if (firsttime) 691 firsttime = false;
|
/titanic_44/usr/src/cmd/tar/ |
H A D | tar.c | 2787 int firsttime = (attrinfo->attr_parentfd == -1); in open_attr_dir() local 2796 if (!firsttime) { in open_attr_dir() 2805 if ((rc = verify_attr_support(dirp, firsttime, ARC_RESTORE, in open_attr_dir() 2835 if ((Hiddendir == 0) || (firsttime && attrinfo->attr_parent != NULL)) { in open_attr_dir() 2861 if (firsttime && (attrinfo->attr_parent != NULL)) { in open_attr_dir()
|
/titanic_44/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 424 static boolean_t firsttime = B_TRUE; in zone_print() local 437 if (firsttime && verbose) { in zone_print() 438 firsttime = B_FALSE; in zone_print()
|
/titanic_44/usr/src/cmd/cpio/ |
H A D | cpio.c | 4091 int firsttime = (*attr_parentfd == -1); in open_attr_dir() local 4100 if (!firsttime) { in open_attr_dir() 4109 if ((rc = verify_attr_support(dirp, firsttime, ARC_RESTORE, in open_attr_dir() 4134 if ((Hiddendir == 0) || (firsttime && (attr_parent != NULL))) { in open_attr_dir() 4159 if (firsttime && (attr_parent != NULL)) { in open_attr_dir()
|
/titanic_44/usr/src/cmd/krb5/kadmin/gui/ |
H A D | KdcGui.java | 144 private boolean firsttime = true; field in KdcGui 746 if (firsttime) { in setLoginDefaults() 749 firsttime = false; in setLoginDefaults()
|