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

  /src/usr.bin/ftp/
progressbar.c 73 static void updateprogressmeter(int);
79 updateprogressmeter(int dummy __unused) function in typeref:typename:void
113 * and a call to updateprogressmeter() upon SIGALRM.
114 * - During the transfer, updateprogressmeter will call progressmeter
196 (void)xsignal(SIGALRM, updateprogressmeter);
progressbar.c 73 static void updateprogressmeter(int);
79 updateprogressmeter(int dummy __unused) function in typeref:typename:void
113 * and a call to updateprogressmeter() upon SIGALRM.
114 * - During the transfer, updateprogressmeter will call progressmeter
196 (void)xsignal(SIGALRM, updateprogressmeter);

Completed in 25 milliseconds