| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| postypes.h | 32 // ISO C++ 14882: 27.4.3 - Template class fpos 47 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2, 54 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>. 75 * CopyConstructible and Assignable. The standard only requires that fpos 82 class fpos class 89 // The standard doesn't require that fpos objects can be default 93 fpos() function in class:fpos 96 // The standard requires that fpos objects can be constructed 103 fpos(streamoff __off) function in class:fpos 107 fpos(const fpos&) = default [all...] |
| /src/external/bsd/ntp/dist/scripts/monitoring/ |
| ntploopwatch | 569 local($cnt,$in,$out,$lo,$lf,@fpos) = @_; 606 $fpos[$[] = '' if !defined($fpos[$[]); 821 if ($fpos[$[] eq 'start') 823 if (grep($_ eq $fpos[$[+1],@f)) 825 shift(@f) while @f && $f[$[] ne $fpos[$[+1]; 829 @fpos = ('start', $f[$[], undef); 834 @fpos = ('start' , $f[$[], undef); 837 if (!defined($fpos[$[+2])) 841 $fpos[$[+2] = 0 [all...] |
| /src/external/bsd/wpa/dist/src/ap/ |
| taxonomy.c | 87 char *fpos = fstr; local 116 *fpos = '\0'; 150 ret = os_snprintf(fpos, fend - fpos, 219 ret = os_snprintf(fpos, fend - fpos, "%s%d", sep, id); 221 if (os_snprintf_error(fend - fpos, ret)) 223 fpos += ret; 229 ret = os_snprintf(fpos, fend - fpos, "%s%s%s%s%s%s%s%s%s" [all...] |
| /src/usr.sbin/npf/npfctl/ |
| npf_show.c | 77 long fpos; member in struct:__anon8536 148 ctx->fpos += fprintf(ctx->fp, "}\n\n"); 152 ctx->fpos += fprintf(ctx->fp, "\t"); 159 if (ctx->fpos != ctx->fposln) { 160 ctx->fpos += fprintf(ctx->fp, "\n"); 161 ctx->fposln = ctx->fpos; 454 ctx->fpos += fprintf(ctx->fp, "# id=\"%" PRIx64 "\" ", id); 466 ctx->fpos += fprintf(ctx->fp, "%s ", elements); 503 ctx->fpos += fprintf(ctx->fp, "%s %s%s ", kwd, neg, elements); 510 ctx->fpos += fprintf(ctx->fp, "%s any ", kwd) [all...] |
| /src/sys/arch/usermode/usermode/ |
| pmap.c | 143 paddr_t fpos, file_len; local 295 fpos = kernel_fpos + kmem_k_length; 298 free_start = fpos; /* in physical space ! */ 320 pv_fpos = fpos; 335 fpos += pv_table_size; 339 tlb_fpos = fpos; 353 fpos += pm_entries_size; 362 pm_l1_fpos = fpos; 376 fpos += round_page(pm_l1_size); 379 pm_fpos = fpos; [all...] |
| /src/external/bsd/ntp/dist/libntp/ |
| snprintf.c | 1114 int fpos = 0; local 1293 fpos = convert(fracpart, fconvert, sizeof(fconvert), 10, 0); 1295 leadfraczeros = precision - fpos; 1298 if (fpos > 0) /* Omit trailing fractional part zeros. */ 1299 while (omitcount < fpos && fconvert[omitcount] == '0') 1368 while (fpos > omitcount) { /* The remaining fractional part. */ 1369 fpos--; 1370 OUTCHAR(str, *len, size, fconvert[fpos]);
|
| /src/external/bsd/less/dist/ |
| ch.c | 66 POSITION fpos; member in struct:filestate 78 #define ch_fpos thisfile->fpos 842 thisfile->fpos = 0; 924 printf(" file %d, flags %x, fpos %x, fsize %x, blk/off %x/%x\n", 925 fs->file, fs->flags, fs->fpos,
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| pod_char_traits.h | 102 typedef fpos<state_type> pos_type;
|
| codecvt_specializations.h | 208 // associated fpos<encoding_state> for the position type, all other 215 typedef typename std::fpos<state_type> pos_type;
|
| /src/sbin/fsck_udf/ |
| main.c | 746 int vpart_num, uint64_t fpos, 841 alloc_len = UDF_ROUNDUP(fpos + piece_len, context.sector_size); 850 memcpy(*resultp + fpos, piece, piece_alloc_len); 854 piece = *resultp + fpos; 864 piece = *resultp + fpos; 879 piece = *resultp + fpos; 945 uint64_t fpos; local 1017 fpos = 0; 1037 vpart_num, fpos, short_adp, long_adp, 1105 fpos += piece_len 3443 int64_t fpos, new_length, rest_len; local 3566 int64_t fpos, rest_len; local [all...] |
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| node.c | 951 int fpos = fseek (output_stream, -epilogue_len, 954 if (fpos < 0 947 int fpos = fseek (output_stream, -epilogue_len, local
|
| /src/sys/dev/scsipi/ |
| cd.c | 2707 uint8_t *buffer, *fpos; local 2772 fpos = &gc->feature_desc[0]; 2774 gcf = (struct scsipi_get_conf_feature *) fpos; 2794 fpos += 4 + feature_len;
|