Home
last modified time | relevance | path

Searched refs:mydup (Results 1 – 10 of 10) sorted by path

/dports/comms/mgetty+sendfax/mgetty-1.1.37/contrib/
H A Dtwo-modems328 + other_DevID = mydup( other_Device );
/dports/comms/mgetty+sendfax/mgetty-1.1.37/
H A Dgettydefs.c22 char * mydup _P1 ((s), register char *s)
485 tag = mydup(tag);
502 prompt = mydup(prompt);
513 nexttag = mydup(nexttag);
H A Dmgetty.c352 DevID = mydup( Device );
H A Dmgetty.h235 char * mydup _PROTO(( char *s ));
/dports/misc/mmv/mmv-1.01b.orig/
H A Dmmv.c226 #define mydup(s) (strcpy((char *)challoc(strlen(s) + 1, 0), (s))) macro
1351 *pnto = mydup(pathend);
1394 *pnto = mydup(pathend);
1815 f->fi_name = mydup(dp->d_name);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_nibblebill/
H A Dmod_nibblebill.c341 char *mydup; in transfer_call() local
347 mydup = strdup(destination); in transfer_call()
348 switch_assert(mydup); in transfer_call()
349 switch_separate_string(mydup, ' ', argv, (sizeof(argv) / sizeof(argv[0]))); in transfer_call()
372 free(mydup); in transfer_call()
/dports/sysutils/multitail/multitail-6.5.0/
H A Dexec.c355 if (mydup(pipe_to_proc[0]) == -1) error_exit(TRUE, FALSE, "dup() failed.\n"); in exec_with_pipe()
359 if (mydup(pipe_from_proc[1]) == -1) error_exit(TRUE, FALSE, "dup() failed.\n"); in exec_with_pipe()
360 if (mydup(pipe_from_proc[1]) == -1) error_exit(TRUE, FALSE, "dup() failed.\n"); in exec_with_pipe()
H A Dmt.c2330 int old_0 = mydup(0); in start_all_processes()
H A Dutils.c579 if (close_fd_0) if (-1 == mydup(fd)) error_exit(TRUE, FALSE, "dup() failed\n"); in setup_for_childproc()
580 if (-1 == mydup(fd)) error_exit(TRUE, FALSE, "dup() failed\n"); in setup_for_childproc()
581 if (-1 == mydup(fd)) error_exit(TRUE, FALSE, "dup() failed\n"); in setup_for_childproc()
708 int mydup(int old_fd) in mydup() function
H A Dutils.h38 int mydup(int old_fd);