Home
last modified time | relevance | path

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

/src/contrib/libedit/
H A Dfilecomplete.c470 char **match_list = NULL, *retstr, *prevstr; in completion_matches() local
476 while ((retstr = (*genfunc) (text, (int)matches)) != NULL) { in completion_matches()
491 match_list[++matches] = retstr; in completion_matches()
508 retstr = el_calloc(max_equal + 1, sizeof(*retstr)); in completion_matches()
509 if (retstr == NULL) { in completion_matches()
513 (void)strlcpy(retstr, match_list[1], max_equal + 1); in completion_matches()
514 match_list[0] = retstr; in completion_matches()
/src/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dproperties.shlib58 typeset retstr=""
69 retstr="${prop_vals[$i]} $retstr"
71 echo $retstr
/src/sys/contrib/openzfs/lib/libspl/os/freebsd/
H A Dmnttab.c49 char *retstr; in mntopt() local
54 retstr = cp; in mntopt()
64 return (retstr); in mntopt()
/src/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in1142 def fail(retstr, ret=255): argument
1143 print('%s: %s' % (sys.argv[0], retstr))