Home
last modified time | relevance | path

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

/trueos/crypto/openssl/apps/
HDsrp.c299 char *tofree = NULL; in MAIN() local
426 tofree = NULL; in MAIN()
437 tofree = OPENSSL_malloc(len); in MAIN()
438 if (!tofree) { in MAIN()
442 strcpy(tofree, s); in MAIN()
445 tofree = OPENSSL_malloc(len); in MAIN()
446 if (!tofree) { in MAIN()
450 BUF_strlcpy(tofree, s, len); in MAIN()
451 BUF_strlcat(tofree, "/", len); in MAIN()
453 BUF_strlcat(tofree, CONFIG_FILE, len); in MAIN()
[all …]
HDca.c331 char *tofree = NULL; in MAIN() local
549 tofree = NULL; in MAIN()
560 tofree = OPENSSL_malloc(len); in MAIN()
561 if (!tofree) { in MAIN()
565 strcpy(tofree, s); in MAIN()
568 tofree = OPENSSL_malloc(len); in MAIN()
569 if (!tofree) { in MAIN()
573 BUF_strlcpy(tofree, s, len); in MAIN()
574 BUF_strlcat(tofree, "/", len); in MAIN()
576 BUF_strlcat(tofree, CONFIG_FILE, len); in MAIN()
[all …]
/trueos/crypto/heimdal/lib/roken/
HDfreeaddrinfo.c45 struct addrinfo *tofree; in freeaddrinfo() local
50 tofree = ai; in freeaddrinfo()
52 free (tofree); in freeaddrinfo()
/trueos/usr.bin/csup/
HDfixups.c139 struct fixup *fixup, *tofree; in fixups_get() local
150 tofree = f->cur; in fixups_get()
155 if (tofree != NULL) in fixups_get()
156 fixup_free(tofree); in fixups_get()
/trueos/usr.sbin/ctld/
HDlogin.c193 char *tofree, *str, *token; in login_list_contains() local
195 tofree = str = checked_strdup(list); in login_list_contains()
199 free(tofree); in login_list_contains()
203 free(tofree); in login_list_contains()
211 char *tofree, *str, *token; in login_list_prefers() local
213 tofree = str = checked_strdup(list); in login_list_prefers()
217 free(tofree); in login_list_prefers()
221 free(tofree); in login_list_prefers()
225 free(tofree); in login_list_prefers()
/trueos/usr.sbin/iscsid/
HDlogin.c311 char *tofree, *str, *token; in login_list_prefers() local
313 tofree = str = checked_strdup(list); in login_list_prefers()
317 free(tofree); in login_list_prefers()
321 free(tofree); in login_list_prefers()
325 free(tofree); in login_list_prefers()
/trueos/usr.sbin/watchdogd/
HDwatchdogd.c562 char *dupacts, *tofree; in timeout_act_str2int() local
566 tofree = dupacts = strdup(acts); in timeout_act_str2int()
567 if (!tofree) in timeout_act_str2int()
579 free(tofree); in timeout_act_str2int()
/trueos/usr.sbin/autofs/
HDautomountd.c95 char *tofree, *pair, *newoptions; in pick_option() local
99 tofree = *optionsp; in pick_option()
120 free(tofree); in pick_option()
HDcommon.c134 char *component, *copy, *tofree, *partial, *tmp; in create_directory() local
142 copy = tofree = checked_strdup(path + 1); in create_directory()
160 free(tofree); in create_directory()
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdmu_tx.c1118 uint64_t towrite, tofree, tooverwrite, tounref, tohold, fudge; in dmu_tx_try_assign() local
1157 towrite = tofree = tooverwrite = tounref = tohold = fudge = 0; in dmu_tx_try_assign()
1175 tofree += txh->txh_space_tofree; in dmu_tx_try_assign()
1190 tooverwrite = tofree = 0; in dmu_tx_try_assign()
1196 fsize = spa_get_asize(tx->tx_pool->dp_spa, tooverwrite) + tofree; in dmu_tx_try_assign()
1210 tx->tx_space_tofree = tofree; in dmu_tx_try_assign()
/trueos/sbin/geom/core/
HDgeom.c516 char *curpath, path[MAXPATHLEN], *tofree, *totalpath; in load_library() local
522 tofree = totalpath = strdup(library_path()); in load_library()
548 free(tofree); in load_library()