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

/freebsd-13-stable/contrib/bmake/
H A Ddir.c1359 char *try, *try_end; local
1376 try_end = try + strlen(try);
1377 while (try_end > try && *try_end != '/')
1378 try_end--;
1379 if (try_end > try)
1380 *try_end = '\0'; /* chop! */
/freebsd-13-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c354 goto try_end;
365 goto try_end;
375 try_end:

Completed in 104 milliseconds