Home
last modified time | relevance | path

Searched refs:dirlength (Results 1 – 25 of 40) sorted by relevance

12

/dports/deskutils/gpicker/gpicker-2.3/
H A Dloading.c60 void add_filename(char *p, int dirlength, int restlen) in add_filename() argument
65 last->dirlength = dirlength; in add_filename()
133 int dirlength = 0; in read_filenames() local
142 dirlength = p - start; in read_filenames()
146 dirlength = rp ? rp - start : 0; in read_filenames()
149 add_filename(start, dirlength, p - 1 - start - dirlength); in read_filenames()
243 int dirlength = last_slash ? last_slash + 1 - read_buffer : 0; in read_filenames_from_mlocate_db() local
247 add_filename(dup, dirlength, total_len - dirlength); in read_filenames_from_mlocate_db()
H A Dfiltration.c75 const char *string = name->p + name->dirlength; in filter_filename()
85 ematch[i] = match[i] + name->dirlength; in filter_filename()
117 if (!name->dirlength) in filter_filename_with_dir()
122 result->score = score_string(name->p+name->dirlength, &qry, namelen-name->dirlength, base_match); in filter_filename_with_dir()
128 result->dirscore = score_string(name->p, &qry, name->dirlength-1, dir_match); in filter_filename_with_dir()
131 result->first_dir_match_pos = (name->dirlength-1) ? dir_match[0]-name->dirlength : 0; in filter_filename_with_dir()
138 ematch[dirlen] = name->dirlength-1; in filter_filename_with_dir()
140 ematch[i+dirlen+1] = base_match[i]+name->dirlength; in filter_filename_with_dir()
216 return filea->dirlength - fileb->dirlength; in compare_filter_result()
H A Dfiltration.h9 int dirlength; member
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Dmaker_canon.c571 end_offset = offset + dirlength; in canon_camera_settings()
576 if(length != dirlength) in canon_camera_settings()
1134 if(length != dirlength) in canon_shotinfo()
1437 if(length != dirlength) in canon_customfunctions_unk()
1489 if(length != dirlength) in canon_customfunctionsD30()
1795 if(length != dirlength) in canon_customfunctions10D()
2150 if(length != dirlength) in canon_customfunctions20D()
2508 if(length != dirlength) in canon_customfunctions1D()
2925 if(length != dirlength) in canon_sensorinfo()
3032 if(length != dirlength) in canon_whitebalancetable()
[all …]
H A Dciff.c373 chpr += printf(", length %lu",dirlength); in canon_colorspace()
377 end_offset = offset + dirlength; in canon_colorspace()
378 count = (dirlength / sizeof(unsigned short)); in canon_colorspace()
427 chpr += printf(", length %lu",dirlength); in canon_ct_to_datetime()
431 count = dirlength / sizeof(unsigned long); in canon_ct_to_datetime()
432 end_offset = offset + dirlength; in canon_ct_to_datetime()
479 end_offset = offset + dirlength; in print_ciffinheapdata()
482 case 0x0000: count = dirlength; break; in print_ciffinheapdata()
528 dumplength = dirlength; in print_ciffinheapdata()
569 end_offset = offset + dirlength; in print_ciffinrecdata()
[all …]
/dports/net-p2p/transmission-remote-gui/transgui-5.18.0/
H A Dlineinfo2.pp67 dirlength : longint; { length of the dirctory part of the source file }
230 dirlength:=strlen(@source[1]);
231 source[0]:=chr(dirlength);
234 dirlength:=0;
238 blockread(e.f,source[dirlength+1],high(source)-(dirlength+1),res);
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_parseobject.c57 int dirlength = pn_original->dirlength ; in OWQ_create_sibling() local
60 strncpy(path, pn_original->path,dirlength) ; in OWQ_create_sibling()
61 strcpy(&path[dirlength],sibling) ; in OWQ_create_sibling()
H A Dow_parsename.c286 pn->dirlength = pp->pathnow - pp->pathcpy + 1 ; in FS_ParsedName_anywhere()
356 pn->dirlength = -1 ; in FS_ParsedName_setup()
374 pn->dirlength = strlen(pn->path) ; in FS_ParsedName_setup()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/inc/
H A Dlineinfo.pp83 dirlength : longint; { length of the dirctory part of the source file }
279 dirlength:=strlen(@source[1]);
280 source[0]:=chr(dirlength);
283 dirlength:=0;
287 blockread(e.f,source[dirlength+1],high(source)-(dirlength+1),res);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/inc/
H A Dlineinfo.pp83 dirlength : longint; { length of the dirctory part of the source file }
279 dirlength:=strlen(@source[1]);
280 source[0]:=chr(dirlength);
283 dirlength:=0;
287 blockread(e.f,source[dirlength+1],high(source)-(dirlength+1),res);
/dports/lang/fpc-source/fpc-3.2.2/rtl/inc/
H A Dlineinfo.pp83 dirlength : longint; { length of the dirctory part of the source file }
279 dirlength:=strlen(@source[1]);
280 source[0]:=chr(dirlength);
283 dirlength:=0;
287 blockread(e.f,source[dirlength+1],high(source)-(dirlength+1),res);
/dports/lang/fpc/fpc-3.2.2/rtl/inc/
H A Dlineinfo.pp83 dirlength : longint; { length of the dirctory part of the source file }
279 dirlength:=strlen(@source[1]);
280 source[0]:=chr(dirlength);
283 dirlength:=0;
287 blockread(e.f,source[dirlength+1],high(source)-(dirlength+1),res);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/leakview/
H A Ddbginforeader.pas732 dirlength : longint; { length of the dirctory part of the source file }
842 dirlength:=strlen(@source[1]);
843 source[0]:=chr(dirlength);
846 dirlength:=0;
850 blockread(e.f,source[dirlength+1],high(source)-(dirlength+1),res);
/dports/editors/lazarus/lazarus/components/leakview/
H A Ddbginforeader.pas732 dirlength : longint; { length of the dirctory part of the source file }
842 dirlength:=strlen(@source[1]);
843 source[0]:=chr(dirlength);
846 dirlength:=0;
850 blockread(e.f,source[dirlength+1],high(source)-(dirlength+1),res);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/leakview/
H A Ddbginforeader.pas732 dirlength : longint; { length of the dirctory part of the source file }
842 dirlength:=strlen(@source[1]);
843 source[0]:=chr(dirlength);
846 dirlength:=0;
850 blockread(e.f,source[dirlength+1],high(source)-(dirlength+1),res);
/dports/editors/lazarus-qt5/lazarus/components/leakview/
H A Ddbginforeader.pas732 dirlength : longint; { length of the dirctory part of the source file }
842 dirlength:=strlen(@source[1]);
843 source[0]:=chr(dirlength);
846 dirlength:=0;
850 blockread(e.f,source[dirlength+1],high(source)-(dirlength+1),res);
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/logd/
H A Dha_logd.c632 int dirlength; in parse_config() local
658 dirlength = strcspn(bp, " \t\n\f\r"); in parse_config()
659 strncpy(directive, bp, dirlength); in parse_config()
660 directive[dirlength] = EOS; in parse_config()
669 bp += dirlength; in parse_config()
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Util/
H A DIndex.hs366 { dirlength :: !Int -- ^ length in bytes of current path prefix, function
404 case rawMakeName $ B.drop (dirlength state + 1) $ iDescriptor item of
420 , dirlength =
425 dirlength state
529 , dirlength = 0 function
657 , dirlength = 0 function
/dports/www/htdigest/httpd-2.4.6/modules/cache/
H A Dmod_cache_disk.h76 int dirlength; /* Length of subdirectory names */ member
H A Dmod_cache.h137 int dirlength,
/dports/www/apache24/httpd-2.4.53/modules/cache/
H A Dmod_cache_disk.h76 int dirlength; /* Length of subdirectory names */ member
H A Dmod_cache.h137 int dirlength,
/dports/cad/jspice3/jspice3-2.5/src/lib/cp/
H A Dunixcom.c41 static int dirlength, dirpos; variable
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/include/
H A Dow_parsedname.h141 int dirlength ; // Length of just directory part of path member
/dports/cad/ngspice_rework/ngspice-35/src/frontend/parser/
H A Dunixcom.c57 static int dirlength, dirpos; variable

12