Searched refs:rtrn (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/usr.bin/env/
H A Denv.c66 int rtrn; local
89 rtrn = unsetenv(optarg);
90 if (rtrn == -1)
113 rtrn = setenv(*argv, p + 1, 1);
115 if (rtrn == -1)
/freebsd-10-stable/contrib/byacc/test/
H A Dbtyacc_destroy1.y17 int *rtrn;
39 %destructor { if (!param->rtrn) close($$); } <file>
H A Dbtyacc_destroy2.y17 int *rtrn;
39 %destructor { if (!param->rtrn) close($$); } <file>
H A Dbtyacc_destroy3.y20 int *rtrn;
42 %destructor { if (!param->rtrn) close($$); } <file>
/freebsd-10-stable/usr.bin/limits/
H A Dlimits.c268 int rtrn, setproc; local
460 rtrn = setenv(*argv++, p + 1, 1);
462 if (rtrn == -1)
/freebsd-10-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_destroy1.tab.c134 int *rtrn; member in struct:parser_param
H A Dbtyacc_destroy2.tab.c134 int *rtrn; member in struct:parser_param
H A Dbtyacc_destroy3.tab.c134 int *rtrn; member in struct:parser_param

Completed in 174 milliseconds