Lines Matching defs:try
467 int try = 9999, dirfd = open("/", 0);;483 if (!try--) {546 try = 2;550 if (todo) try++;551 try += strlen(temp->str);558 ret = xmalloc(try);560 ret [try = 1] = 0;562 if (try>1) ret[try++] = '/';563 try = stpcpy(ret+try, todo->str) - ret;709 // Try three times to open the sucker.