Searched refs:expand_fn (Results 1 – 6 of 6) sorted by relevance
/dports/databases/grass7/grass-7.8.6/lib/gis/ |
H A D | compress.h | 30 typedef int expand_fn(unsigned char *src, int src_sz, unsigned char *dst, typedef 38 expand_fn *expand;
|
/dports/x11/gdm/gdm-3.28.4/tests/ |
H A D | s-common.c | 43 expand_fn (const char *var, gpointer data) in expand_fn() function 58 return strcmp (gdm_shell_expand (to_expand, expand_fn, NULL), expanded) == 0; in expands_to()
|
/dports/sysutils/duplicity/duplicity-0.8.20/duplicity/ |
H A D | commandline.py | 107 def expand_fn(filename): 118 return expand_fn(os.path.join(archdir, backname)) 143 return expand_fn(value) 783 args[loc] = expand_fn(args[loc])
|
/dports/audio/sox/sox-14.4.2/src/ |
H A D | sox.c | 1443 char *expand_fn, *efn; 1449 efn = expand_fn = lsx_malloc((size_t)FILENAME_MAX); 1516 return expand_fn; 1525 char *expand_fn; 1554 expand_fn = fndup_with_count(ofile->filename, ++output_count); 1556 expand_fn = lsx_strdup(ofile->filename); 1557 ofile->ft = sox_open_write(expand_fn, &ofile->signal, &ofile->encoding, 1560 free(expand_fn);
|
/dports/devel/cligen/cligen-4.8.0/ |
H A D | cligen_parse.y | 392 expand_fn(cligen_yacc *cy, in expand_fn() function 1281 keypair : NAME '(' ')' { expand_fn(_cy, $1); } 1282 | NAME '(' exparglist ')' { expand_fn(_cy, $1); }
|
/dports/devel/bashdb/bashdb-5.0-1.1.2/ |
H A D | ChangeLog.0 | 1487 * bashdb: We have a better expand_fn now if we need it.
|