| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| dwarf_pro_lineno.c | 165 Dwarf_LineFile lf; local 174 if ((lf = malloc(sizeof(struct _Dwarf_LineFile))) == NULL) { 179 if ((lf->lf_fname = strdup(name)) == NULL) { 180 free(lf); 184 lf->lf_dirndx = dirndx; 185 lf->lf_mtime = mtime; 186 lf->lf_size = size; 187 STAILQ_INSERT_TAIL(&li->li_lflist, lf, lf_next);
|
| dwarf_lineno.c | 101 Dwarf_LineFile lf; local 148 for (i = 0, lf = STAILQ_FIRST(&li->li_lflist); 149 i < *srccount && lf != NULL; i++, lf = STAILQ_NEXT(lf, lf_next)) { 150 if (lf->lf_fullpath) 151 li->li_lfnarray[i] = lf->lf_fullpath; 153 li->li_lfnarray[i] = lf->lf_fname; 254 Dwarf_LineFile lf; local 265 for (i = 1, lf = STAILQ_FIRST(&li->li_lflist) [all...] |
| libdwarf_lineno.c | 36 Dwarf_LineFile lf, const char *compdir, Dwarf_Error *error) 42 if (*lf->lf_fname != '/') { 44 if (lf->lf_dirndx > 0) 45 dirname = li->li_incdirs[lf->lf_dirndx - 1]; 47 slen = strlen(dirname) + strlen(lf->lf_fname) + 2; 48 if ((lf->lf_fullpath = malloc(slen)) == NULL) { 52 snprintf(lf->lf_fullpath, slen, "%s/%s", dirname, 53 lf->lf_fname); 64 Dwarf_LineFile lf; local 70 if ((lf = malloc(sizeof(struct _Dwarf_LineFile))) == NULL) 444 Dwarf_LineFile lf, tlf; local 777 Dwarf_LineFile lf, tlf; local 976 Dwarf_LineFile lf; local 1086 Dwarf_LineFile lf, tlf; local [all...] |
| /src/external/gpl3/gdb/dist/sim/igen/ |
| lf.h | 28 /* LF: Line Numbered Output Stream */ 30 typedef struct _lf lf; typedef in typeref:struct:_lf 55 extern lf *lf_open 61 extern lf_file_type lf_get_file_type (const lf *file); 63 extern void lf_close (lf *file); 68 extern int lf_write (lf *file, const char *string, int len); 70 extern int lf_putchr (lf *file, const char ch); 72 extern int lf_putstr (lf *file, const char *string); 74 extern int lf_putint (lf *file, int decimal); 76 extern int lf_putbin (lf *file, int decimal, int width) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| lf.h | 28 /* LF: Line Numbered Output Stream */ 30 typedef struct _lf lf; typedef in typeref:struct:_lf 55 extern lf *lf_open 61 extern lf_file_type lf_get_file_type (const lf *file); 63 extern void lf_close (lf *file); 68 extern int lf_write (lf *file, const char *string, int len); 70 extern int lf_putchr (lf *file, const char ch); 72 extern int lf_putstr (lf *file, const char *string); 74 extern int lf_putint (lf *file, int decimal); 76 extern int lf_putbin (lf *file, int decimal, int width) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
| nouveau_nvkm_subdev_fb_gddr5.c | 42 int pd, lf, xd, vh, vr, vo, l3; local 51 lf = ram->next->bios.ramcfg_11_01_40; 120 ram->mr[7] |= (lf & 0x01) << 3;
|
| /src/lib/libedit/TEST/ |
| tc1.c | 93 const LineInfo *lf = el_line(el); local 100 for (ptr = lf->cursor - 1; 101 !isspace((unsigned char)*ptr) && ptr > lf->buffer; ptr--) 103 len = lf->cursor - ++ptr;
|
| wtc1.c | 63 const LineInfoW *lf = el_wline(el); local 69 for (ptr = lf->cursor -1; !iswspace(*ptr) && ptr > lf->buffer; --ptr) 71 len = lf->cursor - ++ptr;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_flags.cc | 78 __lsan::Flags *lf = __lsan::flags(); local 79 lf->SetDefaults(); 82 __lsan::RegisterLsanFlags(&lsan_parser, lf);
|
| /src/usr.bin/btkey/ |
| btkey.c | 57 bool cf, cd, lf, ld, rf, rd, wf, wd, nk; local 62 cf = cd = lf = ld = rf = rd = wf = wd = nk = false; 105 lf = true; 139 if ((lf || ld) && (rf || rd || wf || wd || cf || cd || nk)) 145 if (((bdaddr_any(&laddr) || bdaddr_any(&raddr)) && !(lf || ld)) 146 || ((lf || ld) && (bdaddr_any(&laddr) || !bdaddr_any(&raddr))) 159 if (lf && !list_file())
|
| /src/external/bsd/pcc/dist/pcc/driver/ |
| path.c | 78 size_t lf, lp; local 81 lf = strlen(file); 85 f = xmalloc(lp + lf + need_sep + 1); 89 memcpy(f + lp + need_sep, file, lf + 1); 102 size_t lf, ls, len; local 116 lf = old_suffix - file; 117 name = xmalloc(lf + ls + 1); 118 memcpy(name, file, lf); 119 memcpy(name + lf, new_suffix, ls + 1); 145 lf = strlen(temp_directory) [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_flags.cpp | 73 __lsan::Flags *lf = __lsan::flags(); local 74 lf->SetDefaults(); 77 __lsan::RegisterLsanFlags(&lsan_parser, lf);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_flags.cpp | 73 __lsan::Flags *lf = __lsan::flags(); local 74 lf->SetDefaults(); 77 __lsan::RegisterLsanFlags(&lsan_parser, lf);
|
| /src/usr.bin/ftp/ |
| complete.c | 358 const LineInfo *lf; local 362 lf = el_line(cel); 363 len = lf->lastchar - lf->buffer; 366 (void)strlcpy(line, lf->buffer, len + 1); 367 cursor_pos = line + (lf->cursor - lf->buffer);
|
| /src/external/gpl2/lvm2/dist/lib/locking/ |
| file_locking.c | 37 int lf; member in struct:lock_list 77 if (flock(ll->lf, LOCK_NB | LOCK_UN)) 81 _undo_flock(ll->res, ll->lf); 234 ll->lf = -1; 240 r = _do_write_priority_flock(file, &ll->lf, operation, nonblock); 242 r = _do_flock(file, &ll->lf, operation, nonblock);
|
| /src/sys/kern/ |
| sys_descrip.c | 632 struct flock lf; local 647 lf.l_whence = SEEK_SET; 648 lf.l_start = 0; 649 lf.l_len = 0; 653 lf.l_type = F_UNLCK; 655 error = (*fo_advlock)(fp, fp, F_UNLCK, &lf, F_FLOCK); 658 lf.l_type = F_WRLCK; 661 lf.l_type = F_RDLCK; 670 error = (*fo_advlock)(fp, fp, F_SETLK, &lf, F_FLOCK); 672 error = (*fo_advlock)(fp, fp, F_SETLK, &lf, F_FLOCK|F_WAIT) [all...] |
| vfs_lockf.c | 157 struct lockf *lf, *blk; local 160 for (lf = *lock->lf_head; lf; lf = lf->lf_next) { 161 printf("\tlock %p for ", lf); 162 if (lf->lf_flags & F_POSIX) 163 printf("proc %d", ((struct proc *)lf->lf_id)->p_pid); 165 printf("file %p", (struct file *)lf->lf_id); 167 lf->lf_type == F_RDLCK ? "shared" 415 struct lockf *lf = *head; local 483 struct lockf **prev, *overlap, *lf = *(lock->lf_head); local [all...] |
| /src/external/cddl/osnet/dev/sdt/ |
| sdt.c | 344 sdt_kld_load(void *arg __unused, struct linker_file *lf) 350 if (linker_file_lookup_set(lf, "sdt_providers_set", &begin, &end, 356 if (linker_file_lookup_set(lf, "sdt_probes_set", &p_begin, &p_end, 359 (*probe)->sdtp_lf = lf; 365 if (linker_file_lookup_set(lf, "sdt_argtypes_set", &a_begin, &a_end, 376 sdt_kld_unload_try(void *arg __unused, struct linker_file *lf, int *error) 383 else if (linker_file_lookup_set(lf, "sdt_providers_set", &begin, &end, 413 sdt_linker_file_cb(linker_file_t lf, void *arg __unused) 416 sdt_kld_load(NULL, lf); 471 struct linker_file *lf = mod == NULL ? NULL local [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| codeview.c | 202 struct line_file *lf; local 213 for (lf = lb->files_head; lf; lf = lf->next) 216 len += sizeof (struct cv_line) * lf->num_lines; 243 lf = lb->files_head; 245 bfd_putl32(lf->fileno * FILE_ENTRY_LENGTH, &block->file_id); 246 bfd_putl32(lf->num_lines, &block->num_lines); 248 + (sizeof (struct cv_line) * lf->num_lines) 467 struct line_file *lf; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| codeview.c | 202 struct line_file *lf; local 213 for (lf = lb->files_head; lf; lf = lf->next) 216 len += sizeof (struct cv_line) * lf->num_lines; 243 lf = lb->files_head; 245 bfd_putl32(lf->fileno * FILE_ENTRY_LENGTH, &block->file_id); 246 bfd_putl32(lf->num_lines, &block->num_lines); 248 + (sizeof (struct cv_line) * lf->num_lines) 467 struct line_file *lf; local [all...] |
| /src/sys/dev/ic/ |
| isp_stds.h | 87 } lf; member in union:__anon2813::__anon2814
|
| /src/external/bsd/pcc/dist/pcc/cc/driver/ |
| driver.c | 232 size_t lf, lp; local 235 lf = strlen(file); 239 f = xmalloc(lp + lf + need_sep + 1); 243 memcpy(f + lp + need_sep, file, lf + 1); 256 size_t lf, ls, len; local 270 lf = old_suffix - file; 271 name = xmalloc(lf + ls + 1); 272 memcpy(name, file, lf); 273 memcpy(name + lf, new_suffix, ls + 1); 299 lf = strlen(temp_directory) [all...] |
| /src/external/gpl3/gdb/dist/sim/h8300/ |
| writecode.c | 514 char lf[] = "goto logflags;"; variable 734 lf, 1, "xor", log, "^", 0 738 lf, 1, "and", log, "&", 0 742 lf, 1, "or", log, "|", 0 746 lf, 1, "not", ulog, " ~", 0 750 lf, 1, "neg", ulog, " - ", 0
|
| /src/external/gpl3/gdb.old/dist/sim/h8300/ |
| writecode.c | 514 char lf[] = "goto logflags;"; variable 734 lf, 1, "xor", log, "^", 0 738 lf, 1, "and", log, "&", 0 742 lf, 1, "or", log, "|", 0 746 lf, 1, "not", ulog, " ~", 0 750 lf, 1, "neg", ulog, " - ", 0
|
| /src/sys/compat/sunos32/ |
| sunos32_misc.c | 922 int lf, r; local 927 lf = SCARG(uap, flags); 928 noctty = lf & 0x8000; 929 r = (lf & (0x0001 | 0x0002 | 0x0008 | 0x0040 | 0x0200 | 0x0400 | 0x0800)); 930 r |= ((lf & (0x0004 | 0x1000 | 0x4000)) ? O_NONBLOCK : 0); 931 r |= ((lf & 0x0080) ? O_SHLOCK : 0); 932 r |= ((lf & 0x0100) ? O_EXLOCK : 0); 933 r |= ((lf & 0x2000) ? O_FSYNC : 0);
|