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

/freebsd-10-stable/contrib/amd/scripts/
H A Damd2sun.in16 chop;
19 chop $line;
23 chop $line;
H A Dexpn.1112 chop($name = `hostname || uname -n`);
H A Dexpn.in111 chop($name = `hostname || uname -n`);
/freebsd-10-stable/usr.sbin/route6d/misc/
H A Dchkrt12 chop;
18 chop;
30 chop;
/freebsd-10-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-10-stable/usr.sbin/ppp/
H A Dchat.c425 int chop; local
427 for (chop = begin - c->buf; chop; chop--)
428 if (c->buf[chop] == '\n')
432 if (!chop)
433 chop = begin - c->buf;
435 if (chop) {
439 from = to + chop;
442 c->bufstart -= chop;
[all...]
/freebsd-10-stable/tools/tools/mid/
H A Dmid-index21 chop;
/freebsd-10-stable/contrib/ipfilter/
H A Dmkfilters92 chop;
/freebsd-10-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-10-stable/crypto/openssh/
H A Dmisc.h41 char *chop(char *);
H A Dssh_api.c375 chop(buf);
392 chop(buf);
H A Dsshconnect.c539 chop(client_version_string);
684 chop(server_version_string);
H A Dssh_namespace.h224 #define chop Fssh_chop macro
H A Dssh-keyscan.c536 fprintf(stderr, "# %s:%d %s\n", c->c_name, ssh_port, chop(buf));
H A Dmisc.c67 chop(char *s) function
H A Dsshd.c564 chop(server_version_string);
/freebsd-10-stable/crypto/openssl/apps/
H A DCA.pl.in105 chop $FILE;
/freebsd-10-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-10-stable/crypto/openssl/util/
H A Dbat.sh9 chop;
/freebsd-10-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-10-stable/sys/dev/mxge/
H A Dif_mxge.c1862 int next_is_first, chop, cnt, rdma_count, small; local
1956 chop = (cum_len_next > mss);
1959 flags |= chop * MXGEFW_FLAGS_TSO_CHOP;
1962 rdma_count |= -(chop | next_is_first);
1963 rdma_count += chop & !next_is_first;

Completed in 363 milliseconds