Home
last modified time | relevance | path

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

/dports/misc/pinfo/pinfo-0.6.13/src/
H A Dfilehandling_functions.c53 int infopathcount = 0; variable
606 …size_t *fileendentries = xmalloc(infopathcount * sizeof(*fileendentries)); /* should really be off… in opendirfile()
623 for (i = 0; i < infopathcount; i++) /* go through all paths */ in opendirfile()
787 for (i = -2; i < infopathcount; i++) /* go through all paths */ in openinfo()
878 infopaths = xrealloc(infopaths,(infopathcount + 3) *(sizeof(char *))); in addrawpath()
879 for (i = infopathcount; i > 0; i--) /* move entries to the right */ in addrawpath()
886 infopathcount++; in addrawpath()
896 for (i = 0; i < infopathcount; i++) in isininfopath()
1079 infopathcount = numpaths; in initpaths()
1104 fprintf(stderr, "%i valid info paths found:\n", infopathcount); in initpaths()
[all …]