Home
last modified time | relevance | path

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

/dragonfly/usr.bin/dsynth/
H A Dpkglist.c1063 pkg->distsubdir = strdup_or_null(ptr); in childGetPackageInfo()
1069 pkg->ignore = strdup_or_null(ptr); in childGetPackageInfo()
1072 pkg->fetch_deps = strdup_or_null(ptr); in childGetPackageInfo()
1075 pkg->ext_deps = strdup_or_null(ptr); in childGetPackageInfo()
1078 pkg->patch_deps = strdup_or_null(ptr); in childGetPackageInfo()
1081 pkg->build_deps = strdup_or_null(ptr); in childGetPackageInfo()
1084 pkg->lib_deps = strdup_or_null(ptr); in childGetPackageInfo()
1087 pkg->run_deps = strdup_or_null(ptr); in childGetPackageInfo()
1090 pkg->pos_options = strdup_or_null(ptr); in childGetPackageInfo()
1093 pkg->neg_options = strdup_or_null(ptr); in childGetPackageInfo()
H A Ddsynth.h596 char *strdup_or_null(char *str);
H A Dsubs.c103 strdup_or_null(char *str) in strdup_or_null() function