| /mirbsd/src/usr.sbin/adduser/ |
| D | adduser | 26 print -u2 "$me: $*" 124 print -u2 'ERROR: User name can only consist of lower' 125 print -u2 '\tcase letters, numbers, dash, underscore or' 126 print -u2 '\tdollar sign (SMB/CIFS server names only)' 131 print -u2 "ERROR: User name $resp already exists!" 147 print -u2 "ERROR: User ID $respval not within bounds!" 148 print -u2 '\tAllowed values are between 10 and 32765' 160 print -u2 "ERROR: User name $uname already exists!" 164 print -u2 "ERROR: User ID $respval already exists!" 173 print -u2 "ERROR: empty real name field not allowed!" [all …]
|
| /mirbsd/src/usr.sbin/installboot/ |
| D | bxinst.i386 | 47 print -u2 "$wrec @0x${curptr#16#}: $cnt @$blk (0x${x#16#})" 56 print -u2 " - 0x${curptr#16#}: $((x)) (0x${x#16#}) @ $blk" \ 95 print -u2 Error: invalid block size "2^'$OPTARG'" 100 print -u2 Error: invalid geometry code "'$OPTARG'" 108 print -u2 Warning: invalid head count "'$OPTARG'" 112 print -u2 Warning: invalid partition info "'$OPTARG'" 123 print -u2 Warning: invalid partition \ 128 print -u2 Warning: invalid partition \ 134 print -u2 Warning: invalid partition offset "'$OPTARG'" 139 print -u2 Warning: invalid partition type "'$OPTARG'" [all …]
|
| D | bxinst.sparc | 102 print -u2 geometry is $psz sectors in ${g_code[0]} cylinders, \ 203 print -u2 Error: cannot create temporary directory 226 print -u2 Internal error 246 print -u2 Error: tar output size $tarsize wrong, want \ 259 print -u2 created $((tarsize - 512)) bytes of ustarfs/sparc lead 276 print -u2 Error: invalid chain sector "'$OPTARG'" 280 print -u2 Error: invalid geometry code "'$OPTARG'" 289 print -u2 Error: invalid sector scale "'$OPTARG'" 293 print -u2 Error: "'$OPTARG'" not found 298 (*) print -u2 'Syntax: [all …]
|
| /mirbsd/src/lib/libdes/ |
| D | des_locl.h | 293 unsigned int u1,u2,u3; \ 295 u2=(int)u>>8L; \ 297 u2&=0xfc; \ 301 LL^= *(DES_LONG *)((unsigned char *)des_SP+0x200+u2); \ 307 u2=(int)t>>8L; \ 309 u2&=0xfc; \ 312 LL^= *(DES_LONG *)((unsigned char *)des_SP+0x300+u2); \ 321 unsigned int u1,u2,s1,s2; \ 323 u2=(int)u>>8L; \ 325 u2&=0xfc; \ [all …]
|
| /mirbsd/src/lib/libssl/src/crypto/des/ |
| D | des_locl.h | 215 unsigned int u1,u2,u3; \ 217 u2=(int)u>>8L; \ 219 u2&=0xfc; \ 223 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \ 229 u2=(int)t>>8L; \ 231 u2&=0xfc; \ 234 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \ 243 unsigned int u1,u2,s1,s2; \ 245 u2=(int)u>>8L; \ 247 u2&=0xfc; \ [all …]
|
| /mirbsd/src/sys/arch/i386/stand/bootxx/ |
| D | mkbxinst.sh | 28 print -u2 -- "$@" 98 print -u2 "$wrec @0x${curptr#16#}: $cnt @$blk (0x${x#16#})" 107 print -u2 " - 0x${curptr#16#}: $((x)) (0x${x#16#}) @ $blk" \ 146 print -u2 Error: invalid block size "2^'$OPTARG'" 151 print -u2 Error: invalid geometry code "'$OPTARG'" 159 print -u2 Warning: invalid head count "'$OPTARG'" 163 print -u2 Warning: invalid partition info "'$OPTARG'" 174 print -u2 Warning: invalid partition \ 179 print -u2 Warning: invalid partition \ 185 print -u2 Warning: invalid partition offset "'$OPTARG'" [all …]
|
| /mirbsd/src/sys/arch/sparc/stand/bootxx/ |
| D | mkbxinst.sh | 28 print -u2 -- "$@" 150 print -u2 geometry is $psz sectors in ${g_code[0]} cylinders, \ 251 print -u2 Error: cannot create temporary directory 274 print -u2 Internal error 294 print -u2 Error: tar output size $tarsize wrong, want \ 307 print -u2 created $((tarsize - 512)) bytes of ustarfs/sparc lead 326 print -u2 Error: invalid chain sector "'$OPTARG'" 330 print -u2 Error: invalid geometry code "'$OPTARG'" 339 print -u2 Error: invalid sector scale "'$OPTARG'" 343 print -u2 Error: "'$OPTARG'" not found [all …]
|
| /mirbsd/src/usr.sbin/upkg/ |
| D | upkg.sh | 69 print -u2 "Missing package name for '$1'" 76 print -u2 "Package $pkgname fails requirements!" 83 print -u2 "Package $pkgname install script returned error status" 216 print -u2 "Package $pkgname install script returned error status" 228 print -u2 "Usage:" 229 print -u2 " $0 [-L localbase] add [pkgname]"
|
| /mirbsd/src/scripts/ |
| D | mnt-cvsroot | 47 print -u2 "Syntax: $me newroot [dir [...]]" 48 print -u2 "\t$me - .../CVS/Root [dir [...]]" 49 print -u2 "\t$me -T - .../CVS/Tag [dir [...]]" 68 print -u2 "$me: fatal: cannot mktemp" 89 print -u2 "$me: error: cannot rm <$name>"
|
| D | xbuild-tool.sed | 36 print -u2 "Cannot execute native tool $CALLED" 37 print -u2 "for $ME, exiting."
|
| D | xbuild-env.sh | 42 print -u2 No target or machine given. 60 print -u2 "Cannot guess machine arch for $MACHINE," 61 print -u2 "target $TARGET - please supply." 78 print -u2 "Invalid target $TARGET chosen, exiting."
|
| D | tarsets | 33 print -u2 "Syntax: $me [check | make <release>]" 71 print -u2 "Must set RELEASEDIR before calling $me!"
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | perltoc2.gen | 54 print -u2 'assockit.ksh: need at least mksh R40' 89 print -u2 'assockit.ksh: syntax: asso_setv value key [key ...]' 114 print -u2 'assockit.ksh: syntax: asso_isset key [key ...]' 138 print -u2 'assockit.ksh: syntax: asso_loadv key [key ...]' 155 print -u2 'assockit.ksh: syntax: asso_loadv key [key ...]' 169 print -u2 'assockit.ksh: syntax: asso_sets value key [key ...]' 180 print -u2 'assockit.ksh: syntax: asso_seti value key [key ...]' 185 print -u2 "assockit.ksh: not an integer: '$1'" 195 print -u2 'assockit.ksh: syntax: asso_setr value key [key ...]' 200 print -u2 "assockit.ksh: not a real: '$1'" [all …]
|
| /mirbsd/src/sbin/isakmpd/ |
| D | udp.c | 205 struct udp_transport *u2; in udp_clone() local 214 u2 = (struct udp_transport *)t; in udp_clone() 216 memcpy(u2, u, sizeof *u); in udp_clone() 218 u2->src = malloc(SA_LEN(u->src)); in udp_clone() 219 if (!u2->src) { in udp_clone() 225 memcpy(u2->src, u->src, SA_LEN(u->src)); in udp_clone() 227 u2->dst = malloc(SA_LEN(raddr)); in udp_clone() 228 if (!u2->dst) { in udp_clone() 231 free(u2->src); in udp_clone() 235 memcpy(u2->dst, raddr, SA_LEN(raddr)); in udp_clone()
|
| /mirbsd/src/lib/libssl/src/crypto/dsa/ |
| D | dsa_ossl.c | 268 BIGNUM u1,u2,t1; in dsa_do_verify() local 290 BN_init(&u2); in dsa_do_verify() 308 if ((BN_mod_inverse(&u2,sig->s,dsa->q,ctx)) == NULL) goto err; in dsa_do_verify() 314 if (!BN_mod_mul(&u1,&u1,&u2,dsa->q,ctx)) goto err; in dsa_do_verify() 317 if (!BN_mod_mul(&u2,sig->r,&u2,dsa->q,ctx)) goto err; in dsa_do_verify() 338 if (!BN_mod_exp_mont(&t2,dsa->pub_key,&u2,dsa->p,ctx,mont)) goto err; in dsa_do_verify() 347 if (!dsa->meth->dsa_mod_exp(dsa, &t1,dsa->g,&u1,dsa->pub_key,&u2, in dsa_do_verify() 362 BN_free(&u2); in dsa_do_verify()
|
| /mirbsd/src/sys/dev/pci/ |
| D | viaenv.c | 403 u_int u1, u2, u3; in viaenv_get_timecount() local 405 u2 = bus_space_read_4(sc->sc_iot, sc->sc_pm_ioh, VIAENV_PM_TMR); in viaenv_get_timecount() 408 u1 = u2; in viaenv_get_timecount() 409 u2 = u3; in viaenv_get_timecount() 412 } while (u1 > u2 || u2 > u3); in viaenv_get_timecount() 414 return (u2); in viaenv_get_timecount()
|
| /mirbsd/src/bin/mksh/ |
| D | dot.mkshrc | 115 print -u2 "${1}: ${d##*cd: $t: }." 129 (*) print -u2 'Usage: dirs [-lvn].' 135 print -u2 'Usage: dirs [-lvn].' 173 (*) print -u2 'Usage: popd [-lvn] [+<n>].' 180 print -u2 popd: Too many arguments. 184 print -u2 popd: Directory stack not that deep. 188 print -u2 popd: Bad directory. 192 print -u2 popd: Directory stack empty. 209 (*) print -u2 'Usage: pushd [-lvn] [<dir>|+<n>].' 216 print -u2 pushd: No other directory. [all …]
|
| D | var.c | 331 vp->u2.field = vq->u2.field; in local() 602 if (!vp->u2.field) in formatstr() 604 vp->u2.field = olen; in formatstr() 605 nlen = vp->u2.field; in formatstr() 632 if (vp->u2.field <= n) in formatstr() 639 while (slen > vp->u2.field) in formatstr() 641 if (vp->u2.field - slen) in formatstr() 643 vp->u2.field - slen); in formatstr() 645 shf_snprintf(p + vp->u2.field - slen, in formatstr() 646 psiz - (vp->u2.field - slen), in formatstr() [all …]
|
| /mirbsd/src/usr.bin/rwho/ |
| D | rwho.c | 206 const struct myutmp *u2 = (struct myutmp *)v2; in utmpcmp() local 208 rc = strncmp(u1->myutmp.out_name, u2->myutmp.out_name, 8); in utmpcmp() 211 rc = strncmp(u1->myhost, u2->myhost, 8); in utmpcmp() 214 return (strncmp(u1->myutmp.out_line, u2->myutmp.out_line, 8)); in utmpcmp()
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | utfhash.t | 94 my $u2 = substr($u3,0,2); 95 my $u1 = substr($u2,0,1); 98 my @u = ($u0, $u1, $u2, $u3);
|
| D | each.t | 140 my %u2; 143 $u2{$_} = $u{$_}; 145 ok (eq_hash(\%u, \%u2), "copied unicode hash keys correctly?");
|
| /mirbsd/src/usr.bin/hexdump/ |
| D | display.c | 121 u_int16_t u2; in print() local 187 memmove(&u2, bp, sizeof(u2)); in print() 188 (void)printf(pr->fmt, (u_quad_t)u2); in print()
|
| /mirbsd/src/distrib/baselive/ |
| D | loadfsrw.sh | 26 print -u2 need root 41 print -u2 need directory
|
| /mirbsd/src/gnu/usr.bin/ |
| D | autogen.sh | 24 print -u2 Warning: AUTOCONF_VERSION unset, using $AUTOCONF_VERSION! 29 print -u2 Warning: AUTOMAKE_VERSION unset, using $AUTOMAKE_VERSION!
|
| /mirbsd/src/usr.bin/vgrind/ |
| D | vgrind.sh | 54 print -u2 "$name: -d option must have argument" 62 print -u2 "$name: -h option must have argument"
|