HomeSort by: relevance | last modified time | path
    Searched refs:abor (Results 1 - 4 of 4) sorted by relevancy

  /src/libexec/ftpd/
extern.h 116 void abor(void);
ftpcmd.y 142 REST RNFR RNTO ABOR DELE RMD
466 | ABOR check_login CRLF
469 abor();
471 reply(225, "ABOR command successful.");
1250 { "ABOR", ABOR, NOARGS, 4, "(abort operation)", 0, },
ftpd.c 2933 abor(void) function
2966 * by setting transflag to 0. (c.f., "ABOR").
2994 if (strcasecmp(cp, "ABOR\r\n") == 0) {
2995 abor();
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
si2vmx.h 667 vec_uint4 abor = vec_subc((vec_uint4)vec_splat_u32(0), aabs); local
669 abor = (vec_uint4)(vec_perm(vec_perm((vec_uchar16)abor, (vec_uchar16)abor, borrow_shuffle),((vec_uchar16){0, 0, 0, 0, 0, 0, 0, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x80, 0x80, 0x80}),pat));
670 vec_uint4 aneg = vec_add(vec_add(vec_splat_u32(0), vec_nor(aabs, aabs)), vec_and(abor, vec_splat_u32(1)));

Completed in 32 milliseconds