Home
last modified time | relevance | path

Searched refs:AGALOC (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/ntp/sntp/libopts/
HDnested.c188 pNV = AGALOC(sz, "option name/str value pair"); in add_string()
239 tOptionValue * new_val = AGALOC(sz, "bool val"); in add_bool()
280 tOptionValue * new_val = AGALOC(sz, "int val"); in add_number()
320 new_val = AGALOC(sz, "empty nest"); in add_nested()
612 char * pz = AGALOC(v_len+1, "h scan"); in scan_xml()
763 res_val = AGALOC(sizeof(*res_val) + nm_len + 1, "nest args"); in optionLoadNested()
770 tArgList * arg_list = AGALOC(sizeof(*arg_list), "nest arg l"); in optionLoadNested()
HDpgusage.c48 bf = AGALOC(bfsz, "tmp fil"); in open_tmp_usage()
89 res = AGALOC(bfsz, "more cmd"); in mk_pager_cmd()
HDsave.c141 pzFileName = (char *)AGALOC(sz, "dir name"); in find_dir_name()
219 char * pzPath = (char *)AGALOC(sz, "file name"); in find_file_name()
651 char * buf = (char *)AGALOC(len + 3, "dir name"); in prt_set_arg()
HDtime.c93 envptr = AGALOC(sizeof(fmt) + strlen(opts->pzPkgDataDir), fmt); in optionTimeDate()
HDfile.c72 p = AGALOC(l + 1, "fname"); in check_existence()
HDrestore.c104 p = AGALOC(sz, "saved option state"); in optionSaveState()
HDstack.c189 pAL = (tArgList *)AGALOC(sizeof(*pAL), "new option arg stack"); in addArgListEntry()
HDconfigfile.c661 char * ftxt = AGALOC(len + 1, "aoflags"); in aoflags_directive()
686 char * ttl = AGALOC(ttl_len, "prog title"); in program_directive()
849 pz = AGALOC(len, "scan name"); in trim_xml_text()
HDtext_mmap.c88 mapinfo->txt_data = AGALOC(mapinfo->txt_size+1, "file text"); in load_text_file()
HDautoopts.h259 #define AGALOC(_c, _w) ao_malloc((size_t)_c) macro
HDputshell.c133 char * res = out = AGALOC(string_size(text, nl_len), "quot str"); in optionQuoteString()
HDenum.c388 od->optArg.argString = pz = AGALOC(len, "enum"); in set_memb_names()
HDmakeshell.c774 scan = text = AGALOC(stbf.st_size + 1, "f data"); in load_old_output()
/NextBSD/contrib/ntp/sntp/libopts/compat/
HDstrdup.c16 cp = (char *) AGALOC((unsigned) (strlen(s)+1), "strdup"); in strdup()