Searched refs:temp (Results 1 - 2 of 2) sorted by relevance

/httpd/build/
H A Dmake_nw_export.awk98 temp = exports[i]
99 while ((j >= increment+1) && (exports[j-increment] > temp)) {
103 exports[j] = temp
/httpd/server/
H A Dutil.c1521 const char *temp; local
1522 temp = ap_strchr_c(cur, ',');
1523 if(!temp) {
1524 temp = ap_strchr_c(cur, '\0');
1528 cur = temp - 1;

Completed in 17 milliseconds