Home
last modified time | relevance | path

Searched refs:cur_pos (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/usr.sbin/isdn/isdntel/
Dmain.c49 static void makecurrent(int cur_pos, struct onefile *cur_file, int cold);
142 cur_pos--; in main()
152 cur_pos++; in main()
172 makecurrent(cur_pos, cur_file, 0); in main()
184 makecurrent(int cur_pos, struct onefile *cur_file, int cold) in makecurrent() argument
215 if (cur_pos >= bot_dis) in makecurrent()
225 else if (cur_pos < top_dis) in makecurrent()
237 cur_pos_scr = cur_pos - top_dis; in makecurrent()
356 cur_pos = 0; in init_files()
388 makecurrent(cur_pos, cur_file, 1); in init_files()
Ddefs.h121 int cur_pos = 0; variable
137 extern int cur_pos;
Dfiles.c267 init_files(cur_pos); in delete()
280 init_files(cur_pos); in reread()
/mirbsd/src/usr.bin/ssh/
Dprogressmeter.c71 static off_t cur_pos; /* transfer position as of last refresh */ variable
133 transferred = *counter - cur_pos; in refresh_progress_meter()
134 cur_pos = *counter; in refresh_progress_meter()
136 bytes_left = end_pos - cur_pos; in refresh_progress_meter()
176 percent = ((float)cur_pos / end_pos) * 100; in refresh_progress_meter()
184 cur_pos); in refresh_progress_meter()
256 cur_pos = 0; in start_progress_meter()
279 if (cur_pos != end_pos) in stop_progress_meter()
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_mime_magic.c616 cur_pos, /* current position within fragment */ in rsl_strdup() local
635 for (cur_pos = (cur_frag == start_frag) ? start_pos : 0; in rsl_strdup()
636 frag->str[cur_pos]; in rsl_strdup()
637 cur_pos++) { in rsl_strdup()
639 && cur_pos >= start_pos in rsl_strdup()
641 result[res_pos++] = frag->str[cur_pos]; in rsl_strdup()
667 cur_pos, /* current position within fragment */ in magic_rsl_to_request() local
695 for (cur_pos = 0; frag->str[cur_pos]; cur_pos++) { in magic_rsl_to_request()
696 if (ap_isspace(frag->str[cur_pos])) { in magic_rsl_to_request()
731 frag->str[cur_pos] == '/') { in magic_rsl_to_request()
[all …]