Home
last modified time | relevance | path

Searched refs:dol (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/gssapi/krb5/
Dprf.c53 size_t dol; in _gsskrb5_pseudo_random() local
64 dol = desired_output_len; in _gsskrb5_pseudo_random()
94 prf_out->value = malloc(dol); in _gsskrb5_pseudo_random()
101 prf_out->length = dol; in _gsskrb5_pseudo_random()
119 while(dol > 0) { in _gsskrb5_pseudo_random()
134 tsize = min(dol, output.length); in _gsskrb5_pseudo_random()
137 dol -= tsize; in _gsskrb5_pseudo_random()
/freebsd-12-stable/contrib/tcsh/
Dsh.lex.c693 int left, right, dol; in getexcl() local
710 dol = 0; in getexcl()
713 dol++; in getexcl()
716 dol++; in getexcl()
717 left = 0, right = dol; in getexcl()
731 left = 0, right = dol; in getexcl()
737 if (!getsel(&left, &right, dol)) in getexcl()
743 if (!getsel(&left, &right, dol)) in getexcl()
1084 getsel(int *al, int *ar, int dol) in getsel() argument
1105 *ar = dol - 1; in getsel()
[all …]
Dsrc.desc18 sh.dol.c: Input line processor. Dollar/History expansion.
Dtw.parse.c1239 Char *dol; in tw_suffix() local
1261 if ((dol = Strrchr(word->s, '$')) != 0 && in tw_suffix()
1262 dol[1] == '{' && Strchr(dol, '}') == NULL) in tw_suffix()
DFixes1335 73. Changed _Q, _Q1 macros in sh.lex.c, sh.dol.c, sh.char.? to _QF and _QB
/freebsd-12-stable/bin/csh/
DMakefile29 SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
/freebsd-12-stable/contrib/binutils/
DChangeLog8837 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)