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

/freebsd-11-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-11-stable/usr.sbin/route6d/misc/
H A Dchkrt12 chop;
18 chop;
30 chop;
/freebsd-11-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-11-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-11-stable/tools/tools/mid/
H A Dmid-index21 chop;
/freebsd-11-stable/contrib/dma/
H A Dlocal.c215 goto chop;
248 chop:
/freebsd-11-stable/contrib/ipfilter/
H A Dmkfilters92 chop;
/freebsd-11-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-11-stable/crypto/openssh/
H A Dmisc.h45 char *chop(char *);
H A Dssh_api.c375 chop(buf);
392 chop(buf);
H A Dsshconnect.c538 chop(client_version_string);
683 chop(server_version_string);
H A Dssh_namespace.h219 #define chop Fssh_chop macro
H A Dssh-keyscan.c538 fprintf(stderr, "# %s:%d %s\n", c->c_name, ssh_port, chop(buf));
H A Dmisc.c68 chop(char *s) function
H A Dsshd.c470 chop(server_version_string);
/freebsd-11-stable/crypto/openssl/apps/
H A DCA.pl.in105 chop $FILE;
/freebsd-11-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-11-stable/crypto/openssl/util/
H A Dbat.sh9 chop;
/freebsd-11-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-11-stable/contrib/lua/src/
H A Dliolib.c482 static int read_line (lua_State *L, FILE *f, int chop) { argument
495 if (!chop && c == '\n') /* want a newline and have one? */
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c1863 int next_is_first, chop, cnt, rdma_count, small; local
1957 chop = (cum_len_next > mss);
1960 flags |= chop * MXGEFW_FLAGS_TSO_CHOP;
1963 rdma_count |= -(chop | next_is_first);
1964 rdma_count += chop & !next_is_first;

Completed in 300 milliseconds