HomeSort by: relevance | last modified time | path
    Searched defs:abortprox (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/ftp/
cmds.c 1832 static sigjmp_buf abortprox; variable in typeref:typename:sigjmp_buf
1850 siglongjmp(abortprox, 1);
1882 if (sigsetjmp(abortprox, 1)) {
cmds.c 1832 static sigjmp_buf abortprox; variable in typeref:typename:sigjmp_buf
1850 siglongjmp(abortprox, 1);
1882 if (sigsetjmp(abortprox, 1)) {
cmds.c 1832 static sigjmp_buf abortprox; variable in typeref:typename:sigjmp_buf
1850 siglongjmp(abortprox, 1);
1882 if (sigsetjmp(abortprox, 1)) {

Completed in 82 milliseconds