Lines Matching refs:malloc
237 if ((cp = malloc(s + 1)) == NULL) in colonify()
271 if ((b = malloc(s + 1)) == NULL) in defaults()
285 if ((b = malloc(strlen(cp) + 1)) == NULL) in defaults()
301 if ((b = malloc(strlen(buf) + 1)) == NULL) in defaults()
310 if ((b = malloc(strlen(sourcepath) + 1)) == NULL) in defaults()
331 b = malloc(sizeof PATH_DPORTS + 1 + in defaults()
425 cp = malloc(strlen(*dp) + 1 + s + 1); in main()
463 cp = malloc(sizeof MANWHEREISALLCMD - 2 + s); in main()
465 cp = malloc(sizeof MANWHEREISCMD - 2 + s); in main()
491 cp2 = malloc(rlen + 1); in main()
504 cp2 = malloc(s + 1); in main()
540 cp = malloc(strlen(*dp) + 1 + s + 1); in main()
583 cp = malloc(sizeof LOCATECMD - 2 + s); in main()
596 cp2 = malloc(strlen(*dp) + 9); in main()