Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A 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/contrib/tcsh/
H A 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 …]
H A Dsrc.desc18 sh.dol.c: Input line processor. Dollar/History expansion.
H A 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()
H A DFixes1335 73. Changed _Q, _Q1 macros in sh.lex.c, sh.dol.c, sh.char.? to _QF and _QB
/freebsd/contrib/dialog/po/
H A Dgd.po99 msgstr "A' dol air adhart"
/freebsd/bin/csh/
H A DMakefile30 SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c15073 struct deferred_opt_list *dol; in rack_fini() local
15075 dol = TAILQ_FIRST(&rack->r_ctl.opt_list); in rack_fini()
15076 TAILQ_REMOVE(&rack->r_ctl.opt_list, dol, next); in rack_fini()
15077 free(dol, M_TCPDO); in rack_fini()
22792 struct deferred_opt_list *dol; in rack_add_deferred_option() local
22794 dol = malloc(sizeof(struct deferred_opt_list), in rack_add_deferred_option()
22796 if (dol == NULL) { in rack_add_deferred_option()
22802 dol->optname = sopt_name; in rack_add_deferred_option()
22803 dol->optval = loptval; in rack_add_deferred_option()
22804 TAILQ_INSERT_TAIL(&rack->r_ctl.opt_list, dol, next); in rack_add_deferred_option()
[all …]