Searched refs:chop (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/lib/libdevice/ |
H A D | devctl.c | 233 char *nodename, *unitsep, *minorsep, *chop; in dc_mkhndl() local 270 if ((chop = strrchr(iocpath, ':')) != NULL) in dc_mkhndl() 271 *chop = '\0'; in dc_mkhndl() 294 if ((chop = strrchr(iocpath_dup, '/')) == NULL) { in dc_mkhndl() 299 *chop = '\0'; in dc_mkhndl() 300 nodename = chop + 1; in dc_mkhndl() 354 if ((chop = strrchr(iocpath, ':')) != NULL) in dc_mkhndl() 355 *chop = '\0'; in dc_mkhndl() 381 if ((chop = strrchr(iocpath, '/')) == NULL) { in dc_mkhndl() 386 *chop = '\0'; in dc_mkhndl() [all …]
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | ppsearch.c | 603 int chop; in ppsearch() local 610 chop = 0; in ppsearch() 620 if (chop) in ppsearch() 621 for (cp = pp.chop; cp; cp = cp->next) in ppsearch() 784 if (!chop && pp.chop) in ppsearch() 786 chop = 1; in ppsearch()
|
H A D | pp.tab | 40 chop
|
H A D | RELEASE | 15 07-06-04 ppsearch.c: only apply pp:chop ?old?new? if original not found 299 add `pp:chop prefix' to chop prefix/ from include prefix/*/*
|
H A D | ppop.c | 426 xp->next = pp.chop; in ppop() 427 pp.chop = xp; in ppop()
|
H A D | pplib.h | 325 struct oplist* chop; /* include prefix chop list */ \
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | misc.h | 26 char *chop(char *);
|
/titanic_50/usr/src/cmd/ipf/examples/ |
H A D | mkfilters.sh | 92 chop;
|
/titanic_50/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect.c | 540 chop(client_version_string); in ssh_exchange_identification() 541 chop(server_version_string); in ssh_exchange_identification()
|
/titanic_50/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 3263 int next_is_first, chop; in myri10ge_tx_tso_copy() local 3265 chop = (cum_len_next > mss); in myri10ge_tx_tso_copy() 3268 flags |= chop * in myri10ge_tx_tso_copy() 3272 rdma_count |= -(chop | next_is_first); in myri10ge_tx_tso_copy() 3273 rdma_count += chop & !next_is_first; in myri10ge_tx_tso_copy() 3539 int next_is_first, chop; in myri10ge_send() local 3541 chop = (cum_len_next > mss); in myri10ge_send() 3546 flags |= chop * in myri10ge_send() 3551 -(chop | next_is_first); in myri10ge_send() 3553 chop & !next_is_first; in myri10ge_send()
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | misc.c | 38 chop(char *s) in chop() function
|
/titanic_50/usr/src/cmd/ssh/ssh-keyscan/ |
H A D | ssh-keyscan.c | 552 fprintf(stderr, "# %s %s\n", c->c_name, chop(buf)); in congreet()
|
/titanic_50/usr/src/cmd/ssh/ssh-keygen/ |
H A D | ssh-keygen.c | 1120 if (strcasecmp(chop(yesno), nl_langinfo(YESSTR)) != 0) in main()
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | sshd.c | 626 chop(server_version_string); in sshd_exchange_identification()
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 4302 chop
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 4301 chop
|