Searched refs:rtrn (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/iicbus/sensor/ |
H A D | lm75.c | 424 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 D | env.c | 70 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 D | btyacc_destroy1.y | 17 int *rtrn; 39 %destructor { if (!param->rtrn) close($$); } <file>
|
H A D | btyacc_destroy2.y | 17 int *rtrn; 39 %destructor { if (!param->rtrn) close($$); } <file>
|
H A D | btyacc_destroy3.y | 20 int *rtrn; 42 %destructor { if (!param->rtrn) close($$); } <file>
|
/freebsd/sys/dev/iicbus/rtc/ |
H A D | ds3231.c | 279 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 D | limits.c | 280 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 D | btyacc_destroy1.tab.c | 134 int *rtrn; member
|
H A D | btyacc_destroy3.tab.c | 134 int *rtrn; member
|
H A D | btyacc_destroy2.tab.c | 134 int *rtrn; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 12096 def RTRN : MOPSMemoryCopy<opcode, 0b10, 0b10, asm # "rtrn">; 12115 def RTRN : MOPSMemoryMove<opcode, 0b10, 0b10, asm # "rtrn">;
|