| /src/sys/arch/ia64/stand/efi/libefi/ |
| delay.c | 39 UINTN junk; local 48 BS->WaitForEvent(1, &ev, &junk);
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| indicate_mechs.c | 43 OM_uint32 ret, junk; local 51 gss_release_oid_set(&junk, mech_set);
|
| release_cred.c | 45 OM_uint32 junk; local 69 gss_release_oid_set(&junk, &cred->mechanisms);
|
| /src/sys/arch/mips/mips/ |
| mips_mcclock.c | 144 volatile int junk; local 148 junk = clk[MC_REGC].datum; 149 junk++; junk++; junk++; junk++; 156 junk = clk[MC_REGC].datum; 158 junk++; junk++; junk++; junk++ [all...] |
| /src/external/ibm-public/postfix/dist/mantools/ |
| make-relnotes | 56 ($junk = $1) =~ s/\s*,\s*/,/g; 57 $junk =~ s/^\s+//; 58 $junk =~ s/\s+$//; 59 #print "junk >$junk<\n"; 60 @classes = split(/,+/, $junk); 81 ($junk = "Major changes - $class") =~ s/./-/g; 82 print $junk, "\n\n";
|
| postconf2html | 74 ($junk, $param, $defval) = split(/\s+/, $block, 3); 86 ($junk, $class, $text) = split(/\s+/, $block, 3);
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| gss_inquire_names_for_mech.c | 61 OM_uint32 junk; local 62 gss_release_oid_set(&junk, name_types); 68 OM_uint32 junk; local 69 gss_release_oid_set(&junk, name_types);
|
| gss_store_cred.c | 51 OM_uint32 junk; local 85 gss_add_oid_set_member(&junk, desired_mech, elements_stored); 88 gss_release_oid_set(&junk, elements_stored);
|
| gss_add_cred_with_password.c | 53 OM_uint32 junk, time_req; local 89 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred); 106 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred); 123 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred); 139 gss_release_cred(&junk, (gss_cred_id_t *)&new_cred);
|
| /src/external/ibm-public/postfix/dist/src/smtpd/ |
| smtpd_resolve.c | 92 static VSTRING *junk; local 103 junk = vstring_alloc(10); 116 vstring_strcpy(junk, sender_plus_addr); 117 sender = STR(junk); 118 if ((addr = split_at(STR(junk), SENDER_ADDR_JOIN_CHAR)) == 0) 127 vstring_strcpy(junk, STR(reply->recipient)); 128 casefold(reply->recipient, STR(junk)); /* XXX */
|
| /src/games/trek/ |
| dumpgame.c | 155 long junk; local 160 if (read(fd, &junk, sizeof junk) != (sizeof junk)) 162 if ((char *)junk != d->area) 170 return (read(fd, &junk, 1));
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/ |
| cpu.exp | 34 proc test_junk { arg junk current } { 36 "Trailing junk: '$junk'\." \
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/ |
| cpu.exp | 34 proc test_junk { arg junk current } { 36 "Trailing junk: '$junk'\." \
|
| /src/etc/rc.d/ |
| smtoff | 32 while read cpuN smt id N junk 34 test -n "$junk" && continue
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| sent.c | 174 VSTRING *junk = vstring_alloc(100); local 176 vstring_sprintf(junk, "%s: %s service failed", 178 my_dsn.reason = vstring_str(junk); 182 vstring_free(junk);
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_sasl_proto.c | 90 char *junk; local 103 junk = concatenate(session->sasl_mechanism_list, " ", mech_list, 106 session->sasl_mechanism_list = junk;
|
| /src/external/ibm-public/postfix/dist/src/postconf/ |
| postconf_builtin.c | 265 const char *junk; local 277 || (junk = mail_conf_lookup_eval(VAR_INET_INTERFACES)) == 0) 278 junk = pcf_expand_parameter_value(exp_buf, pcf_cmd_mode, 281 var_inet_interfaces = mystrdup(junk); 285 || (junk = mail_conf_lookup_eval(VAR_MYNETWORKS_STYLE)) == 0) 286 junk = pcf_expand_parameter_value(exp_buf, pcf_cmd_mode, 289 var_mynetworks_style = mystrdup(junk); 293 || (junk = mail_conf_lookup_eval(VAR_INET_PROTOCOLS)) == 0) 294 junk = pcf_expand_parameter_value(exp_buf, pcf_cmd_mode, 297 var_inet_protocols = mystrdup(junk); [all...] |
| postconf_main.c | 124 char *name, *value, *junk; local 129 junk = mystrdup(*cpp); 130 if ((err = split_nameval(junk, &name, &value)) != 0) 133 myfree(junk);
|
| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup_bounce.c | 105 int junk; local 158 if ((junk = rec_attr_map(attr_name)) != 0) { 160 rec_type = junk; 170 if (alldig(start) && (junk = atoi(start)) > 0 171 && DSN_NOTIFY_OK(junk)) 172 dsn_notify = junk;
|
| /src/external/ibm-public/postfix/dist/src/oqmgr/ |
| qmgr_feedback.c | 120 char junk; local 145 &enum_val, slash, denom_str, &junk)) { 155 && sscanf(denom_str, "%lf%c", &denom_val, &junk) == 1
|
| /src/external/ibm-public/postfix/dist/src/qmgr/ |
| qmgr_feedback.c | 120 char junk; local 145 &enum_val, slash, denom_str, &junk)) { 155 && sscanf(denom_str, "%lf%c", &denom_val, &junk) == 1
|
| /src/external/gpl3/gdb.old/dist/ |
| djunpack.bat | 31 copy fnchange.tmp junk.tmp > nul
32 if not exist junk.tmp GoTo NoDjTar
33 del junk.tmp
36 copy fnchange.lst junk.tmp > nul
37 if not exist junk.tmp GoTo NoSed
38 del junk.tmp
|
| /src/external/gpl3/gdb/dist/ |
| djunpack.bat | 31 copy fnchange.tmp junk.tmp > nul
32 if not exist junk.tmp GoTo NoDjTar
33 del junk.tmp
36 copy fnchange.lst junk.tmp > nul
37 if not exist junk.tmp GoTo NoSed
38 del junk.tmp
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| mep-asm.c | 849 long junk ATTRIBUTE_UNUSED; 899 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr, & junk); 938 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_csr, & junk); 941 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_csr, & junk); 944 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_csr, & junk); 947 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_csr, & junk); 950 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_csr, & junk); 1028 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_ivc2, & junk); 1031 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_ivc2, & junk); 1034 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_ivc2, & junk); [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mep-asm.c | 849 long junk ATTRIBUTE_UNUSED; 899 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr, & junk); 938 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_csr, & junk); 941 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_csr, & junk); 944 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_csr, & junk); 947 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_csr, & junk); 950 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_csr, & junk); 1028 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_ivc2, & junk); 1031 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_ivc2, & junk); 1034 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_ivc2, & junk); [all...] |