Home
last modified time | relevance | path

Searched refs:rtrn (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/iicbus/sensor/
H A Dlm75.c424 int len, rtrn; in lm75_str_mode() local
426 rtrn = -1; in lm75_str_mode()
429 rtrn = 1; in lm75_str_mode()
431 rtrn = 0; in lm75_str_mode()
433 return (rtrn); in lm75_str_mode()
439 int len, rtrn; in lm75_str_pol() local
441 rtrn = -1; in lm75_str_pol()
444 rtrn = 1; in lm75_str_pol()
446 rtrn = 0; in lm75_str_pol()
448 rtrn = 1; in lm75_str_pol()
[all …]
/freebsd/usr.bin/env/
H A Denv.c70 int rtrn; in main() local
112 rtrn = unsetenv(optarg); in main()
113 if (rtrn == -1) in main()
185 rtrn = setenv(*argv, p + 1, 1); in main()
187 if (rtrn == -1) in main()
/freebsd/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/sys/dev/iicbus/rtc/
H A Dds3231.c279 int len, rtrn; in ds3231_str_sqw_mode() local
281 rtrn = -1; in ds3231_str_sqw_mode()
285 rtrn = 1; in ds3231_str_sqw_mode()
288 rtrn = 0; in ds3231_str_sqw_mode()
291 return (rtrn); in ds3231_str_sqw_mode()
/freebsd/usr.bin/limits/
H A Dlimits.c280 int rtrn, setproc; in main() local
473 rtrn = setenv(*argv++, p + 1, 1); in main()
475 if (rtrn == -1) in main()
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_destroy1.tab.c134 int *rtrn; member
H A Dbtyacc_destroy3.tab.c134 int *rtrn; member
H A Dbtyacc_destroy2.tab.c134 int *rtrn; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td12096 def RTRN : MOPSMemoryCopy<opcode, 0b10, 0b10, asm # "rtrn">;
12115 def RTRN : MOPSMemoryMove<opcode, 0b10, 0b10, asm # "rtrn">;