Searched refs:AGALOC (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/ntp/sntp/libopts/ |
| HD | nested.c | 188 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()
|
| HD | pgusage.c | 48 bf = AGALOC(bfsz, "tmp fil"); in open_tmp_usage() 89 res = AGALOC(bfsz, "more cmd"); in mk_pager_cmd()
|
| HD | save.c | 141 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()
|
| HD | time.c | 93 envptr = AGALOC(sizeof(fmt) + strlen(opts->pzPkgDataDir), fmt); in optionTimeDate()
|
| HD | file.c | 72 p = AGALOC(l + 1, "fname"); in check_existence()
|
| HD | restore.c | 104 p = AGALOC(sz, "saved option state"); in optionSaveState()
|
| HD | stack.c | 189 pAL = (tArgList *)AGALOC(sizeof(*pAL), "new option arg stack"); in addArgListEntry()
|
| HD | configfile.c | 661 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()
|
| HD | text_mmap.c | 88 mapinfo->txt_data = AGALOC(mapinfo->txt_size+1, "file text"); in load_text_file()
|
| HD | autoopts.h | 259 #define AGALOC(_c, _w) ao_malloc((size_t)_c) macro
|
| HD | putshell.c | 133 char * res = out = AGALOC(string_size(text, nl_len), "quot str"); in optionQuoteString()
|
| HD | enum.c | 388 od->optArg.argString = pz = AGALOC(len, "enum"); in set_memb_names()
|
| HD | makeshell.c | 774 scan = text = AGALOC(stbf.st_size + 1, "f data"); in load_old_output()
|
| /NextBSD/contrib/ntp/sntp/libopts/compat/ |
| HD | strdup.c | 16 cp = (char *) AGALOC((unsigned) (strlen(s)+1), "strdup"); in strdup()
|