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

  /src/usr.bin/ftp/
cmds.c 143 static sigjmp_buf jabort; variable in typeref:typename:sigjmp_buf
471 if (sigsetjmp(jabort, 1))
654 siglongjmp(jabort, 1);
707 if (sigsetjmp(jabort, 1))
1232 if (sigsetjmp(jabort, 1))
1398 if (sigsetjmp(jabort, 1))
cmds.c 143 static sigjmp_buf jabort; variable in typeref:typename:sigjmp_buf
471 if (sigsetjmp(jabort, 1))
654 siglongjmp(jabort, 1);
707 if (sigsetjmp(jabort, 1))
1232 if (sigsetjmp(jabort, 1))
1398 if (sigsetjmp(jabort, 1))

Completed in 22 milliseconds