Home
last modified time | relevance | path

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

/dports/archivers/arj/arj-3.10.22/
H A Dmisc.c518 int tmp_pathname_length; in flist_find() local
526 tmp_pathname_length=split_name(tmp_name, f_path, NULL); in flist_find()
529 …if(tmp_pathname_length!=0&&strlen(tmp_name)==tmp_pathname_length&&xwild_compare(f_path, n_path)==X… in flist_find()
531 if(tmp_pathname_length==0||xwild_compare(f_path, n_path)==XW_OK) in flist_find()
533 if(xwild_compare(tmp_name+tmp_pathname_length, name+pathname_length)==XW_OK) in flist_find()
540 …if(tmp_pathname_length!=0&&strlen(tmp_name)==tmp_pathname_length&&!strncmp_os(tmp_name, name, tmp_… in flist_find()
543 …if(tmp_pathname_length==0||(tmp_pathname_length==pathname_length&&!strncmp_os(tmp_name, name, tmp_… in flist_find()
544 if(match_wildcard(&name[pathname_length], &tmp_name[tmp_pathname_length])) in flist_find()
/dports/editors/poke/poke-1.0/jitter/jitterc/
H A Djitterc-generate.c3956 size_t tmp_pathname_length in jitterc_fix_and_move_files_from_tmp() local
3958 char *tmp_pathname = xmalloc (tmp_pathname_length); in jitterc_fix_and_move_files_from_tmp()