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

/freebsd-11-stable/usr.bin/env/
H A Denv.c83 int rtrn; local
121 rtrn = unsetenv(optarg);
122 if (rtrn == -1)
187 rtrn = setenv(*argv, p + 1, 1);
189 if (rtrn == -1)
/freebsd-11-stable/sys/dev/iicbus/
H A Dlm75.c398 int len, rtrn; local
400 rtrn = -1;
403 rtrn = 1;
405 rtrn = 0;
407 return (rtrn);
413 int len, rtrn; local
415 rtrn = -1;
418 rtrn = 1;
420 rtrn = 0;
422 rtrn
[all...]
H A Dds3231.c281 int len, rtrn; local
283 rtrn = -1;
287 rtrn = 1;
290 rtrn = 0;
293 return (rtrn);
/freebsd-11-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-11-stable/usr.bin/limits/
H A Dlimits.c279 int rtrn, setproc; local
472 rtrn = setenv(*argv++, p + 1, 1);
474 if (rtrn == -1)
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_destroy3.tab.c134 int *rtrn; member in struct:parser_param
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

Completed in 89 milliseconds