Searched refs:gl (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c3181 glob_t gl;
3186 memset(&gl, 0, sizeof(gl));
3187 gl.gl_matchc = MAXGLOBARGS;
3190 if (glob(whichf, flags, 0, &gl)) {
3193 } else if (gl.gl_pathc == 0) {
3198 dirlist = gl.gl_pathv;
3305 globfree(&gl);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c3785 txq->gl = sglist_alloc(TX_SGL_SEGS, M_WAITOK);
3883 sglist_free(txq->gl);
4110 get_pkt_gl(struct mbuf *m, struct sglist *gl) argument
4116 sglist_reset(gl);
4117 rc = sglist_append_mbuf(gl, m);
4123 KASSERT(gl->sg_nseg == mbuf_nsegs(m),
4125 mbuf_nsegs(m), gl->sg_nseg));
4126 KASSERT(gl->sg_nseg > 0 &&
4127 gl->sg_nseg <= (needs_tso(m) ? TX_SGL_SEGS_TSO : TX_SGL_SEGS),
4129 gl
4715 struct sglist *gl = txq->gl; local
[all...]
H A Dadapter.h564 struct sglist *gl; member in struct:sge_txq
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp3901 string gl; local
3906 gl.clear();
3909 gl += c;
3910 gl += '\0';
3911 const char *u = glyph_name_to_unicode(gl.contents());
3913 u = check_unicode_name(gl.contents());
3916 gl.contents());
3932 gl.clear();
3933 gl += 'u';
3934 gl
[all...]
H A Dnode.cpp4869 string gl(f.contents());
4870 gl += ' ';
4871 gl += s->nm.contents();
4872 gl += '\0';
4873 charinfo *ci = get_charinfo(symbol(gl.contents()));
6136 string gl(f.contents());
6137 gl += ' ';
6138 gl += s->nm.contents();
6139 gl += '\0';
6140 charinfo *ci = get_charinfo(symbol(gl
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c1535 int gl = current_line >= _rl_vis_botlin && inv_botlin > _rl_vis_botlin; local
1560 else if (_rl_terminal_can_insert && ((2 * col_temp) >= col_lendiff || _rl_term_IC) && (!_rl_term_autowrap || !gl))

Completed in 180 milliseconds

12