Searched refs:chop (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/usr.sbin/route6d/misc/
H A Dchkrt12 chop;
18 chop;
30 chop;
/freebsd-13-stable/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in10 #chop($ncpu = `sysctl -n hw.ncpu`);
16 chop($timer = `sysctl -n kern.timecounter.hardware 2> /dev/null`);
58 chop;
78 chop($mach_freq = `sysctl -n $sysctl`);
/freebsd-13-stable/usr.sbin/ppp/
H A Dchat.c427 int chop; local
429 for (chop = begin - c->buf; chop; chop--)
430 if (c->buf[chop] == '\n')
434 if (!chop)
435 chop = begin - c->buf;
437 if (chop) {
441 from = to + chop;
444 c->bufstart -= chop;
[all...]
/freebsd-13-stable/tools/tools/mid/
H A Dmid-index21 chop;
/freebsd-13-stable/contrib/ipfilter/
H A Dmkfilters92 chop;
/freebsd-13-stable/contrib/dma/
H A Dlocal.c216 goto chop;
249 chop:
/freebsd-13-stable/contrib/ntp/scripts/
H A Dplot_summary.in115 chop; # strip record separator
257 chop; # strip record separator
H A Dsummary.in137 chop; # strip record separator
213 chop; # strip record separator
305 chop; # strip record separator
/freebsd-13-stable/contrib/ldns/
H A Ddname.c192 ldns_rdf *chop; local
208 chop = ldns_dname_new_frm_data(ldns_rdf_size(d) - label_pos - 1,
210 return chop;
/freebsd-13-stable/crypto/openssh/
H A Dmisc.h45 char *chop(char *);
H A Dssh_api.c374 chop(buf);
391 chop(buf);
H A Dssh-keyscan.c514 c->c_name, ssh_port, chop(buf));
H A Dsshconnect.c619 chop(client_version_string);
711 chop(server_version_string);
H A Dssh_namespace.h167 #define chop Fssh_chop macro
H A Dmisc.c77 chop(char *s) function
H A Dsshd.c472 chop(server_version_string);
/freebsd-13-stable/contrib/ntp/scripts/monitoring/
H A Dntptrap71 chop($date=&ctime(time));
301 chop($date=&ctime($time));
H A Dntploopwatch286 chop;
496 chop($xts = &ctime($mintime));
497 chop($xte = &ctime($maxtime));
/freebsd-13-stable/contrib/lua/src/
H A Dliolib.c513 static int read_line (lua_State *L, FILE *f, int chop) { argument
526 if (!chop && c == '\n') /* want a newline and have one? */
/freebsd-13-stable/sys/dev/mxge/
H A Dif_mxge.c1821 int next_is_first, chop, cnt, rdma_count, small; local
1914 chop = (cum_len_next > mss);
1917 flags |= chop * MXGEFW_FLAGS_TSO_CHOP;
1920 rdma_count |= -(chop | next_is_first);
1921 rdma_count += chop & !next_is_first;

Completed in 142 milliseconds